  #footer {
    /* background-color: var(--primary-color); */
    color: #333;
}

#footer .school-info {
    padding: 20px 0;
}

#footer .school-info .container {
    justify-content: center;
}

#footer .footer-right {
    border-left: 1px solid #333;
    padding-left: 20px;
    margin-left: 20px;
}

#footer .footer-right p {
    font-size: 18px;
}

.footer-right .socials {
    margin-top: 15px;
}

#footer .school-info .social-links {
    max-width: 27px;
    width: 100%;
    display: inline-block;
}

#footer .school-info .social-links img {
    width: 100%;
}

#footer .footer-copyright {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}

#footer .footer-copyright a {
    color: #7A061B;
}

.footer-left img {
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    #footer .school-info .container {
        flex-direction: column;
    }

    #footer .footer-right {
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        border-left: none;
        text-align: center;
    }
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 5px;
    background-color: #545454;
    z-index: 9;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    opacity: 1 !important;
    background-size: cover;
}


@media only screen and (min-width:1200px) {
    #scrollTop {
        right: 8%;
    }
}