@font-face {
  font-family: Noto Serif Display ExtraCondensed;
  src: url(NotoSerifDisplay-ExtraCondensed.ttf);
}

body {
            font-family: 'Poppins', sans-serif;
            font-size: 1.4em;
            background-color: #cae6d5;
            margin: 0;
            padding: 0;
        }
.nav {
            background-color: #013927;
            padding: 10px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: sticky;
            top: 0;
            /*overflow: hidden;*/
            max-height: 50px;
            z-index: 10;
        }
.nav img {
            width: 210px;
            height: auto;
            position: absolute;
            margin-top: -30px;
            margin-bottom: 5px;
            left: 10px;
            z-index: 15;
        }
.nav a {
            color: #f5fffa;
            text-decoration: none;
            padding: 14px 20px;
            display: inline-block;
        }
.nav a:hover {
            background-color: #cae6d5;
            color: #013927;
        }
.menu-icon {
            display: none;
            font-size: 24px;
            color: #f5fffa;
            cursor: pointer;
            padding: 10px;
            z-index: 20;
        }
.menu {
            display: flex;
            gap: 15px;
            background-color: #013927;
            padding: 0 10px;
            position: relative;
        }
.menu a {
                display: block;
                padding: 14px;
                color: white;
                text-decoration: none;
                position: relative;
        }
.menu a:hover {
        background-color: #cae6d5;
    }
.menu-item {
        position: relative;
        width: 100%;
    }
.submenu {
        display: none;
        position: absolute;
        background-color: #013927;
        padding: 3px 0;
        top: 50px;
        left: 0;
        /*width: 160px;*/
        z-index: 100;
    }
.submenu a {
        display: block;
        padding: 3;
        color: #fff;
        white-space: nowrap;
    }
.submenu a:hover {
        background-color: #cae6d5;
    }
.menu-item:hover .submenu {
        display: block;
    }
.hero {
            background: url('images/tables-at-xtrasuitesalon-studios2.jpg') no-repeat center center/cover;
            color: white;
            text-align: center;
            padding: 80px 20px;
            font-size: 1.5em;
        }
