body{
  padding-top: 50px;
  background-color: #000;
}

  .sticky-top {
    overflow: hidden;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1020;
  }

.carousel-caption{
  margin-bottom: 200px;
  top: 30%;
  z-index: 1;
}

.carousel{
  z-index: 1;
}
.bg {
  /* The image used */
  background-image: url("/images/misc/forest_background.png");

  /* Center and scale the image nicely */
  width: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-size: auto;
  background-color: black;
}

.bg-home {
  /* The image used */
  background-image: url("/images/misc/forest_background.png");

  /* Center and scale the image nicely */
  width: 100%;
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
  background-color: black;
  margin-bottom: -100px;
}

.bg-black {
  background-color: black;
}


.img-50-percent {
  max-width: 50%;
  height: auto;
}

.rounded-4 {
  border-radius: 10px;
}


/* Fix menu on mobile */
@media (min-width: 320px) and (max-device-width: 768px) {
  .navbar-toggler{
    z-index: 1;
  }

  .navbar-nav {
    right: -10px;
    text-align: left;
  }

  .navbar-nav li {
    background-color: #117222;
    padding-left: 10px;
  }
  .navbar-nav .d-done {
    border: 3px solid #09f;
    padding-bottom: 10px;
  }

  .navbar-collapse{
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 10px;
    top: 0;
    right: 0;
    position: absolute;
  }
}


/* Small devices (Mobile S, 320px and up) */
@media (min-width: 320px) {
  .header {
    pointer-events: none;
    z-index: 1900;
    margin-top:-50px;
  }
  .navbar-collapse{
  }

  .header-index{
    padding-top:-150px;
  }

  .pre-logo{
      display: none;
  }

  .mt-50 {
    padding-top:70px;
  }

  .nav-margin {
    margin-top: 3em;
  }
  .nav-item-size {
    height: 19px;
    width: auto;
    margin-right: 7px !important;
    margin-top: 10px;
  }

  .player-img {
    margin-left: 0;
    z-index: 1;
  }
  .player-ilus {
    z-index: 2;
    pointer-events: none;
  }
}

/* Medium devices (tablets, 750 and up) */
@media (min-width: 768px) {
  .header {
    }
  .navbar-collapse{
    width: 40px;
  }

  .mt-50 {
    padding-top: 75px;
  }

  .nav-margin {
    margin-top: 8em;
  }
  .nav-item-size {
    height: 20px;
    width: auto;
    margin-right: 7px !important;
    margin-top: 10px;
  }
  .home-img{
    height: 4em;
    width: auto;
  }

  .player-img {
    margin-left: -150px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header {
    padding-top:50px;
  }
  .navbar-collapse{
    background-color: black;
  }
  .pre-logo{
      display: block;
      height: 150px;
  }
  .mt-50 {
    padding-top: 0;
  }

  .nav-margin {
    margin-top: 26em;
  }
  .nav-item-size {
    height: 20px;
    width: auto;
    padding-left: 6px !important;
    /* margin-left: -20px !important; */
  }
  .home-img{
    height: 3em;
    width: auto;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .header {
    height: auto;
    width: 100%;
    padding-top:30px;

  }
  .header-index{
    margin-top:-120px;
  }
  .pre-logo{
      display: block;
      height: 300px;
  }
  .mt-50 {
    padding-top: 0;
  }

  .nav-margin {
    margin-top: 20em;
  }
  .nav-item-size {
    height: 22px;
    width: auto;
    padding-right: 13px !important;
    /* margin-left: -20px !important; */
  }
  .home-img{
    height: 7em;
    width: auto;
  }
}

/* Extra large devices (large desktops, 2000px and up) */
@media (min-width: 2000px) {
  .header {
    height: auto;
    width: 100%;
    padding-top:0px;
  }
  .header-index{
    margin-top:-160px;
  }
  .mt-50 {
    padding-top: 0;
  }

  .nav-margin {
    margin-top: 30em;
  }

  .nav-item-size {
    height: 24px;
    width: auto;
    margin-right: 20px !important;
    /* margin-left: -20px !important; */
  }

  .home-img{
    width: auto;
    height: 15em;
  }

}

.px-50{
  margin-top: 50px;
}


.title-img{
  height: 30%;
}
