/* -------------------------------------------------------
Footer
-------------------------------------------------------*/

footer {
    padding: 50px 50px;
    background-color: #450000;
}

footer h4 {
    color: #fff;
    margin-top: 20px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.2;
}

footer h5 {
    margin-top: 0;
    text-transform: none;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
}

footer h5>a {
    font-style: italic;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
}

footer h5>a:hover {
    text-decoration: none;
    color: #d4d4d4;
}

footer .social-media {
    margin-top: 20px;
}

footer .social-media a {
    font-family: "Catamaran", sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

footer .social-media a:hover {
    text-decoration: none;
    color: #d4d4d4;
}

footer p {
    margin-bottom: 16px;
}


/* Footer  mobile */
@media (max-width: 992px) {
    footer {
        padding: 50px 10px;

    }

    footer .logo {
        width: 26vw;
        margin-right: 20px !important;
    }

    footer .caption {
        display: inline;
    }

    footer h4 {
        margin-top: 10px;
        font-size: 4.8vw;
    }

    footer .social-media {
        float: none !important;
        text-align: center;
    }

    footer .social-media p {
        margin-bottom: 5px;
    }

    footer .social-media p a {
        font-size: 4vw;
    }

}