/* Header */


a {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {
	text-decoration: none;
	font-size: xx-large;
}

.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}



.demo-2 .large-header {
	background-image: url('../img/bg.jpg');
	background-position: center bottom;
}



.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}


.demo-2 .main-title {
	font-family: 'Dosis', Arial, sans-serif;
	font-weight: normal;
	font-size: 38px;
}
