@media (max-width:992px) {

    h1 {
        font-size: 3em;
        font-weight: 300;
    }
    
    h2 {
        font-size: 2.441em;
        font-weight: 300;
    }
    
    h3 {
        font-size: 1.953em;
        font-weight: 400;
    }
    
    h4 {
        font-size: 1.563em;
        font-weight: 400;
        letter-spacing: 0.25px;
    }
    
    h5 {
        font-size: 1.25em;
        font-weight: 400;
    }

    .navbar {
        display: block;
        width: 100%;
        padding: 1rem .5rem;
        background-color: #FFF;
    }

    .menu-desk {
        display: none;
    }

    .banner img {
        display: none;
    }

    .banner h1 {
        padding: 0;
        text-align: center;
    }

    .navbar-brand {
        display: block;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}