/* ========================================== */
/* FOOTER - CLASSIC BLACK & WHITE            */
/* ========================================== */

footer.bg-dark {
    background: #000000 !important;
    border-top: 3px solid #888888;
}

footer a {
    color: #888888 !important;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff !important;
}

footer .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

footer .text-white-50:hover {
    color: #ffffff !important;
}

footer .border-secondary {
    border-color: #444444 !important;
}

footer .text-muted {
    color: #888888 !important;
}

@media (max-width: 768px) {
    footer .col-md-6 {
        text-align: center !important;
    }
    
    footer .col-md-6.text-md-end {
        text-align: center !important;
    }
}