@font-face {
    font-family: Authenticsans-Condensed-130;
    src: url(authenticsans-condensed-130.woff2);
    src: url(authenticsans-condensed-130.woff);
}

@font-face {
    font-family: Authenticsans-60;
    src: url(authenticsans-60.woff);
}

@font-face {
    font-family: Authenticsans-90;
    src: url(authenticsans-90.woff);
    src: url(authenticsans-90.woff2);
}


body {
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-family: Authenticsans-60;
  line-height: 1.125;
  text-shadow: 0 0 10px black;
}



#landing-background, #section-background {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  overflow-x: hidden;
 
}

.waterfalls {
      justify-content: center;
    display: flex;
  flex-direction:  column;
    align-items: center;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.waterfalls-logo {
      max-width: 600px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -180px;
}



.waterfalls-info {
    font-family: Helvetica Neue;
    padding-top: 30px;
    font-size: 16pt;
    text-align: center;
    text-transform: uppercase;
    color: black;
    text-shadow:  0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 8px #ff7902, 0 0 8px #ff7902, 0 0 8px #ff7902, 0 0 8px #ff7902, 0 0 8px #ff7902, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0, 0 0 18px #ff75d0;
}

 .video-container {
      display: flex;
      justify-content: center;
      align-items: center;
   max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
   margin-bottom: -100px;
    }

 

 .profile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: circle(50% at 50% 50%) !important;
   clip-path: circle(50% at 50% 50%) !important;
    -webkit-mask-image: radial-gradient(circle, black 40%, transparent 46%) !important;
   mask-image: radial-gradient(circle, black 40%, transparent 46%) !important;
}

@media only screen and (max-width: 600px) {
video.profile {
  display:none;
}
video.background {
  display:none
}
}
@media only screen and (min-width: 600px) {
img.profile {
  display:none;
}
img.background {
  display: none;
}
}

@media only screen and (max-width: 600px) {
  .waterfalls-logo {
      max-width: 800px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:  -100px;
    margin-top: -80px;
}
  .video-container {
      display: flex;
      justify-content: center;
      align-items: center;
   max-width: 500px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
   margin-bottom: -80px;
    }
}

#section-background {
  z-index: -1 !important;
}

#landing-background {
  z-index: -2 !important;
}


.credits {
  display: none;
}

.credits p {
      color: #e97e95;
    text-shadow: 0px 0px 5px black, 0px 0px 5px black;
}

.magnum {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  padding: 25px;
}


.magnum-logo {
max-width: 800px;
}

.magnum-info {
    font-family: Helvetica Neue;
    padding-top: 30px;
    font-size: 12pt;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 3px white, 0 0px 5px black, 0 0 10px black;
}



.streaming-logos {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 15px;
  padding-bottom: 0;
}

.streaming-logos a img {
  width: 140px;
  transition:  all 0.3s ease;
}

.streaming-logos a:hover img {
  border: 1px solid white;
  filter: invert(0);
  background: none;
}

.streaming-logos img {
  height: 50px;
    padding: 15px;
  margin: 10px;
  border: 1px solid white;
  background: black;
  filter: blur(5px);
   filter: invert(1);
}

.contact {
display: flex;
  width: 100%;
  justify-content: space-between;
position: fixed;
  align-items:  center;
top: 0;
}

.contact p {
  text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: helvetica;
    font-size: 8pt;
  padding: 10px;
  filter:  invert(1);
}

.contact svg {
  margin-right: 10px;
}

.contact-sub {
  display: flex;
  align-items: center;
  filter: invert(1);
}

.contact-links {
  display: flex;
  align-items: center;
  border-right: 1px solid black;
}

.contact-links a {
    background: yellow;
    padding: 10px;
    margin: 0;
    border: 1px solid black;
  border-right: 0px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: helvetica;
    font-size: 8pt;
transition: all 0.3s ease;
  text-shadow:  none;
}

.contact-links a:hover {
background: black;
color: yellow;
}


.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}



/* EPK STYLES */

body.epk {
  background: floralwhite;
}



.footer-links {
    display: flex;
    width: 50vw;
    justify-content: space-between;
    font-size: 14-t;
    /* color: black; */
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: helvetica;
    font-size: 8pt;
    padding: 10px;
    /* padding: 15px; */
}



.bio {
    width: 50vw;
    font-size: 2.5em;
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    left: 0;
    padding: 10px;
}

.bio p {
  font-family: helvetica;
  font-size: 8pt;
}

.bio span {
  text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: helvetica;
    font-size: 8pt;
  
}


.photo {
    display: inline-block;
    position: relative;
    margin: 25px 100px 0px 100px;
  border:  1px solid white;
}


.photoset {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
  margin-top: -50px;
}


.footer-links a, button, .contact-sub a {
color: white;
opacity:100%;
transition: 0.3s all ease;
}

button {
  background: none;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: helvetica;
    font-size: 8pt;
  padding: 0;
  cursor: pointer;
}

.footer-links a:hover, button:hover, .contact-sub a:hover {
  cursor: pointer;
opacity:50%;
}


.epk-montage {
  width: 100%;
  height: auto;
}

.epk-video {
  display: flex;
  height: 100%;
  width: 60vw;
  margin-right: auto;
  padding: 50px;
  justify-content: center;
  align-items: center;
}

.photos {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}



.black {
  filter: invert(0);
}

/*Mobile Menu*/

@media only screen and (min-width: 600px) {
  .mobile-nav, .mobile-menu, .mobile-only {
    display: none;
  }
}

.mobile-nav {
  z-index: 5;
  transition: all 0.3s ease;
}

.mobile-menu  {
  z-index: 0;
  position: fixed;
  top: 50%;
  left: 0;
  width:  100%;
  background-color: yellow;
  height: 100vh;
  transform: translate(-100%, -50%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.mobile-menu a {
  font-size: 24px;
  padding: 10px;
  color: black;
  text-decoration: none;
}

.mobile-menu.open {
  top: 50%;
  transform: translate(0%, -50%);
}

.embed-tracks {
  width: 50% !important;
}

/* MOBILE EDITS */
@media only screen and (max-width: 600px) {
  #landing-background, #section-background {
    object-position: 45% center;
  }
  
  .vimeo-wrapper iframe {
   transform: translate(-45%, -50%);
}
  
  
  .magnum {
    bottom:  18%;
  }
  
  .bio {
    width: 100%;
    position: relative;
    top: 10vh;
    transform: none;
    
  }
  
  .footer-links {
    width: 100vw;
    justify-content: space-between;
    background: floralwhite;
    border-top: 1px solid black;
    align-items: flex-start;
  }
  
 
  .photoset {
    width: 100%;
    position: relative;
    margin-top: 10vh;
    margin-bottom: 8.5vh;
    
    
  }
  
  button {
    text-align: left !important;
    padding-right: 20px !important;
    margin-top: -1px !important;
  }
  
  .photo {
    width: 100%;
    margin: 10px 10px 0px 10px;
    padding: 0;
  }
  
  .home-contact, .contact {
    display: none;
  }
  
  
  .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
  }
  
}
