html {
	width:100%;
	height:100%;
	
}


body {
	background-color:#333;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	font-family:"franklin-gothic-urw",sans-serif;
	font-style:normal;
	font-weight:100;
	letter-spacing:1px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	
}

a{
	color:#FFF !important;
}

@media only screen and (max-device-width: 480px) { 

/*
	#mainContent img{
		margin-top:400px;
		border:1px solid red;
		width:200px;
	}	
*/	
}

#main{
width:100%;
height:100%;
background-color:#333;
}

#mainContent {
  	position: relative;
  	width:auto;
  	height:auto;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 2;
  	background-color:#333;  	
}


.animated {

-webkit-animation-dur5ation: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

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

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

#info{
	display:block;
	width:auto;
	text-align: center;
	vertical-align: bottom;
	/*background-color:#DDD;*/
}

.bolder{
	font-weight:100;
	margin:20px 0 5px 0;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px;
  text-align: center;
}

#top, #bottom, #left, #right {
background: #FFFFFF;
position: fixed;
}
#left, #right {
top: 0; bottom: 0;
width: 15px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
left: 0; right: 0;
height: 15px;
}
#top { top: 0; }
#bottom { bottom: 0; }

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}