.hero-image {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
.hero2img{
        max-width: 50%;
        height: auto;
        margin-top: -70px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    
.btnhero {
        margin: 5px 0;
    }
.container {
            width: 90%;
            max-width: 1200px;
            background: #acdcbf;
            padding: 20px;
            margin: 20px auto;
            border-radius: 8px;
            /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
.container2 {
            width: 100%;
            background: #fff;
            padding-top: 25px;
        }
.container3 {
            width: 100%;
            background: #013927;
            padding-top: 25px;
        }
.container3 > .section{
            box-shadow: none;
            margin: 20px 90px 0 0;
            padding: 0 70px 30px 0;
            gap: 0;
    }
.container3 > hr {
            border: 0.5px solid #cae6d5;
            width: 90%;
            margin: 30px auto 30px;
        }
.btn {
            background-color: #478b76;
            color: #fff;
            padding: 15px 25px;
            border: none;
            font-size: 1.2em;
            cursor: pointer;
            display: inline-block;
            text-decoration: none;
            border-radius: 5px;
        }
.btn:hover {
            
            background-color: #5a9;
            color: #013927;
        }
.section {
            margin: 40px 0;
            padding: 20px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 20px;
        }
.section img {
            max-width: 100%;
            border-radius: 10px;
            flex: 1;
        }
.section-content {
            flex: 2;
            min-width: 300px;
        }
.section.hero2{
            box-shadow: none;
            margin-top: 20px;
            margin-bottom: 0;
            padding: 0;
            gap: 0;
    }
.section-content.hero2{
            flex: 1.5;
            padding-left: 20px;
    }
.faq {
            border-bottom: 1px solid #ddd;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
        }
.faq-content {
            display: none;
            padding: 10px;
            background-color: #f1f1f1;
            border-left: 3px solid #D72638;
        }
        
h1, h2 {
            color: #333;
        }
.hero h1 {
            color: #ecc365;
        }
.hero h2 {
            color: #fff;
        }
h1.herotitle{
            font-family: 'Noto Serif Display ExtraCondensed';
            font-size: 117.4px;
            color: #fff;
            font-weight: normal;
            letter-spacing: -2px;
            line-height: 1.0;
            margin-top: 0;
            margin-left: 30px;
            text-align: left;
    }
h2.herotitle{
            font-family: 'Crimson Pro';font-size: 57px;
            font-weight: normal;
            letter-spacing: -2px;
            line-height: 1.0;
            margin-top: -40px;
            margin-left: 30px;
            text-align: left;
    }
h3.herotitle{
            font-family: 'Crimson Pro';font-size: 34px;
            color: #cae6d5;
            font-weight: normal;
            font-style: italic;
            letter-spacing: -1px;
            line-height: 1.0;
            margin-top: -40px;
            margin-left: 30px;
            text-align: left;
    }
.hero2{
            font-family: 'Crimson Pro';
            background-color: #cae6d5;
    }
h1.hero2{
            font-size: 77px;
            color: #013927;
            font-weight: normal;
            margin: 20px auto 0 auto;
            letter-spacing: -1px;
            line-height: 1.0;
            padding: 0;

    }
.x4 {
        font-size: 70px;
        font-weight: 400;
        letter-spacing: -2px;
        line-height: 0.9;
        color: #013927;
    }
.x3 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        font-style: italic;
        color: #013927;
    }
.x2 {
        font-size: 30px;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 0.9;
        color: #013927;
    }
.x1 {
        font-size: 28px;
        font-weight: lighter;
        letter-spacing: -1px;
        line-height: 1;
        color: #013927;
    }
.signature {
        font-style: italic;
        padding-left: 250px;
    }
.icon {
        font-size: 15px;
        vertical-align: middle;
    }
p {
            line-height: 1.6;
            color: #555;
        }
.cta {
            text-align: center;
            margin-top: 20px;
        }
.cta button {
            background-color: #5a9;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
.cta button:hover {
            background-color: #478b76;
        }
hr {
            border: 0.5px solid #013927;
            width: 90%;
            margin: 20px auto;
        }
.events {
        background: #013927;
    }
h2.events {
        font-family: 'Noto Serif Display ExtraCondensed';font-size: 57px;
        color: #cae6d5;
        font-weight: normal;
        letter-spacing: -2px;
        line-height: 1.0;
        margin-top: 0;
        margin-left: 90px;
        text-align: left; 
        
    }
.events > .cta {
        margin-top: 0;
        margin-left: 90px;
        text-align: left;
    }
    
.footer {
            background-color: #013927;
            color: #f5fffa;
            text-align: center;
            padding: 10px 0;
            position: relative;
            bottom: 0;
            width: 100%;
        }
img.footerlogo {
        padding: 0;
        min-width: 200px;
        max-width: 277px;
        border-radius: 0;
        margin: 0 0 0 90px;
    }
img.footerimg {
        padding: 0;
        width: 200px;
        max-width: 20%;
        margin: auto auto 10px;
    }
.prefooter > h4 {
        font-family: 'Noto Serif Display ExtraCondensed';font-size: 38px;
        color: #fff;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 1.7;
        /*margin-top: 70px;
        margin-bottom: 10px;*/
        text-align: left;
        display: inline;
    }
.prefooter {
        font-family: 'Crimson Pro';font-size: 24px;
        color: #fff;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 1.1;
        margin-top: 0;
        text-align: left;     
    }
.fbprefooter {
        color: #fff;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 1.1;
        margin-top: -5px;
        text-align: left;     
    }

@media (max-width: 768px) {
.menu {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                right: 0;
                background-color: #013927;
                width: 100%;
                text-align: right;
                z-index: 20;
            }

.menu-icon {
                display: block;
            }
.submenu {
        text-align: left;
    }
.submenu {
        background-color: #cae6d5;
    }
.submenu a {
        color: #013927;
    }
.submenu a:hover {
        background-color: #013927;
        color: #fff;
    }

img.hero2img{
        margin-top: -10px;
        max-width: 75%;
    }

h1.hero2 {
    padding: 0 20px;
    }
h1.herotitle, h2.herotitle, h3.herotitle {
        margin-left: 0;
    }
h1.herotitle {
        font-size: 87px;
    }
.x4 {
    font-size: 60px;
}
.container3 > .section{
            box-shadow: none;
            margin: 20px auto 0;
            padding: 30px;
            gap: 0;
    }
h2.events {
        margin: 30px auto 0;
        text-align: center; 
    }
.events > .cta {
        margin: 30px auto;
        text-align: center; 
    }
img.footerlogo {
    margin: 0 auto;
}
.footer {
    font-size: 20px;
}
}
