body{
	background-color:#081c2b;
	color:white;
	background-image:url('../gfx/header.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}
.container a{
	color:#e0a6a6;
	text-decoration:none;
}
.container a:hover{
	color:white;
}
.container{
	width:95%;
	max-width:950px;
	margin:auto;
}
h1{
	width:70%;
	float:left;
	max-width:469px;
	clear:both;
	margin-bottom:30px;
	padding-top:5px;
}
h1 img{
	width:100%;
}
header nav.socials{
	float:right;
	padding-top:7px;
	padding-bottom:7px;
}
header nav.socials a{
	color:white;
	display:inline-block;
	margin-left:4px;
	margin-right:0px;
}
header nav.socials a:hover{
	color:#e0a6a6;
}
#foundation{
	float:right;	
}
#foundation img{
	height:64px;
}
#introCopy{
    float: left;
    width: 50%;
    line-height: 140%;
    clear:both;
}
#introCopy p{
	margin-bottom:15px;
	font-size:14px;
}
#introCopy p.intro{
	font-size:17px;
}
#introCopy p.small{
	font-size:10px;
}
#introCopy p a{
	color:#e0a6a6;
}
#introCopy p a:hover{
	color:#fff;
}
#download{
	clear:both;
	float:right;
	margin-top:-115px;
}
#download img{
	height:90px;
}
.embed-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
.tint, .darkTint{
	width:100%;
	clear:both;
	background-color:rgba(0,0,0,0.2);
	padding-top:20px;
	padding-bottom:20px;
}
.darkTint{
	background-color:rgba(0,0,0,0.7);
	font-size:10px;
}
form{
	width:90%;
	max-width:380px;
	margin:auto;
	text-align:center;
}
form input{
	width:100%;
	text-align:center;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', sans-serif;
	border-radius:3px;
	font-size:15px;
}
form input#submit{
	width:200px;
	color:black;
	background-color:#e0a6a6;
	cursor:pointer;
}
h4{
	padding-top:15px;
	margin-bottom:15px;
	font-size:20px;
	color:#e0a6a6;
}
h6{
	margin-bottom:15px;
	line-height:140%;
}
#enterSite{
	font-size:23px;
	color:#e0a6a6;
}
#enterSite:hover{
	color:white;
}
.centre{
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	line-height:140%;
}
.darkTint nav.socials a{
	font-size:13px;
}
.darkTint nav.socials{
	width:100%;
	text-align:center;
	margin-bottom:4px;
	display:inline-block;
	margin-left:2px; 
	margin-right:2px;
}

@media only screen and (max-width: 850px) {
   	body{
		background-size: 1600px auto;
   	}
   	#foundation img{
   		height:50px;
	}
	h1{
		width:50%;
	}
	#introCopy p.intro {
		font-size: 14px;
	}
	#introCopy p{
		font-size: 11px;
		line-height:130%;
	}
	#download{
	    margin-top: -88px;
	}
	#download img{
		height:70px;
	}
}
@media only screen and (max-width: 675px) {
   	body{
		background-size: 1100px auto;
   	}
   	#foundation img{
   		height:40px;
	}
	h1{
		width:40%;
	}
	#introCopy p.intro {
		font-size: 14px;
	}
	#introCopy{
		width:60%;
	}
	#introCopy p{
		font-size: 10px;
		line-height:130%;
		margin-bottom:10px;
	}
	#download{
	    margin-top: -88px;
	}
	#download img{
		height:70px;
	}
}
@media only screen and (max-width: 550px) {
	body{
		background-size: 500px auto;
		background-size: 500px auto;
	    background-position: 80% 0%;
   	}
	#foundation img{
   		height:30px;
	}
	#introCopy{
		width:90%;
		margin:auto;
		float:none;
	}
	#foundation img{
   		height:40px;
	}
	#download {
		margin-top: 0px;
		float: none;
		display: block;
		margin: auto;
		width: 129px;
		margin-bottom: 20px;
	}
	h4{
		font-size:15px;
	}
	h6{
		font-size:12px;
		width:80%;
		margin:auto;
		margin-bottom:15px;
	}
	form input {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
		border: 0px;
		font-family: 'Roboto', sans-serif;
		border-radius: 3px;
		font-size: 12px;
		max-width: 230px;
	}
	.darkTint a{
		font-size:8px;
	}
}