/* Footer */
.navigation-color a,
.navigation-color span {
    color: #FFF !important;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 768px) {

    /* Footer */
    footer {
        position: relative;
    }

    footer::after {
        content: '';
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        inset: 0;
    }

    .navigation-color a,
    .navigation-color span {
        color: rgba(21, 20, 20, 1) !important;
    }

    .footer-bottom a {
        color: rgba(21, 20, 20, 1) !important;
    }

}