/* **********************************************************
 * FOOTER
 * ******************************************************** */

.home footer  {
	position: relative;
	margin-top: -8rem;
	z-index: 5;
}

.home main {
	position: relative;
	z-index: 3;
}

/* .home footer .site-footer {
	padding-top: 15rem !important;
} */

@media screen and (max-width: 768px) {
	
	.home footer  {
		position: relative;
		margin-top: -12rem;
		z-index: 5;
	}
	
}

@media screen and (max-width: 576px) {
	
	.home footer  {
		margin-top: -10rem;
	}
	
}

/* WST Footer */
.wst-footer {
	background-color: #9E4C49;
	color: #ECE5D9;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #ECE5D9 !important;
}
.wst-footer a:hover {
	color: #DD8456 !important;
}