:root {
	    --box-shade-background: rgba(0, 0, 0, .35);F
}

/* Accessibility */
#site-footer-header {
	color:#fff !important;
}

@media only screen and (max-device-width: 768px) {

	.banner {
		background-position: 50%;
	}
}

.banner {
    background-position: 50% 30% !important;
	background-color: var(--box-shade-background);
}


