@media only screen and (max-width: 576px) {
    .footer-content {
        padding: 2.5rem 0.525rem;
    }
    .contact-link {
        justify-content: center;
    }
}

@media only screen and (max-width: 414px) {
    .footer-content {
        padding: 2.5rem 0.525rem;
    }
    .contact-link {
        justify-content: center;
    }
}

@media only screen and (max-width: 320px) {
    .footer-content {
        padding: 2.5rem 0.525rem;
    }
    .contact-link {
        justify-content: center;
    }
}

@media only screen and (max-width: 280px) {
    .small-logo-container img {
        width: 50px;
        height: auto;
    }
    #sidebar-toggler {
        width: 30px;
        height: 30px;
    }
    .small-header-button {
        font-size: 10px;
    }
    .footer-content {
        padding: 2.5rem 0.425rem;
    }
    .contact-link {
        justify-content: center;
    }
}

/* ********************************************************************************************************* */

/* ********************************************************************************************************* */

/* ********************************************************************************************************* */

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}