body,h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", sans-serif !important;
}

:root{
    --primary-yellow:#c19b76;
}

.common-btn{
    border-radius:2px;
}

.common-btn.style-border{
    border: 1px solid var(--primary-yellow);
}

.img-fluid-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.black-section{
    background-color: #1c1c1c !important;
    h2{
        color:var(--primary-yellow);
        margin-bottom:10px;
    }
    p{
        color:#878787;
    }
    .pl-5{
        padding:5%;
    }
}

.footer-area{
    padding: 40px 0 30px;
}



.reservation-area{
    background:linear-gradient(rgba(16, 17, 19, 0.5) 100%, rgba(16, 17, 19, 0.5) 100%), url(../images/chef/pool.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 670px;
}

.menu-logo-wrap{
    img{
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 991.98px){
    .mean-container .mean-bar{
        display: none;
    }
}