/* Footer styles for Mystic Bantu */
footer {
    background: #000000;
    color: #fff;
    padding: 2em 0 1em 0;
    font-family: 'Onest', Arial, sans-serif;
    letter-spacing: 0.5px;
    overflow: hidden;
}

footer div>img {
    width: 300px;
    margin-bottom: 0.2em;
}

footer p {
    margin: 0.3em 0;
    color: #e0e0e0;
    font-size: 1.05em;
}

footer i.fa-location-dot {
    margin-right: 0.4em;
    color: #e74c3c;
}

footer a {
    text-decoration: none;
    transition: color 0.2s;
}

footer .fa-facebook:hover {
    color: #29487d;
}

footer .fa-instagram:hover {
    color: #c13584;
}

footer .fa-whatsapp:hover {
    color: #128c7e;
}

footer div[style*="margin-top:0.5em"] a {
    margin: 0 12px;
    font-size: 1.5em;
    vertical-align: middle;
}

footer p:last-child {
    font-size: 0.95em;
    color: #b0b0b0;
    margin-top: 1.2em;
}

/* Responsive styles for mobile phones */
@media (max-width: 900px) {
    footer {

        padding-bottom: 12vh;
    }

}

/* Responsive styles for mobile phones */
@media (max-width: 1200px) and (min-width: 900px) {
    footer p {
        font-size: 2em;
    }

    footer p:last-child {
        font-size: 1.5em;
    }
    
footer div>img {
    width: auto;
    max-height: 15vh;
    margin-bottom: 0.2em;
}
}