/*--------------OVERRIDES--------------*/

body {
  background:#1B47E2;
  color: #FFB546;
}

a, a:visited {
  color: #fff;
}

  a:hover {
    color: #fff;
  }

.nav {
  background-color: #1D1D1D;
}

  .nav a, .selected {
    color: #fff!important;
    text-shadow:
    3px 2px 5px rgba(82, 188, 230,0.5),
    0px -1px 5px rgba(255, 255, 255,.5),
    -3px 0px 5px rgba(255, 61, 61, 0.5);
  }

  .nav .credit a {
    text-shadow: none;
  }

.scrollTop {
  /* background-color: #1B47E2; */
}

  .scrollTop a {
    color: #fff;
  }

/*--------------HEADER--------------*/

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

  #videooverlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,47,75,0.2);
  }

header {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#titlearea {
  position: relative;
  width: 800px;
  max-width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
}

  #jejunelogo {
    display: block;
    max-width:200px;
    margin-top: -40px;
  }

  #titlearea h1 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    text-shadow:
    3px 2px 10px rgba(82, 188, 230,0.5),
    0px -1px 10px rgba(255, 255, 255,.5),
    -3px 0px 10px rgba(255, 61, 61, 0.5);
  }

  #titlearea h3 {
    display:block;
    text-align: center;
    color: #FFB546;
    text-shadow:0px 1px 10px rgba(0,0,0, 0.2);
  }

@media only screen and (max-width: 480px) {
  header {
    height: 100vh;
  }
  #titlearea h1 {
    font-size: 10vw;
    line-height: 120%;
  }
}

/*--------------INTRO--------------*/

#introimage {
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.signimages {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 450px;
  margin: 0 auto;
}

.signimages img {
  position:absolute;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#signsimage1 {
  max-width: 300px;
  width: 35%;
  left: -50%;
  top: -10%;
}
#signsimage2 {
  max-width: 450px;
  width: 40%;
  left: 50%;
  top: -20%;
}
#signsimage3 {
  max-width: 300px;
  width: 25%;
  top: 30%;
}

@media only screen and (max-width: 768px) {
  .signimages {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .signimages {
    height: 450px;
  }
  #signsimage1 {
    width: 50%;
    left: -80%;
    top: -20%;
  }
  #signsimage2 {
    width: 90%;
    left: 30%;
    top: -60%;
  }
  #signsimage3 {
    width: 55%;
    top: 50%;
  }
}

/*-------------MULTIMEDIA--------------*/

#media1, #media2 {
  position: relative;
  max-width: 100%;
  width: 800px;
  display: flex;
  align-items:center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}

#media1 li, #media2 li {
  padding: 6px 0;
}

#tvimage {
  width: 70%;
  max-width: 360px;
  position: relative;
  margin-left:auto;
  right:20px;
}

  #tvlist {
    text-align: right;
    width: 100%;
    margin-right: 10%;
    padding-top: 20px;
  }

#radioimage {
  width: 80%;
  max-width: 489px;
  margin-right: auto;
  left: 0;
}

  #radiolist {
    text-align: left;
    width: 100%;
    margin-left: 10%;
    padding-top: 20px;
  }
/*--------------MUSIC PLAYER OVERRIDES--------------*/
#myProgress {
  background-color: #fff;
  width: 100%;
}

#myBar {
  background-color: #FFB546;
}

.player-ctn{
  width: 300px;
  margin: 0;
}

.playlist-info-track,.playlist-duration{
  color: #fff;
}

.active-track{
  background: #fff;
  color: #1D1D1D !important;
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #1D1D1D !important;
}

.infos-ctn > div {
 color: #fff;
}
.fas{
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .player-ctn{
    width: 90%;
    margin: 0;
  }
}

/*------------ROOM--------------*/

.roomimages {
  position: relative;
  width: 90%;
  max-width: 700px;
  height: 800px;
  margin: 0 auto;
}

.roomimages img {
  position:absolute;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#roomimage1 {
  max-width: 400px;
  width: 50%;
  left: 40%;
  top: -60%;
}
#roomimage2 {
  max-width: 400px;
  width: 50%;
  left: -40%;
  top: -25%;
}
#roomimage3 {
  max-width: 400px;
  width: 50%;
  left: 40%;
  top: 25%;
}
#roomimage4 {
  max-width: 400px;
  width: 50%;
  left: -40%;
  top: 65%;
}

@media only screen and (max-width: 768px) {
  .roomimages {
    height: 600px;
  }
}

@media only screen and (max-width: 480px) {
  .roomimages {
    height: 700px;
  }

  #roomimage1 {
    width: 80%;
    left: 20%;
    top: -60%;
  }
  #roomimage2 {
    width: 80%;
    left: -20%;
    top: -25%;
  }
  #roomimage3 {
    width: 80%;
    left: 20%;
    top: 20%;
  }
  #roomimage4 {
    width: 80%;
    left: -20%;
    top: 60%;
  }
}
/*------------COLLAGE--------------*/
#slide1image {
  margin-top: 30px;
  max-width: 1000px;
}
#slide2image {
  margin-top: -50px;
  max-width: 1000px;
}
#slide3image {
  margin-top: -100px;
  margin-bottom: 30px;
  max-width: 1000px;
}

@media only screen and (max-width: 480px) {
  #slide1image {
    width: 150%;
    margin-left: -30%;
  }
  #slide2image {
    width: 150%;
    margin-left: -30%;
  }
  #slide3image {
    width: 160%;
    margin-left: -30%;
  }
}
/*------------RADIO NONCHALANCE--------------*/

#radiononchalance {
  width: 500px;
  max-width: 90%;
  margin-top: 150px;
  margin-bottom: 50px;
  position: relative;
}

  #radiononchalance h1 {
      transform: rotate(-5deg);
      width: 300px;
      font-size: 50px;
      text-align: left;
      text-transform: uppercase;
      position: absolute;
      top: -160px;
      left: -30px;
  }

@media only screen and (max-width: 480px) {
  #radiononchalance h1 {
      font-size: 4.5vh;
      top: -150px;
      left: 15px;
  }
}
/*--------------OUTRO--------------*/
#elsewhereimage {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 800px;
}

#conclusionimage {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 800px;
}

@media only screen and (max-width: 480px) {
  #conclusionimage, #elsewhereimage {
      width: 150%;
      margin-left: -25%;
  }
}

/*--------------MOVIE--------------*/

#movies {
  display: flex;
  max-width: 90%;
  width: 1100px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

  #theinstitute, #dispatches{
  padding: 10px 0 40px 0 ;
  }

    #poster1, #poster2 {
      position: relative;
      width: 50%;
      z-index: 1;
    }


/*--------------FOOTER--------------*/

footer img {
  width: 100px;
  margin: 30px auto 20px auto;
  display: block;
}
