/* =========================================================================
   footer-dark-override.css
   Force the site footer to render in solid black with white text/links.
   Previously duplicated as /css/pages/<page>/footer-dark-override.css across
   6 pages (aboutus, news, project, rise, service, social) — all byte-identical
   modulo indentation and a label in the leading comment.
   Loaded by every page whose footer should be solid dark.
   ========================================================================= */

.site-footer,
.site-footer .site-info {
	background: #000 !important;
	background-color: #000 !important;
	color: #fff !important;
	border-top: none !important;
}

.site-footer a,
.site-footer .site-info a {
	color: #fff !important;
}

.site-footer .site-info p {
	color: #fff !important;
}
