@font-face {
    font-family: 'Tea Chest';
    src: url('fonts/TeaChest.woff2') format('woff2'),
        url('fonts/TeaChest.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}	

@font-face {
    font-family: 'FuturaStdBook';
    src: url('fonts/futurastd-book.eot');
    src: url('fonts/futurastd-book.eot') format('embedded-opentype'),
         url('fonts/futurastd-book.woff') format('woff'),
         url('fonts/futurastd-book.ttf') format('truetype'),
         url('fonts/futurastd-book.svg#FuturaStdBook') format('svg');
}

html, body {
	font-family: 'Tea Chest', monospace;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	background: #fff8df;
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
}

#loading {
	width: 100%;
	height: 100%;
	background: url(img/loading.gif) #000;
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11111111;
}

#scene, .layer {
  width: 100%;
  height: 100%;
  bottom: -5vh;
}

#scene, .layer, .layer img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.5s;
}

.difference {
	mix-blend-mode: difference;
}

.lodmobile {
	width: 100%;
	margin: 0px auto 40px;
}

.scene.desktop {		
  position: fixed;
  left: -25vw;
  z-index: 1;
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;	
  transform: scale(0.9) !important;
}

.scene.mobile {                             
  position: fixed;
  left: 0px;
  z-index: 1;
}

.contentwrap {
	width: 100%;
	height: 100vh;
	overflow: scroll;
	position: relative;	
	display: block;
	z-index: 2;
}
 
.contentbox {
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	height: 100vh;	
	position: absolute;
	display: block;	
}

.content {
	padding: 100px 100px 0px 0px;
	position: relative;
	top: 0px;
	right: 0px;
	height: 100vh;
	display: block;	
}

.buttons {
	display: table;
	margin: 0 auto 30px auto;
	text-align: center;
	border: 0px;
}

.buttons a {
	text-align: center;
	margin: 10px 20px 5px 20px;
	color: #eb212e;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	transition: 0.1s;
}

.buttons a:hover {
	border-bottom: 4px solid #eb212e;	
}

.text {
	font-family: 'FuturaStdBook', Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2.4em;
	width: 100%;
	text-align: left;
	margin: 0px 0px 50px 0px;
}

.text span {
	color: #eb212e;
	font-size: 80px;
	line-height: 70px;
	float: left;
	margin-right: 0px;
	font-family: 'Tea Chest', monospace;	
}

.text span span {
	font-family: serif;
	font-size: 1em;
	padding: 0 5px 0 0;
}

.text span.bottom {
    margin-right: auto;
    padding: 0px;
    margin-top: 30px;
    margin-left: 10px;
    line-height: 0px;
    vertical-align: bottom;
    float: none;
    position: absolute;
}

.text span.bottom span {
    float: none;
    margin-top: 40px;
    line-height: 0px;
}

.text p {
	margin: 30px 0px;
}

.list {
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.mockup {
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	display: block;	
}

.kills, .watch {
  width: 22%;
  height: auto;
  bottom: 17%;	
  position: fixed;
  left: 10.5%;
  z-index: 111;	
  mix-blend-mode: difference;
}

.watch {
	z-index: 11;
}

.hideinitial {opacity: 0;
	}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}






@-webkit-keyframes zoomoutmobile {
  0% {-webkit-transform: scale(0.25)}
  100% {-webkit-transform: scale(0.6)}
}                                
 
@-ms-keyframes zoomoutmobile {
  0% {-ms-transform: scale(0.25)}
  100% {-ms-transform: scale(0.6)}
}                                
 
@keyframes zoomoutmobile {
  0% {transform: scale(0.25)}
  100% {transform: scale(0.6)}
}




@-webkit-keyframes zoomout {
  0% {-webkit-transform: translateY(0vh) scale(0.95)}
  100% {-webkit-transform: translateY(-10vh) scale(1)}
}	

@-ms-keyframes zoomout {
  0% {-ms-transform: translateY(0vh) scale(0.95)}
  100% {-ms-transform: translateY(-10vh) scale(1)}
}	

@keyframes zoomout {
  0% {transform: translateY(0vh) scale(0.95)}	
  100% {transform: translateY(-10vh) scale(1)}
}



  .bg {
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
    background: url('img/bg.jpg') no-repeat center center;
    background-size: cover;

    transform: scale(1.1);
  }


.one {
  z-index: 1;
}

.two {
  z-index: 2;

}
 
