/* Make footer layers transparent so background image shows fully */
.footer-top,
.footer-area,
.footer-bottom {
    background: transparent !important;
}

/* Make footer image cover entire footer */
#footer {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}