
:root {
	--footer-color: #333;
	--footer-text-color: white;
}

#bootstrap-overrides footer {
	position: absolute;
	bottom: 0;
	height: 40px;
	background-color: var(--footer-color);
	opacity: 0.9;
}

#bootstrap-overrides footer p {
	line-height: 40px;
	color: var(--footer-text-color);
}