
.site-footer {
    background: var(--primary);
    color: #fff;
    padding: 2.5rem 0 1.2rem 0;
    font-size: 1rem;
}

.site-footer .footer-note {
    font-family: 'Roboto ', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


.footer-cols{
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.site-footer .footer_link_holder{
        margin-bottom: .75rem ;
        a{
            text-decoration: none;
            color: var(--light);
            font-family: 'Roboto ', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            opacity: 0.75;
        }
    }

.footer_link_holder_contact{
    margin-bottom: 0.25rem;
    a{
        text-decoration: none;
        color: var(--light_blue);
        font-family: 'Roboto ', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }
}

.site-footer .footer-title {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
    opacity: 1;
}



/* Responsive tweaks */
@media (max-width:991px) {
    .footer-cols{
        margin-bottom: 1rem;
    }
    .footer-cols > div {margin-bottom:2rem;}
    .site-footer {
        padding: 2.5rem 0 3.5rem 0;
    }
}
