@font-face {
    font-family: 'neftali_pro_regular_bookRg';
    src: url('neftalipro-regular-webfont.woff2') format('woff2'),
         url('neftalipro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	background-color: #000000;
}

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'neftali_pro_regular_bookRg';
  color: #ffffff;
}

h1 {
  font-family: 'neftali_pro_regular_bookRg';
  letter-spacing: 10px;
  color: #e7d5d5; 
  }
  
h2 {
    font-size: 2.1vw;
	color: #ece7e7;
	letter-spacing:3px;
}


.transition-fade {
    transition: 0.8s;
    opacity: 1;
}
html.is-animating .transition-fade{
    opacity: 0;

}

.a-slide {
    transition: .8s;
    opacity: 1;
}

html.is-animating .a-slide {
    transform: translate3d(120%, 0 , 0);
	opacity: 0;
}


#title h1 {
	  border-bottom: 2px solid #ccc;
  }
  
#title {
	position: fixed;
    top: 0;
    left: 100px;
    font-size: 3.4vw;
    mix-blend-mode: luminosity;
    pointer-events: none;
    z-index: 2;
    color: #ece7e7;
}

#podcast {
	color: #f3eeee;
	width: 28.4vw;
    position: absolute;
    mix-blend-mode: luminosity;
    right: 14vh;
    top: 40vh;
    z-index: 2;
	font-size: 1.2vw;
}

#swup {    
	mix-blend-mode: lighten;
}

.container {
	max-width: 75%;
    margin: auto;
    font-size: 1.4vw;;
    color: #e7d5d5;
}

.row {
    display: flex;
}

.column {
    flex: 33%;
}

.desc {
	flex: 50%;	
}

.credits {
	flex: 50%;
	font-size: 1.05vw;	
	padding-left: 50px;
}

#download {
	color: #f3eeee;
	line-height: 3.0;
	padding-left: 30%;
	
}

#wtw {
	float: right;
    padding-right: 16px;
	width: 34%;;
	}

#legion {
	width: 45%;
    padding-top: 12px;
}
	
#ace {
	padding-top: 20px; 
	float: left;
	width: 50%;
}

.scroll-prompt {
  position: absolute;
   bottom: 5px;
  	mix-blend-mode: luminosity;
  left: 50%;
  color: #e0d4d4;
  z-index: 5;
  font-size: 42px;
  opacity: 1;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  letter-spacing: 0.08em;
  font-weight: bold;
  cursor: s-resize; }
  @media (max-width: 700px) {
    .scroll-prompt {
      display: none; } }

#return-to-top {
	position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0;
    display: none;

}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
	left: 12px;
    top: 20px;
    font-size: 31px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#return-to-top:hover span {
    top: 0px;
}

#podcast p {
	padding-top: 0px;
}

p {
	margin: auto;
	margin-top: none;
	line-height: 1.7;
	padding-top: 30px;
  
}

a.nav {
  font-family: 'neftali_pro_regular_bookRg';
  display: block;
  position: fixed;
  text-decoration: none;
  top: 45vh;
  padding: 0px;
  z-index: 99;
  width: 170px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background-color: rgba(12, 12, 12, 0);
    color: #e0d4d4;
    transition: background .3s ease-out;
    transition: all .6s cubic-bezier(.77,0,.175,1);
}

.page-nav img {
    display: block;
    height: 130px;
    width: 130px;
}

a.nav.next {
  right: -130px;
}

a.nav.next:hover {
    right: 0!important;
}  

a.nav.prev {
  left: -130px;
  justify-content: left;
}

a.nav.prev:hover {
    left: 0!important;
}  

a.nav.prev > .arr {
	padding-left: 10px;
	font-size: 38px;
	mix-blend-mode: luminosity;
}

a.nav.next > .arr {
	padding-right: 10px;
		font-size: 38px;
	    mix-blend-mode: luminosity;
}


section {
  padding: 25px 0 35px;
  background-color: black;
  z-index: 2;
}
section:after {
	display: none;
	content: '';
    position: absolute;
    top: 0vh;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 0 100%;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-68deg);
    z-index: 1;
}


/* PARRALAX SYTLING */

.parallax-mirror {

}

.parallax-container {
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}


footer {
  background: #000;
  color: #ddd;
  padding: 30px 0 30px;
  text-align: center;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

footer a:hover {
  color: #eee;
  text-decoration: underline;
}


/* AUDIO PLAYER */

.plyr {
	max-width: 85%!important;
	font-family: 'neftali_pro_regular_bookRg'!important;
}

.plyr--audio .plyr__controls {
	box-shadow: none;
	border: solid 0px #f3eeee;
	color: #fff!important;
	background: rgba(0, 0, 0, 0)!important;
 }
 
 .plyr--full-ui input[type=range] {
	color: #e7d5d5!important;	
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #fff!important;
    color: #000!important;
}


/* RESPONSIVE */

@media only screen and (max-width: 600px) {
	h1 {
	letter-spacing: 4px;
	color: #fff;
	}
	h2 {
	font-size: 9.8vw;	
	}
	#title {
	top: 0;
	left: 36px;
	font-size: 2.8vw;
	}
	#title h1 {
	border-bottom: 1px solid #fff;
	}
	a.nav.next {
	right: 0px;
		}	
	a.nav.prev {
	left: 0px;
	justify-content: center;
	}
	.page-nav img {
	 display: none;
		 } 
	a.nav {	 
	width: 30px;
	justify-content: center;
	  }
	a.nav.next > .arr {
	padding-right: 2px;
	font-size: 25px;
	}
	a.nav.prev > .arr {
	padding-left: 0px;
	font-size: 25px;
	}
	section {
	z-index: 1;
	}

	#podcast {
	width: 80.2vw;
	top: 4vh;
	font-size: 4.6vw;
	right: 8vw;
	}
	#download {
	display: none;
	}
	.container {
	font-size: 4.8vw;
	max-width: 74%;
	}
	.credits {
	padding-left: 0px;
	font-size: 3.8vw;
	border-top: 1px solid;
    margin-top: 40px;
	}
	.row {   
    flex-direction: column;
    }
    #wtw {
	float: none;
	width: 70%;
    }
    #legion {
	width: 60%;
	padding-bottom: 20px; 
    }
	#ace {
	float: none;
	width: 80%;
    padding-right: 20px;
    padding-bottom: 20px;   
    }    
    .column {
     width: 100%;
	}
	.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #fff!important;
	}
	.plyr {
	max-width: 95%!important;
	}
}

