*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1,p { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }


.pttrn,.pttrn2{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;  
	z-index: 10;
	background-color: rgba(0,0,0,.3);
	display: block;
}
.pttrn2{
	background: url(../images/pttrn.png) repeat;
	z-index: 15;
}
.header{
	width: 100%;
	height: 72px;
	background-color: rgba(0,0,0,.7);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
}
#content {
	display: none;
	position: absolute;
	z-index: 30;
	top: 20%;				
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
h1.title {
	color: #f1f1f1;
	font-size: 72px;
	line-height: 72px;
	padding: 8px;
	display: inline;
	font-weight: 100;

}
h1 span{
	font-weight: 700;
}
p{
	color: #f1f1f1;
	font-size: 1.6em;
	margin-top: 40px
}
.btn{
	padding: 8px;
	background-color: #007583;
	color: #fff;
	text-decoration: none;
	font-size: 0.7em;
	border: 8px solid rgba(255,255,255,.1);
	transition:all 1s ease-out;
}
.btn:hover{
	border: 8px solid rgba(255,255,255,.3);
}
#video-background {
		position: fixed; 
		right: 0; 
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		width: auto; 
		height: auto; 
		z-index: -100;
		background: url(video/bg-video.jpg) no-repeat;
		background-size: cover;
		}

video { display: block; }



