/* Enter Your Custom CSS Here */
#wrapper.custom-wrapper {
    display: none;
    padding: 0!important;
}
header h1 {
	font-size: 2em;
}

header p {
	font-size: 20px;
}

@media only screen and (max-width: 768px){
header .logo-header img {
    width: 100%;
    height: 30%;
}
}
@media only screen and (max-width: 540px){
	header h1 {
			font-size: 30px;		
	}	
	header p {
    font-size: 20px;
    text-align: center;
	}
	header .logo-header img {
    width: 100%;
    
	}

	img.lazyloaded {
/*     width: 250px; */
	}	
	header .logo-header {
		padding-top: 0px;
	}
	
	
 	header .logo-header {
    margin-top: 70px;
	}
}