/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}


@font-face {
   font-family: caviar;
   src: url(../css/fonts/CaviarDreams_BoldItalic.ttf);
}

@font-face {
   font-family: panic;
   src: url(../css/fonts/PanicStricken.ttf);
}

@font-face {
   font-family: via;
   src: url(../css/fonts/Viafont.ttf);
}


.about {
	background-image: url('../images/back-1.jpg');
}

.aboutfinal {
	background-image: url('../images/about-back.jpg');
}

.why {
	background-image: url('../images/why-us-bg.jpg');
}

.contact {
	background-image: url('../images/contact-banner.jpg');
}

.project {
	background-image: url('../images/background-project.jpg');
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 65%;
	width:100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title {
	text-transform: uppercase;
	font-size: 4.0em;
	letter-spacing: 0.1em;
}





.main-title-2 {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #ff0000;
	text-align: center;
	top: 65%;
	width:100%;
	text-shadow:0px 3px 2px #242424;
	font-family: caviar;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title-2 {
	font-size: 3.0em;
}


.main-title-2 span {
	color: #fff;
	text-transform: uppercase;
	font-family:panic;
	font-style: italic;
}




.demo-2 .main-title {
	text-transform: uppercase;
	font-size: 4.0em;
	letter-spacing: 0.1em;
}






.drop-cursor {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	top: 86%;
	width:100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-1 .drop-cursor {
	text-transform: uppercase;
	font-size: 4.0em;
	letter-spacing: 0.1em;
} 

.demo-2 .drop-cursor {
	text-transform: uppercase;
	font-size: 4.0em;
	letter-spacing: 0.1em;
} 


.drop-cursor img {
	opacity:0.8;
}
.drop-cursor img:hover {
	opacity:1.0;
}


.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title, 
	.demo-3 .main-title,
	.demo-4 .main-title {
		font-size: 3em;
	}

	.demo-2 .main-title {
		font-size: 4em;
	}
}