/* **********************************************************
 * FOOTER
 * ******************************************************** */
/* Footer Parallax */
footer .jet-parallax-section__image {
    background-size: 25vw !important;
	opacity: 0.25;
}

@media (max-width: 767px) {
	footer .jet-parallax-section__image {
		background-size: 50vw !important;
	}	
}

/* WST Footer */
.wst-footer {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer a {
	color: #eee !important;
}