footer.page-footer.page-footer {
    margin-top: auto;
    background-color: white;
}

footer.page-footer a.btn-footer-social img {
    height: auto;
    width: 4rem;
}

footer.page-footer a.btn-footer-social:hover {
    filter: grayscale(40%);
}

footer.page-footer .footer-title {
    font-size: 125%;
    color: #2b90cf;
    padding-bottom: 1rem;
}

footer.page-footer .copyright {
    color: #2b90cf;
}

@media screen and (min-width: 992px) {
    footer .column-separator {
        border-right: 0.2rem solid #fab515;
        border-left: 0.2rem solid #fab515;
    }
}

@media screen and (max-width: 991px) {
    footer.page-footer .column-separator {
        border-top: 0.2rem solid #fab515;
        border-bottom: 0.2rem solid #fab515;
        padding: 0.5rem 0 0.5rem 0;
        margin-bottom: 0.5rem;
    }
}
