@charset "UTF-8";
/* CSS Document */

body {
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
	background-color: #000;
}

@font-face {
    font-family: NoFlickingThanks;
    src: url("../media/fonts/No Flicking Thanks!.ttf");
}

.navbar {
	position:fixed;
	display:block;
	width: 100%;
	z-index:9;
	color: #FFF;
	font-family: NoFlickingThanks;

}

.navbar a {
	display: block;
	color: #FFF;
	text-align: center;
	margin: .5em;
	padding: .5em;
	float: left;
	font-size: 1.8em;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar a:hover {
	color: #FFF;
}

h1 {
	font-weight: 600;
	font-size: 7em;
	letter-spacing: .03em;
	color: #FFF;
	font-family: NoFlickingThanks;
	
}
		
.intro {
	width: 75%;
	margin:auto;
	line-height: .8em;
}
 
.intro h1{
	position: relative;
	animation-name: title;
	animation-duration: 1s;
	line-height: .8em;
	font-size: 6vw;
	text-transform: uppercase;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 1px solid #fcba03;
	width: 50%;
}

@keyframes title {
  0%   {left:-200px; opacity: 0;}
  100% {left:0px; opacity: 1;}
}

.intro h2 {
	font-size: 2.8vw;
	text-align: left;
	padding: 1em 2em 1em 1em;
	border-right: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	width: 20%;
	float:left;
	text-transform: uppercase;
	margin: 0 1em 1em 0;
	line-height: .9em;
	background-color: hsla(100,100%,100%,0.02);
	clear: left;
	font-family: NoFlickingThanks;

}

.intro h3 {
	text-transform: uppercase;
	font-size: 1.5em;	
	padding-bottom: 2em;
	border-bottom: 1px solid #fcba03;
}

div.clear {
	clear: both;
	width: 100%;
}

.intro p {
	line-height: 1.8em;
	color: #FFF;
	font-size: 1.1em;
}

.intro p.info {
	padding: 2em 1em 0 0;
	color: #FFF;
	float:right;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2em;
}

.intro p.info span {
	font-weight: 700;
}

.intro div.audio {
	padding: 0 1em 2em 0;
	clear: right;
	float:right;
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-top:-2em;
	margin-bottom: 2em;
}

.player{
	float: left;
	width: 60%;
	margin-left: -3em;
}

.intro div.scroll {
	width: 20em;
	height: 2em;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: .7em;
	border-bottom: #fff solid 1px;
	margin-bottom: 2em;
	margin-left: -5em;
	
}

.intro div.scrollSide {
	width: 20em;
	height: 2em;
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: .7em;
	border-bottom: #fff solid 1px;
	margin-bottom: 2em;
	margin-left: -5em;
	
}

.intro .scroll p {
	text-align: left;
	margin-left: -10em;
	letter-spacing: .2em;
}

.intro .scrollSide p {
	text-align: left;
	margin-left: -10em;
	letter-spacing: .2em;
}

.intro p.subHeading {
	font-style: normal;
	animation-name: subHead;
	animation-duration: 2s;
}

@keyframes subHead {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}

.intro img {
	width: 100%;
	border: 1px hsla(100,100%,100%,0.05) solid;
	clear: both;
	float: left;
}

#section2 .intro h1 {
	border-bottom: 1px #FFF solid;
	margin-right: 0;
	padding-right: 0;
	color: #FFF;
	width: 100%
}

#section2 .intro p.micro {
	background: hsla(100,100%,100%,0.25);
	padding: 2em;
	color: #EEE;
	font-weight: 400;
}

.intro a.h1Button {
	padding: 2em 4em;
	margin-top: 1em;
	color: black;
	background-color: #fcba03;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	clear: both;
	float: left;
	font-size: 1em;
	border-radius: 10px;
}

.intro a.h1Button:hover{
	background-color: #000;
	color: #FFF;
}

#myVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index:3;
}

#section8 div.overlay {
	background: url("../media/images/subtle_carbon2_v2.png") repeat left top;
	height: 100vh;
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;	 
}

#section8 {
	overflow: hidden;
}

#section8 .intro {
	position: absolute;
	z-index: 20;
	width: 100%;
	left: 0;
	top: 35%;
	padding-top: 1em;
	padding-bottom: 4em;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background: hsla(100,0%,0%,.65);
}

#section8 .intro h1, #section8 .intro p {
	width: 75%;
}

#section8 .intro p.subHeading {
	color:#FFF;
	text-decoration: none;
}

.reWrap {
	width: 75%;
	margin: auto;
}
video::-webkit-media-controls {
  display:none !important;
}




        /*
        * Setting the backgrounds for each section / slide
        */

        .fp-bg{
            background-size:cover;
			background-position:center;
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
            backface-visibility: hidden;
        }
        #section1 .fp-bg{
			background-image: url('/media/images/bape_v5.jpg');
        }
        #section2 .fp-bg{
			background-image: url('/media/images/bar_v2.jpg');
        }
        #section3 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
        }
        #section4 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
        }
        #section5 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
        }
        #section6 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
		}
        #section7 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
		}
        #section8 .fp-bg{
			background-image: url('/media/images/hobby_v1.jpg');
        }



		/*
        * Configurations
        */
        #actions{
            position:fixed;
            top: 73px;
            left: 30px;
            z-index: 99999;
        }
        #actions li{
            background: rgba(0,0,0,0.8);
            padding: 7px;
            margin: 2px;
            color: #ccc;
            display: inline-block;
            cursor: pointer;
        }
        #actions li:hover{
            color: #fff;
            background: #81A140;
        }
        #actions .active{
            color: #fff;
            background: #81A140;
        }
