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

/* WST Footer */
.wst-footer {
/* 	background-color: #000; */
	background: linear-gradient(90deg,rgba(0, 32, 96, 1) 0%, rgba(89, 110, 151, 1) 100%);
	color: #fff;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #eee !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}