:root {
    --bs-primary-rgb: rgb(190, 154, 78);
    --bs-primary: #BE9A4E;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 0.05em;
    background-color: #BE9A4E;
    color: #000;
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}

.container-sm {
    max-width: 950px;
}

body div.wpforms-container-full .wpforms-form input[type=submit], 
body div.wpforms-container-full .wpforms-form button[type=submit], 
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #BE9A4E;
    color: #fff;
    padding: 0.375rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0.375rem;
    border: 1px solid #be9a4e;
    transition: color .15s 
        ease-in-out, background-color .15s 
        ease-in-out, border-color .15s 
        ease-in-out, box-shadow .15s 
        ease-in-out;
}
body div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
body div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #848311;
    border-color: #848311;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #BE9A4E;
    --bs-btn-border-color: #BE9A4E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #848311;
    --bs-btn-hover-border-color: #848311;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #848311;
    --bs-btn-active-border-color: #848311;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #BE9A4E;
    --bs-btn-disabled-border-color: #BE9A4E;
}

header.site-header {
    position: relative;
    background-color: #BE9A4E;
    color: #000;
    z-index: 9999;
}
header.site-header .navbar-brand > img {
    max-width: 100px;
}
header.site-header #primary-menu > .nav-item > .nav-link {
    padding: 7px 15px;
    color: #000;
    border-bottom: 2px solid transparent;
    /* text-shadow: 1px 1px #acacac; */
}
header.site-header #primary-menu > .nav-item > .nav-link.active {
    font-weight: bold;
    border-bottom-color: #000;
}
header.site-header #primary-menu .dropdown-menu {
    background-color: #848311;
    color: #fff;
}
header.site-header #primary-menu .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
}
header.site-header #primary-menu .dropdown-menu .dropdown-item:hover {
    color: #000;
}

@media only screen and (max-width: 991px) {
    header.site-header .navbar-collapse {
        background-color: #848311;
        color: #fff;
        padding: 15px;
    }
}

section.section {
    position: relative;
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.section-banner {
    display: flex;
    align-items: center;
    min-height: 40vh;
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
}
section.section-banner h1 {
    font-size: 4rem;
}

/* pages */
body.page-id-9 header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
body.page-id-9 header.site-header #primary-menu > .nav-item > .nav-link {
    color: #fff;
}
body.page-id-9 header.site-header #primary-menu > .nav-item > .nav-link.active {
    border-bottom-color: #fff;
}
body.page-id-9 section.about-main-section {
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    color: #000;
    height: 100vh;
    background-image: url('../img/581741423.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.page-id-9 section.about-main-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(27, 27, 27, 0.3) 0%, rgba(27, 27, 27, 0.15) 40%, rgba(0, 0, 0, 0) 100%);
}
body.page-id-9 section.about-main-section h1 {
    font-size: 4.5rem;
    max-width: 500px;
    margin-left: auto;
}

/* footer */
footer.site-footer {
    padding: 100px 0;
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
}
footer.site-footer a {
    color: inherit;
    text-decoration: underline;
}
footer.site-footer .footer-box {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3rem;
    }
}