/* Force footer refresh */
footer {
    background-color: var(--primary-blue-dark) !important;
}

footer img {
    height: 30px !important;
}

footer .row {
    row-gap: 0.75rem !important;
}

footer .col-lg-6, 
footer .col-lg-2 {
    margin-bottom: 0.5rem !important;
}

footer h5 {
    color: var(--primary-blue-light) !important;
    margin-bottom: 0.7rem !important;
}

footer .social-icons {
    margin-top: 0.5rem !important;
}

footer i.fas {
    color: var(--primary-blue-light) !important;
}
