body {
	padding-bottom: 12vh !important;
}
/* CSS for footer.php */
.site-footer {
	width: 100vw;
	height: 10vh;
	background: #000;
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.site-footer .disclosure,
.site-footer .disclosure:link,
.site-footer .disclosure:visited,
.site-footer .disclosure:active,
.site-footer .disclosure:hover,
.site-footer .copyright {
	color: #fff !important;
	font-size: 0.8rem;
	text-align: center;
	text-decoration: none;
}
