﻿
/** FOOTER -----------------------------------------------------------*/
footer {
    margin-top: 10px;
    padding-top: 20px;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

footer .row {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}


footer div.about-us-header {
    background: #656d72;
}



footer div.about-us-header .container .row .col-12 {
    height: 40px;
}


footer div.about-us-header .container .row .col-12 h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}


footer h3 {
    margin-top: 0;
    width: 100%;
    font-family: var(--primary-font-family);
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}

footer p {
    width: 100%;
}

footer a, footer a:visited {
    color: #283583;
    font-weight: bold;
}

footer a:hover {
    color: #a96900 !important;
    text-decoration: underline !important;
}

.footer-about {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
    padding-bottom: 40px;
}

.footer-links {
    font-family: var(--primary-font-family);
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
}

.footer-social {
    font-family: var(--primary-font-family);
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}

.footer-social i {
    width: 25px;
}

.footer-copyright {
    font-size: 12px;
    font-weight: lighter;
    line-height: 20px;
}

footer a:hover {
    color: #b1d0eb;
    text-decoration: none;
}


/* Small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {

    /* FOOTER **/
    footer {
        text-align: left;
    }

    .footer-links {
        margin-bottom: 0px;
    }

    .footer-about {
        padding-bottom: 20px;
    }

    .footer-social h3 {
        /*padding-left: 40px;*/
    }

    .footer-copyright {
        text-align: left;
    }
}



@media (min-width: 992px) {


    .footer-about h3 {
        padding-bottom: 0px;
    }
}