<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.entry-header {
	position: relative;
}
.entry-header:before {
	background-color: rgba(0,0,0,.3);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.header-logo {
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 641px) {
	.entry-header{
		height: 400px;
	}
}
.site-description {
	color: white;
}</style>
<!-- end Simple Custom CSS and JS -->
