/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-1 .large-header {
	background-image: url('../img/demo-1-bg.jpg');
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.demo-2 .large-header {
	background-image: url('../img/demo-2-bg.jpg');
	background-position: center bottom;
}

.demo-3 .large-header {
	background: #7f8c8d;
}

.demo-4 .large-header {
	background: #f9f1e9;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	    font-weight: 400;
}
.main-title small{
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	margin-top: 16px;
}
.main-title span{
	font-size: 12px;
	font-weight: 300;
	display: block;
}
.main-title a{
	color: #fff;
	font-weight: 700;
}
.menu{
	position: absolute;
	text-align: center;
	top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.menu a{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.demo-1 .main-title, 
.demo-3 .main-title {
	text-transform: uppercase;
	font-size: 2.6em;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

.demo-2 .main-title {
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 8em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.demo-2 .main-title::before {
	content: '';
	width: 20vw;
	height: 20vw;
	min-width: 3.5em;
	min-height: 3.5em;
	background: url(../img/deco.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
	padding: 10px 40px;
	border: 10px double #f9f1e9;
	text-transform: uppercase;
	font-family: Londrina Outline, sans-serif;
}

.demo-4 .main-title {
	font-size: 6em;
	font-weight: 300;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #222;
}

.main-title .thin {
	font-weight: 200;
}
.contact-info{
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 45%;
	left: 0%;
	right: 0%;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}
.footer-info{
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 90%;
	left: 0%;
	right: 0%;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}
.footer-info a{
	color: #fff;
	font-weight: 800;
}
.contact-info p{
	color: #fff !important;
}
.contact-info a{
	color: #fff !important;
}
@media only screen and (max-width : 768px) {

	.demo-1 .main-title, 
	.demo-3 .main-title {
		font-size: 2em;
		left: 0;
	    -webkit-transform: translate3d(-50%, -50%, 0);
	    transform: translate3d(0%, -50%, 0);
	}

	.main-title small{
		font-size: 14px;
	}
	.contact-info{
		top: 60%;
	}
	.footer-info a{

	}

}
@media only screen and (max-width : 530px) {

	.menu{
		top: 58%;
	}
}