* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *:focus {
    outline: 0; }

html {
  overflow: hidden;
}
.player .overlay-logo svg {
    width: 100%;
    height: 100%;
    display: none;
}
@font-face {
  font-family: FuturaCondensed;
  src:url(FuturaMed.TTF);
}

@font-face {
  font-family: FuturaCondensedLight;
  src:url(FuturaCond.TTF);
}
.verticalCenter, .modal {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

body {
  background: url("../images/MAIN2.jpg") no-repeat center;
  background-size: cover;
  color: #e4b33f;
  font-family: "FuturaCondensed";
  height: 100vh;
  overflow: hidden;
  font-size: 14px; }
  body a {
    color: #e4b33f;
    cursor: pointer; }

.hidden {
  display: none;
}

.modal iframe {
  width: 100vw;
height: 100vh;
}
#credits {
  padding: 0 60px;
}
ul {
  list-style: none; }

iframe {
  margin: 0 auto; }


.sub-open span {
  position: absolute;
  top: 30px;
  left:30px;
  cursor: pointer;
}
.modal {
  position: fixed;
  top: 0;
  width: 100vw;
  text-align: center;
  background-color: black;
  z-index: 10;
 }

 div h2 {
   margin-bottom: 1rem;
 }

body > div {
  display: none;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 100vh;

  visibility: hidden;
 }
  body > div h2 {
    font-size: 14px;
    font-weight: 100;
    text-transform: lowercase;
    letter-spacing: .5px;

   }
  body > div section {
    font-size: 1em;
    font-family: 'FuturaCondensedLight';
    font-weight: 100;
    letter-spacing: .5px;
 }

.modal span {
  background-color: transparent;
  border: 0;
  color: #e4b33f;
  font-family: "FuturaCondensed";
  position: absolute;
  margin: 0 auto;
  bottom: 60px;
  font-size: 14px;
  left: 0;
  right: 0;
  cursor: pointer;
  letter-spacing: .5px;
 }

header {
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9; }
  header a {
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    margin: 0px 0;
    letter-spacing: .5px; }

header a:first-child {
  position: relative;
  top: 5px;
}
nav img {
  max-width: 60px; }

nav li:hover {
  cursor: pointer;
  transition: .25s;
  opacity: 0.7; }

nav a {
  margin: 3px 0;
  transition: .25s; }
nav a:hover {

  opacity: 0.65;
 }

.inline {
  display: inline; }

ul {
  display: none; }

.openNav {
  display: block; }

.fadeone {
  visibility: visible;
  display: flex !important;
  background-color: black;
  animation: fadeToBlack 3s 1;
 }


@keyframes fadeToBlack {
 0% {
     background-color: rgba(179, 179, 179, 0.1);
 }
 50% {
     background-color: rgba(179, 179, 179, 0.5);
 }
 100% {
     background-color: rgba(black);
 }

}
.fadetwo {
  visibility: visible;
  display: flex !important;
  background-color: rgba(179, 179, 179, 0.5);
  animation: fadeToGray 3s 1;
}


@keyframes fadeToGray {
   0% {
       background-color: rgba(179, 179, 179, 0.1);
   }
   50% {
         background-color: rgba(179, 179, 179, 0.2);
   }
   100% {
         background-color: rgba(179, 179, 179, 0.5);
   }

  }
.social > a {
  display: inline-block;

 }

 .social {
   margin: 0 1px;
 }

#present {
  text-transform: uppercase; }
  #present a {
    text-decoration: none;
    display: block; }

    #present h3:first-child {
      margin-top: 0;
    }
  #present h3 {
    font-weight: 100;
    font-size: .65rem;
    margin: 1em 0; }
  #present p {
    margin: 1rem; }

ul.pastItem.openNav {
  position: absolute;
  left: 55vw;
  top: 20px;
  text-align: left;
  z-index: 2; }

ul.presentItem.openNav {
  position: absolute;
  left: 40.5vw;
  top: 40px;
  text-align: right;
  z-index: 2;
  display: none;
}
#deus video {
  position: relative;
  position: relative;
  top: -30px;
  z-index: 2;
  left: 0;
  transform: none;
  display: none;
}

