@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff');


h1, h2, h3, h4, h5, h6{
    font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2em!important;
	text-transform: uppercase;
}

h1 span,h2 span,h3 span{
font-family: 'Herr Von Muellerhoff', cursive;
text-transform: capitalize !important;
}

p, a, ul, li, span{
	font-family: 'Raleway', sans-serif;
	line-height: 1.2em!important;
}

.button-contener a{font-family: 'Raleway', sans-serif !important; letter-spacing: 1px; font-weight: 600;}

.font-weight100{
	font-weight: 100;
}
.font-weight200{
	font-weight: 200;
}
.font-weight300{
	font-weight: 300;
}
.font-weight400{
	font-weight: 400;
}
.font-weight500{
	font-weight: 500;
}
.font-weight600{
	font-weight: 600;
}
.font-weight700{
	font-weight: 700;
}
.font-weight800{
	font-weight: 800;
}
.font-weight900{
	font-weight: 900;
}

.text-upercase{
	text-transform: uppercase;
}

.text-center{
	text-align: center;
}

@media all and ( min-width: 981px ){
	
body{
	font-size: 16px!important;
}
	
h1{
	font-size: 4.8em;
	line-height:1.2em;
}
	
h2{
	font-size: 3em!important;
	line-height:1.2em;
}
	
h3{
	font-size: 2.5em!important;
	line-height:1.2em;
}
	
h4{
	font-size: 1.8em!important;
	line-height:1.2em;
}
	
h5{
	font-size: 1.3em!important;
	line-height:1.2em;
	text-transform:uppercase;
}
	
h6{
	font-size: 1.1em!important;
	line-height:1.2em;
	font-weight:300;
	text-transform:uppercase;
}
	
p{
	font-size:1.02em;
	line-height: 1.3em!important;
	font-weight: 300;
}
	
nav ul li a{
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 3px;
}
	
.header-text{
	font-size: 1.5em;
}
	
.fa-mobile-phone::before {
    font-size: 2.3em;
}
	
}

@media only screen  and (min-width : 1824px) {
	
	h1{
		font-size:5.3em!important;
		line-height:1.2em;
}
}

@media only screen and (min-width:600px) and (max-width:980px) {

	body{
		font-size: 14px!important;
	}
	
	p{
		font-size:1.3em!important;
		line-height: 1.5em;
		font-weight: 300;
	}
	 
	h1{
		font-size: 3.6em!important;
	}
	
	h2{
		font-size: 2.9em!important;
	}
	
	h3{
		font-size: 2.6em!important;
		line-height:1.2em;
	}
	
	h4{
		font-size: 2em!important;
		line-height:1.2em;
	}
	
	h5{
		font-size: 1.3em!important;
		line-height:1.2em;
		text-transform:uppercase;
	}
	
	.body-heading-h5{
		font-size: 1.3em!important;
		line-height:1.2em;
		text-transform:uppercase;
	}
	
	h6{
		font-size: 1.1em!important;
		line-height:1.2em;
		font-weight:300;
		text-transform:uppercase;
	}
	
	.body-heading-h6{
		font-size: 1.1em!important;
		line-height:1.2em;
		font-weight:300;
		text-transform:uppercase;
		padding-bottom:8px;
	}
	
#main-header .fa-mobile-phone::before {
    font-size: 22px!important;
	color: #fff!important;
    padding-right: 6px!important;
	position: relative;
	left: 0px;
	top:2px;
}
}

@media only screen and (min-width:240px) and (max-width:599px) {
	
#main-header .fa-mobile-phone::before {
    font-size: 22px!important;
	color: #fff!important;
    padding-right: 6px!important;
	position: relative;
	left: 0px;
	top:2px;
}

.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
}

body{
		font-size: 14px!important;
	}
	
	p{
		font-size:1.1em!important;
		line-height: 1.5em;
		font-weight: 300;
	}
	 
	h1{
		font-size: 2.6em!important;
	}
	
	h2{
		font-size: 2em!important;
	}
	
	h3{
		font-size: 1.8em!important;
		line-height:1.2em;
	}
	
	h4{
		font-size: 1.6em!important;
		line-height:1.2em;
	}
	
	h5{
		font-size: 1.3em!important;
		line-height:1.2em;
		text-transform:uppercase;
	}
	
	.body-heading-h5{
		font-size: 1.3em!important;
		line-height:1.2em;
		text-transform:uppercase;
	}
	
	h6{
		font-size: 1.1em!important;
		line-height:1.2em;
		font-weight:300;
		text-transform:uppercase;
	}
	
	.body-heading-h6{
		font-size: 1.1em!important;
		line-height:1.2em;
		font-weight:300;
		text-transform:uppercase;
		padding-bottom:8px;
	}
	
}

@media all and ( max-width: 980px ) {
	.mobile-nav-toggle{
		font-size: 27px!important;
	}
	
	nav ul li{
		margin-bottom: 10px;
	}

	nav ul li a{
		font-size: 1.3em;	
	}
}


