/* Custom CSS to remove footer background image */
#footer {
    background-image: none !important;
    background-color: #202125 !important;
}

#footer-about {
    background-image: none !important;
    background-color: #202125 !important;
}

/* Fix for the removed footer image */
.footer-az {
    background-color: #202125;
} 