 @charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/*html,body {
	font-family: 'Open Sans', sans-serif;
	height:100%;	
   }

* { margin:0;
	padding:0;
	}

body {
	width: 80%;
	margin: auto;
	}
*/
video { display: block;
        background-size: 80%; }

video#bgvid {
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 92%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -100;
	background-size: cover;
    }

/*article {
	text-align: left;
	position:relative;
	top:22%;
	left: -8%;
	margin: auto; 
	z-index:1;
	width:40%; 
	height:50%;
   }*/

/*h1 {
	top: 40%;
	font-weight:bolder;
	text-transform: uppercase;
	font-size:2em;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	padding-left: 0;
	position: relative;
	}
	
h3 {
	font-weight: normal;
	top: 45%;
    left: 190px;
	position: relative;
	font-size:1em;
	}
	
h5 {
	font-size:0.2em;
	word-spacing: 0.2em;
	font-weight: normal;
	}
	
footer {
	position: relative;
	top: 120%;
	left: 190px;
	color: rgba(0,0,0,.70);
	}

@media screen and (max-device-width: 800px) {	
	html { background: url(video_bg/video_bg_still1.jpg) #fff no-repeat center center fixed; }
	#bgvid { display: none; }
}*/