@charset "UTF-8";
/* ==========================================================================
   Max-Width: 1400px
   ========================================================================== */
@media (max-width: 1400px) {

}
/* ==========================================================================
   Max-Width: 1200px
   ========================================================================== */
@media (max-width: 1200px) {
    .button {
        right: 110px;
        margin-top: -200px;
    }
}
/* ==========================================================================
   Max-Width: 992px
   ========================================================================== */
@media (max-width: 992px) {

    #logoContainer img {
        width: 80px;
        height:80px;
    }

    .bg-light {
        margin-top:0px;
    }

    .bg-light .nav-item a {
        margin-left:0px;
    }

    .button a {
        font-size: 30px;
    }

    .button {
        right: 80px;
        margin-top: -140px;
    }

}
/* ==========================================================================
   Max-Width: 800px
   ========================================================================== */
@media (max-width: 800px) {

}

/* ==========================================================================
   Max-Width: 767px
   ========================================================================== */
@media (max-width: 767px) {
    .button {
        right: 50px;
        margin-top: -120px;
    }

    .button a {
        font-size: 25px;
    }
}
/* ==========================================================================
   Max-Width: 667px
   ========================================================================== */
@media (max-width: 667px) {

}
/* ==========================================================================
   Max-Width: 576px
   ========================================================================== */
@media (max-width: 576px) {

    h2{
        margin-top: 0px;
        font-size: 2rem;
    }

    h3 {
        font-size: 1.35rem;
    }

    .red-bg {
        font-size: 1rem;
    }

    .button {
        width: 100%;
        right: 0;
        margin-top: 0px;
    }

    .button a {
        font-size: 25px;
        text-align: center;
    }
}
/* ==========================================================================
   Max-Width: 480px
   ========================================================================== */
@media (max-width: 480px) {

}

/*# sourceMappingURL=responsive.css.map */
