* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*
  .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
  }
    */

.btn {
    background-color: transparent;
    color: #b9a17d;
    padding: 8px 45px;
    border: 1px solid#CFB46D;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

.btn:hover {
    background-color: #cfb46d;
    color: #fdf8f2;
}

body {
    font-family: "Sarabun", sans-serif;
    font-weight: 300;
    font-style: normal;
}

a,
a:hover,
.nav-link:hover {
    color: #636b2f;
    text-decoration: none;
}

h1,
h2 {
    font-family: "Playfair Display", serif;
}

h2 {
    color: #636b2f;
    font-size: 40px;
    font-weight: 300;
}

h2 i {
    font-weight: 700;
}

p {
    color: #636b2f;
    font-weight: 200;
}

/* navigation */

.navbar {
    /*padding: 0 140px;*/
    background-color: #fdf8f2;
}

ul,
ul li {
    display: inline;
    margin-bottom: 0;
}

.active {
    font-weight: 600;
    color: #cfb46d;
}

/* header */
header {
    position: relative;
}

.overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.header-img {
    height: 85vh;
    overflow: hidden;
}

.header-img img {
    width: 100%;
    height: 85vh;
    overflow: hidden;
    object-fit: cover;
}

.intro {
    position: absolute;
    z-index: 999;
    bottom: 50px;
    display: block;
    width: 50%;
    color: #fdf8f2;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

h5,
.nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.intro h1 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}

h1 i {
    font-style: italic;
}

/* main */
section.about-section {
    padding: 50px 0;
    background-color: #fdf8f2;
}

.row-container {
    position: relative;
}

.bg-img {
    position: absolute;
    right: 0;
}

.nav-link,
section h5 {
    font-weight: 300;
    color: #cfb46d;
}

.about-section .txt-row {
    width: 60%;
    margin: 140px auto;
}

section p {
    font-size: 20px;
    margin: 30px 0;
}

section p i {
    font-weight: 500;
}

section .img-row {
    width: 60%;
    align-items: center;
    margin: 140px auto;
}

section .wider-row {
    width: 70%;
    margin: 0 auto 140px auto;
}

section.dining {
    padding: 150px 0;
    background-color: #fffcf8;
}

section.dining p {
    font-size: 16px;
}

section.dining .row {
    align-items: center;
}

.img-row .col-sm-6 {
    position: relative;
}

.small-img {
    height: 470px;
    width: auto;
}

section.dining .row .col-sm-5 p {
    width: 80%;
}

.title-container {
    width: 70%;
    margin: 0 auto;
}

.title-container h3 {
    font-family: "Playfair Display", serif;
    font-weight: 300;
    text-align: right;
    color: #cfb46d;
    margin-bottom: 25px;
    margin-right: 15px;
}

.with-background-image {
    position: relative;
}

.block-img {
    height: 50vh;
    overflow: hidden;
}

.block-img img {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    object-fit: cover;
}

.image-txt {
    position: absolute;
    z-index: 999;
    display: block;
    width: 20%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.image-txt p {
    color: #fdf8f2;
}

.btn-white {
    color: #fdf8f2;
    border: 1px solid #fdf8f2;
}

.contact-info i {
    padding-right: 15px;
}

.social-media {
    margin-top: 30px;
}

.contact-info a,
.social-media a {
    font-size: 16px;
    font-weight: 200;
    color: #cfb46d;
    padding-right: 15px;
}

.contact p {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}

section.footer p {
    font-size: 14px;
    text-align: center;
    padding: 0;
}

section.footer a {
    color: #cfb46d;
}

.privacy-policy {
    background-color: #fffcf8;
}

.privacy-txt {
    width: 60%;
    padding: 100px 0;
    margin: 0 auto;
}

.privacy-txt h4 {
    color: #636b2f;
}

.privacy-txt p {
    font-size: 16px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fdf8f2;
    color: #636b2f;
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 1000;
}

.cookie-banner button {
    background-color: transparent;
    color: #cfb46d;
    border: 1px solid #cfb46d;
    padding: 8px 45px;
    cursor: pointer;
    font-size: 14px;
}


.cookie-banner.hidden {
    display: none;
}

/* mobile */
@media screen and (max-width: 768px) {
    .navbar {
        height: 70px;
    }

    .logo {
        display: none;
    }

    .name {
        width: 70%;
    }

    nav img {
        width: 100%;
        height: auto;
    }

    .header-img {
        height: 75vh;
        overflow: hidden;
    }

    .header-img img {
        height: 75vh;
    }

    .intro {
        width: 100%;
    }

    .intro h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    .about-section .txt-row,
    section.dining {
        margin: 80px auto;
        padding: 0;
    }

    section .wider-row {
        margin: 0 auto 80px auto;
    }

    section .img-row {
        margin: 0 auto;
    }

    .about-section .txt-row,
    section .wider-row,
    section .img-row,
    .title-container {
        width: 90%;
    }

    .col-sm-6 {
        margin-bottom: 15px;
    }

    .title-container h3 {
        text-align: left;
        margin-left: 15px;
        margin-bottom: 0;
    }

    section.dining .row .col-sm-5 p {
        width: 100%;
    }

    .block-img {
        height: 50vh;
    }

    .image-txt {
        width: 60%;
        left: 40%;
    }

    section.dining p,
    .contact p,
    .contact-info a,
    .social-media a {
        font-size: 18px;
    }

    .privacy-txt {
        width: 90%;
        padding: 100px 0;
        margin: 0 auto;
    }
}

/* Styles for iPad Pro 11" in Portrait */
@media (min-width: 820px) and (max-width: 1024px) {

    .about-section .txt-row,
    section .wider-row,
    section .img-row,
    .title-container,
    .intro {
        width: 100%;
    }

    .small-img {
        height: 380px;
    }

    .image-txt {
        width: 50%;
    }
}

@media screen and (min-width: 1800px) {
    .container {
        max-width: 1600px;
        margin: 0 auto;
    }

    .image-txt {
        left: 65%;
    }
}