.close {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 28px;
	height: 28px;
	background: url(img/close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 1111;
}

form {
	position: relative;
	font-family: 'Tea Chest', monospace;
	width: 500px;
	outline: 0px;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
}

fieldset {
    display: inline-block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0em;
    -webkit-padding-start: 0em;
    -webkit-padding-end: 0em;
    -webkit-padding-after: 0em;
    min-width: -webkit-min-content;
    border-width: 0px;
}

form, input {
    font-size: 20px;
    color: #000;
}

input.email {
    display: block;
    font-size: 16px;
	font-weight: bold;
    text-transform: none;
    padding: 6px 0px 1px 0px;
    text-decoration: none;    
    text-align: left;
	font-family: 'FuturaStdBook', helvetica, sans-serif;    
    background: transparent;
    color: #000;
	text-align: center;
    width: 300px;
    border: 0px;
	outline: 0px;
	margin-left: 0px;
	border-bottom: 2px solid #eb212e;
}

input.button {
    display: block;
	font-family: 'FuturaStdBook', helvetica, sans-serif;    
    font-size: 15px;
	line-height: 15px;
	vertical-align: middle;
    text-transform: uppercase;
    padding: 6px 10px;
    text-decoration: none;
    text-align: center;
    color: #fff8df;
    background: #eb212e;
    border: 0px;
	outline: none;
	margin: 10px auto 5px auto;
    transition: 0.3s;
	cursor: pointer;
}

input.button:hover {
	background: #000;
	color: #eb212e;
}


body#iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    height: 100px;
}
   

p.response, p.heading {
    font-size: 15px;
	font-family: 'FuturaStdBook', helvetica, sans-serif;   	
    color: #000;
	text-transform: uppercase;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
    vertical-align: bottom;
    padding: 0px 0px 5px 0px;
}

p.response p.heading {
	
}

p.response.success {
	display: block;
}

::-webkit-input-placeholder { 
	color: #000;
	font-size: 14px;
}		  

::-moz-placeholder { 
	color: #000;
	font-size: 14px;	
}		  


::-ms-input-placeholder { 
	color: #000;
	font-size: 14px;	
}		  

::-moz-placeholder { 
	color: #000;
	font-size: 14px;	
}		  

h1 {
  font-size: 4em;
  letter-spacing: 0.39em;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;	
}

.layer img {
  height: 100vh;
  width: auto;
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

.break {
  display: block;
  margin: 50px auto;
}

.mobile {
	display: none;
}

h1.smaller {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0px auto 30px auto;
}





/**** IE/EDGE ***/
 
.ie #content, .edge #content  {
                  mix-blend-mode: unset;
                  color: #000;
				  text-shadow: 1px 1px 0px #dfcaac;        
}


.ie ::-ms-input-placeholder, .edge ::-ms-input-placeholder {
                font-family: 'tb', Arial, sans-serif;  
                font-size: 15px;  	
                color: #000;
				text-shadow: 1px 1px 0px #dfcaac;   	
}
 
.ie #row, .edge #row {
                background: transparent;
}

.ie a, .edge a {
                color: #000;
    			border-bottom: 1px solid #000;
    			text-shadow: 1px 1px 0px #dfcaac;
}

.ie .social a, .edge .social a {
				border-bottom: 0px;
				color: #000;
    			text-shadow: 1px 1px 0px #dfcaac;
}

.ie svg, .edge svg {
				fill: #3a2c14;
}
 
.ie h1, .edge h1 {
                 text-shadow: 2px 2px 1px #dfcaac;           
                 color: #000;
}
 
.ie #mc_embed_signup input.email, .edge #mc_embed_signup input.email {
                color: #000;
                border-bottom: 2px solid #000;
}
 
.ie #mc_embed_signup .button, .edge #mc_embed_signup .button  {
                background: #000;
                color: #dfcaac !important;
                border: 2px solid #000 !important;
}
 
.ie #mc_embed_signup .button:hover, .edge #mc_embed_signup .button:hover {
                background: #000;
                color: #dfcaac;
                border: 2px solid #000 !important;
}

.ie #row:hover, .edge #row:hover {
  				background: transparent;
}



/**** MEDIA QUERIES ****/


@media (max-width: 800px) {
	
	.desktop {display: none}

	html, body, #content {
		max-width: 100%;	
		overflow-x: hidden;
	}

	.mobile {
		display: block;
	}

	#content, .scroll {
	  width: 100%;			  
	}

	.contentbox {
		width: 100%;
		height: auto;	
	}
	
	.text {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	
	.watch, .watch.show, .watch.hide {
		display: none !important;
		opacity: 0 !important;
	}

	.content {
		padding: 0px 0px 50px 0px;
	}	

	.layer img {
	    height: auto;
		width: 100%;
		width: 100vw;
	}
	
	form {
		width: 100%	
	}


}