.header_logo {
        padding: 1px 26px;
        background-color: white;
}

.layout_header_default_image {
	margin: 20% 0;
	background-color: rgba(255,255,255,.70);
	margin-bottom: 0;
	margin-top: 15%;
}

.layout_header_default_image_image {
	padding: 6% 20px; 
	max-width: 800px;
	margin: 0 auto;
}

.header-banner {
	text-align: center;
	padding-top: 15%;
}

.header-banner-text h1 {
	text-align: center;
	font-size: 6em;
	text-transform: uppercase;
}

.header-banner-text h2 {
    text-align: center;
    font-size: 2.3em;
    color: black;
    margin-top: 0px;
    padding-top: 0px;
}

.header-banner-text {
	padding: 8% 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.header-banner .ce_image.block {
    width: 100%;
    max-width: 100%;
}

.header-banner-text img {
    margin-top: 139px;
    margin-bottom: 40px;
}


@media screen and (max-width: 800px){  
	.header-banner-text h1 {
		font-size: 4em;
	}

	.header-banner-text h2 {
    	font-size: 1.5em;
	}
	
	.header-banner-text img {
		margin-top: 10px;
		margin-bottom: 40px;
		height: 3.5em;
    	width: auto;
	}
}



@media screen and (max-width: 600px){  
	.layout_header_default_image_image { max-width: 75%;}
	.header_logo {
        padding: 1px 16px; }
	
	.header-banner-text {
    	padding: 2% 0;
	}
	
	.header-banner-text h1 {
		font-size: 2.5em;
		margin-bottom: .3em;
	}

	.header-banner-text h2 {
    	font-size: 0.95em;
	}
}