@media only screen and (max-width: 800px) {
    .sliderArea {
        height: 15rem;
    }

    .mainArea {
        margin-top: -11rem;
    }

    .navbarCustom {
        /*background-color: #413921;*/
        background-color: #736f6f;
        z-index: 99;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .navbar-nav {
        text-align: center !important;
        align-items: center;
        width:110% !important;
    }
}
