#pageheader {
	background: url('/_assets/ddc5e3975b14364fb8a8.jpg');
	background-position: center center;
}
#sloganfirst,#sloganlast {}
#headerlogo { 
	background-image: url('/_assets/8453125eaf934b5d066f.svg');
	opacity: 0.9;
	background-size: contain;
	position: absolute;
	margin-top: 12px;
	filter: drop-shadow(2px 4px 6px black);
}
#headerslogan {width: 100%;text-align: center; margin-left: unset;}
@media (max-width: 650px) {
	#headerlogo {
	    clear: both;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    position: unset;
	}
}


@media (max-width: 870px){
	#headerslogan {
	    position: relative;
	    margin-left: auto;
	    width: auto;
	    margin-right: 5%;
	    float: right;
	    text-align: right;
	}
}