/* %%%%%%%%%%%%%%%% IMPORTS %%%%%%%%%%%%%%%%%% */

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';

/* %%%%%%%%%%%%%%%%%% GENERAL %%%%%%%%%%%%%%%%%%%% */

p { font-family: Helvetica Neue, Helvetica, sans-serif; font-size: 1rem; line-height: 1.1rem; font-weight: 200; font-size: .9rem; letter-spacing: .07rem; max-width:  96%; margin: 1rem auto;}

h1 { font-family: 'Oswald', Helvetica, sans-serif; font-size: 3rem; text-transform: uppercase; margin-top: 0; letter-spacing: .2rem; margin-bottom: .5rem;}

h2 { font-family: 'Open Sans Condensed', Helvetica, sans-serif; font-size: 1.2rem; margin-top: 0;  margin-bottom: .5rem;letter-spacing: .05rem;}

a { display: inline-block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.2); 
padding: .5rem; -webkit-transition: .6s background; transition: .6s background; }

a:hover { background: rgba(0,0,0,0.4); }

/* %%%%%%%%%%%%%%%% FULL SCREEN VIDEO %%%%%%%%%%%%%%%%%% */

#fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	opacity: 1;
}

#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 256/135) {
  #bgvid, #fullscreen-bg img, #fullscreen-bg video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 256/135) {
  #bgvid, #fullscreen-bg img, #fullscreen-bg video {
    width: auto;
    height: 100%;
  }
}

/* %%%%%%%%%%%%%%%% INFO BOX %%%%%%%%%%%%%%%%%% */

#thisVid {    
	font-weight: 100; 
	background: rgba(0,0,0,0.2); 
	color: white; 
	padding: 2rem; 
	width: 33%; 
	margin: 2rem; 
	float: right; 
	font-size: 1.2rem; 
	padding-bottom: .6rem; 
}

#thisVid 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;
	-webkit-transition: .3s background;
	transition: .3s background;
	}

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

.fullPort { text-align:center;}

.fullPort a {  
	display: inline-block; 
	color: #fff; 
	text-decoration: none; 
	background: rgba(0,0,0,0.0); 
	font-size: .7rem;
	padding: .3rem .7rem; 
	-webkit-transition: .6s background; 
	transition: .6s background; 
	margin-top: .3rem; 
}

.fullPort a:hover { background: rgba(0,0,0,0.1); }

#centerTile {
width: 95%;
height: 100%;
margin: auto;
text-align: center;
margin-top: 25%;
opacity: .9;
}

#centerTile img {
width: 90%;
}

@media screen and (min-width: 1200px) { 
	#centerTile {width: 60%; margin-top: 20%;}
}

@media screen and (min-width: 1500px) { 
	#centerTile {width: 60%; margin-top: 15%;}
}

@media screen and (max-width: 650px) { 
	#centerTile img {width: 90%;}
}

@media screen and (max-width: 650px) { 
	#centerTile img {width: 90%;}
}

@media screen and (max-width: 650px) { 
	#thisVid { width:70%;} 
}

/* %%%%%%%%%%%%%%%% TOUCH ONLY %%%%%%%%%%%%%%%%%% */

#touchOnly {
position: fixed;
bottom: 0;
width: 100%;
background: rgba(0,0,0,0.25);
margin: 0;	
padding: 20px 0 50px 0;
color: white;
display: block;
z-index: -1000;
}

#touchOnly p {
font-size: 2.5rem;
text-align: center;	
}

#touchOnly p.smallerText {
font-size: 1rem;
text-align: center;	
margin-top: 3rem;
}