body{
	font-family:'Oswald', Arial;
	color:#fff;
	background:url(../images/bg.jpg) top center no-repeat #000;
}

.overlay{
	background:rgba(0,0,0,.8);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
}

.image-align{
	margin:0 auto;
	height: 100%;
	text-align:center;
	display:block;
	padding-top: 100px;
}

h1{
	font-size:56px;
	font-weight:300;
	text-align:center;
}

h1 span{
	font-size:32px;
}

.yellow{
	color:#c5b358;
	font-size:56px;
}

p{
	font-size:16px;
	line-height:30px;
	text-align:center;
	font-weight:100;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top: 50px;
}

@media (max-width: 420px){
	
	h1,.yellow{
		font-size:32px;
	}	
	
	h1 span{
	font-size:18px;
	}	
}