@font-face { font-family: 'montserrat'; src: local('montserrat'), local('montserrat'), url('fonts/montserrat.ttf') format('truetype'); }

.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
.demo-3 .large-header {
	background: #fff;
}
.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	top: 50%;
	left: 33.5%;
    -webkit-transform: translate3d(-25%,-50%,0);
    transform: translate3d(-25%,-50%,0);
}
.demo-3 .main-title {
	font-size: 4.5em;
	background: rgba(255,255,255,0.7);
	color:#111111;
	font-family: montserrat;
	letter-spacing: -1px;
}
.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.main-title {
		left: 50%;
		-webkit-transform: translate3d(-50%,-50%,0);
		transform: translate3d(-50%,-50%,0);
	}
	.demo-3 .main-title {
		font-size: 2.7em;
	}
}