body{
	font-family: 'Titillium Web', sans-serif;
	font-size:24px;
	color:#FFFFFF;
}

.header{
	height:100vh;
	background-image: url("../image/background.jpg");
	background-position:center;
	background-size:cover;
	text-align:center;

}
.header img{
	max-width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;	
}
.headeroverlay{
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.2);
	padding-top:25vh;
}