#credits h2 {
  font-size: 1em;
  font-family: 'FuturaCondensedLight'; }

#credits p {
  margin-bottom: 1em;
}
#credits section {
  font-family: 'FuturaCondensedLight';
  font-size: 1em;
  letter-spacing: 1px; }

#video div > div {
  display: none; }
#video h2, #music h2, #archive h2, #present h2, #video h3 {
  font-size: 1em;
  font-family: 'FuturaCondensedLight';
  font-weight: 100; }

#music a,  #video h3, #archive a {
    transition: .5s;
  }
#video h3:hover,#music a:hover, #archive a:hover {
  opacity: 0.5;
  cursor: pointer;
}
#deus section {
  padding: 0; }
  #deus section iframe {
    width: 100vw;
    height: 100vh; }
.modal video {
  width: 100vw;
  height: 100vh;
}


#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/MAIN2.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity; }

.stopfade {
  opacity: .5; }

#deus video{
  height: 100vh;
  width: 100vw;
}

div#deus  {
      animation: unset;
}

.sub-open {
  background-color: black;
  position: relative;
  z-index: 100;
}

#present  section {
  height: 200px;
  overflow: scroll;
}

.sub-open iframe {
  width: 100vw;
  height: -webkit-fill-available;
}
#archive a {
  text-decoration: none;

}
#polina {
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin: 2rem;
  float: right;
  font-size: 1.2rem; }

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem; }

#polina button {
  display: block;
  width: 80%;
  padding: .4rem;
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s background; }

#polina button:hover {
  background: rgba(0, 0, 0, 0.5); }

.sub-open {
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100vw;
}

.social {
  display: inline;
}

#music p {
  margin-bottom: 1rem;
}

#music a {
  display: block;
  text-decoration: none;
}
.openNav a {
  transition: .25s;
  opacity: 0.7;
}
.openNav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1250px) {

    ul.pastItem.openNav {
      position: absolute;
      right: 40vw;
      top: 20px;
      text-align: left;
      z-index: 2;
      left:inherit;
    }
}

@media screen and (max-width: 830px) {

    ul.pastItem.openNav {
      position: absolute;
      right: 38vw;
      top: 20px;
      text-align: left;
      z-index: 2;
      left:inherit;
    }
}
@media screen and (max-width: 500px) {
  div {
    width: 100%; }
    ul.pastItem.openNav {
      position: absolute;
      right: 70px;
      top: 20px;
      text-align: left;
      z-index: 2;
      left:inherit;
    }
    #credits {
      padding: 15px;
  }
    #credits section {
        font-family: 'FuturaCondensedLight';
        font-size:9px;
        letter-spacing: 1px;
        padding-bottom: 90px;
    }



    iframe {
      width: 100vw;
      height: auto;
    }
  }
@media screen and (max-device-width: 800px) {
  html {
    background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }

  #bgvid {
    display: none; }
    html,
    body {
        overflow: hidden;
        position: relative;
        height: 100%;
    }

      body > div {
          display: none;
          flex-direction: column;
          justify-content: center;
          text-align: center;
          min-height: cal(100vh -40px);
      }
      .verticalCenter, .modal {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .modal span {

      bottom: 120px;
      font-size: 14px;
      left: 0;
      right: 0;
      cursor: pointer;
      letter-spacing: .5px;
  }


    body > div section {
        font-size: 1em;
        font-family: 'FuturaCondensedLight';
        font-weight: 100;
        letter-spacing: .5px;
            margin-bottom: 120px;
    }

    #video {
          padding-bottom: 120px;
    }
    .modal iframe {
          padding-bottom: 120px;
    }
  }



@media screen and (max-height: 500px) {

  body > div {
      display: none;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      min-height: cal(100vh -40px);
  }
  .fadeone {
      /*display: block !important;*/
      background-color: black;
      animation: fadeToBlack 5s 1;
      overflow: scroll;
  }

  body {
        margin-bottom: 40px;
  }

  #credits {

        justify-content: baseline;
  }

}

/*# sourceMappingURL=style.css.map */
