/* Extra Large */
@media (max-width: 1200px) {
    .house-policies::after,
    .house-policies::before {
        display: none;
    }
}


/* Large */
@media (min-width: 992px) {
}

@media (max-width: 991px) {
    h1 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 22px;
    }

    .banner-text {
        background-color: #1F2121;
        font-size: 25px;
        font-weight: lighter;
        color: #ffffff;
        line-height: 39.6px;
        padding: 30px 38px 15px;
    }

    .logo-1 img {
        max-width: 290px;
        margin: 40px 0 40px;
    }

    .social-media img {
        max-width: 34px;
    }

    .new-concept {
        font-size: 12px;
    }

    .banner-logo-mobile {
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }

    .banner-logo-mobile img {
        width: 135px;
    }

    .social-media {
        margin: 45px 0;
    }

    .separator {
        margin: 45px 0 67px;
        font-size: 9px;
    }

    .welcome-text p {
        font-size: 19px;
        line-height: 32.6px;
        margin-bottom: 0;
    }

    .our-cuisine-text, .our-venue-text {
        font-size: 20px;
        line-height: 24.8px;
        max-width: 281px;
    }

    .empty-bg-color {
        background-color: #2B2B2D;
        min-height: 750px;
    }

    .m-image {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
    }

    .house-policies img{
        width: 100%;
    }

    .modal-footer p {
        text-align: center;
    }
}


/* Medium */
@media (max-width: 767px) {
}

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


/* Small */
@media (max-width: 576px) {
}

@media (min-width: 577px) {}

@media (max-width: 416px) {
    .m-image {
        top: 10%;
    }
    .empty-bg-color {
        min-height: 350px;
    }
}
