@import url("//hello.myfonts.net/count/2f1d01");
@font-face {font-family: 'Grover';src: url('../fonts/2F1D01_0_0.eot');src: url('../fonts/2F1D01_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2F1D01_0_0.woff2') format('woff2'),url('../fonts/2F1D01_0_0.woff') format('woff'),url('../fonts/2F1D01_0_0.ttf') format('truetype');}

body{
	background-color:black;
	color:#ace3f5;
	font-family: 'Grover';
	text-transform:uppercase;
	text-align:center;
	background-image:url('../gfx/backg.jpg');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
a{
	color:#ace3f5;
	font-family: 'Grover';
	text-decoration:none;
}
h1{
	width:100%;
	padding-top:20px;
}
h1 img{
	width:90%;
	max-width:800px;
}
#container{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url('../gfx/opaque.png');
    z-index: 3;
}
footer{
	position: absolute; 
	bottom:0px;
	padding-bottom:10px;
	left:0px;
	right:0px;
	text-align:center;
}
footer p{
	font-size: 8px;
	line-height:170%;
}
footer nav {
	padding-bottom:5px;
	font-size:24px;
}
footer nav a{
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
}
footer a{
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
footer a:hover{
	color:white;
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
#central{
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	margin-top:-52px;
}
#central h2{
	font-size:70px;
}
#sso{
	font-size:13px;
	color:black;
	background-color:#ace3f5;
	border-radius:4px;
	padding:9px;
	padding-top:11px;
	display:inline-block;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
#sso:hover{
	background-color:#fff;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
a.video:hover{
	background-color:#fff;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
.mobile{
	display:none!important;
}
a.video{
	font-size:8px;
	color:black;
	background-color:#ace3f5;
	border-radius:4px;
	padding:6px;
	padding-top:9px;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
#videoWrapper{

}
.hideVideo2{
    position: absolute;
    z-index: 3;
    font-size: 10px;
    left: 10px;
    bottom: 10px;
    display:none;
}
@media only screen and (max-width: 767px) {
	h1{
		margin-bottom:10px;
	}
	.mobile{
		display:inline-block!important;
	}
	#videoWrapper, #tubular-container,#tubular-shield{
		display:none;
	}
	.videoControls{
		display:none;
	}
}
@media only screen and (max-width: 500px) {
	#central h2 {
		font-size: 50px;
	}
	#sso{
		font-size:9px;
	}
	footer p{
		font-size:6px;
	}
	footer nav {
		font-size:18px;
	}
	
	#central{
		margin-top:-32px;
	}
}