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

.headerstyle .large-header {
	background-image: url('../img/demo-2-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);
}

.headerstyle .main-title {
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 6em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	transition:1s ease;
}

.headerstyle .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);
}

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

@media only screen and (min-width: 960px) and (max-width: 1160px) {

	.headerstyle .main-title {
		font-size: 5em;
		
	}
	

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.headerstyle .main-title {
		font-size: 4em;
		
	}
	
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
		.headerstyle .main-title {
		font-size: 2.5em;
		
	}
	
}

@media only screen and (max-width: 480px) {
	.headerstyle .main-title {
	font-size: 1.5em;
	}

}
.mainheader{
    text-align: left;
    
}