body {
    background-color: var(--theme7);
    overflow: hidden !important;
    overflow-y: auto !important;
    --theme1: rgb(75, 75, 75);
    --theme2: rgb(132, 84, 78);
    --theme3: rgb(55, 155, 255);
    --theme4: rgb(142, 94, 88);
    --theme6: rgb(45, 39, 34);
    --theme7: rgb(240, 228, 220);
    --theme8: rgb(222, 177, 171);
    --font1: Garamond;
    --font2: sans-serif;
    --font3: Brush Script MT, Brush Script Std, cursive;
}
* {
    outline: none !important;
}
.cover.cover2 {
    background: black;
    opacity: 25%;
}
a.href {
    font-family: var(--font1);
    color: var(--theme3);
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 0.9em;
    background-color: rgb(75, 75, 75);
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 1px rgb(75, 75, 75) solid;
    background-color: rgb(155, 155, 155);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgb(175, 175, 175);
}
.page-contents-wrapper {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: repeat(1, auto);
    top: 0em;
    height: fit-content;
    min-height: 100vh;
}
.page-section {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    height: fit-content;
    margin-top: 6em;
}
.page-section.hero {
    margin-top: 0em !important;
    height: 100vh;
    overflow: hidden;
    border-bottom: 1px var(--theme5) solid;
}
.menu-container {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: none;
    height: 5em;
    width: 100%;
    z-index: 10;
    margin-top: 0em;
}
@keyframes load {
    0% {opacity: 0%;}
    100% {opacity: 95%;}
}
@keyframes load2 {
    0% {opacity: 95%;}
    100% {opacity: 0%;}
}
.menu-container .bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    margin-top: 0em;
    background: var(--theme6);
    animation: 0.3s load forwards;
    opacity: 0%;
}
.page-section.hero img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
}
.menu-container .grid {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 5em;
    width: fit-content;
    height: fit-content;
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-gap: 3em;
}
@media screen and (max-device-width: 1159px) {
    .menu-container .grid {
        margin-right: min(2vw, 2em);
    }
}
.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    width: fit-content;
    height: fit-content;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu-container .grid .href {
    position: relative;
    font-family: var(--font2);
    letter-spacing: 0.8px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    user-select: none;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu-container .grid .href.button {
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font2);
}
img {
    user-select: none;
}
.line {
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
    height: 0.1em;
    width: 75%;
    margin-top: 1em;
    background: var(--theme2);
    margin-bottom: 2em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.footer-container {
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 4em;
    margin-top: 4em;
    background: var(--theme2);
    min-height: 12em;
}
.footer-container .header {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    width: fit-content;
    height: fit-content;
    margin-top: 0em;
    font-family: var(--font1);
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.page-section .grid.wrapper {
    overflow: hidden;
    width: calc(96% - 3em);
    height: fit-content;
    grid-template-columns: 50% 50%;
    grid-gap: 3em;
    max-width: 90em;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.image img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    top: 0;
}
.body {
    position: relative;
    width: fit-content;
    height: fit-content;
    max-width: 90%;
    font-family: var(--font1);
    color: var(--theme1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    word-spacing: 0.06em;
    text-align: center;
    text-align-last: center;
}
.header {
    position: relative;
    width: fit-content;
    height: fit-content;
    font-family: var(--font1);
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
    font-weight: 600;
}
::selection {
    color: white !important;
    background-color: var(--theme3) !important;
}
.grid.wrapper .body {
    position: relative;
    width: 100%;
    height: fit-content;
    font-family: var(--font1);
    color: var(--theme1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.grid.wrapper .image img {
    max-height: 100%;
}
.grid.wrapper .header {
    margin-top: 1em;
}
.hero .headers {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    max-width: 94%;
}
.button {
    background: var(--theme2);
    padding: 3em;
    border-radius: 3px;
    padding-top: 1em;
    padding-bottom: 1em;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
    font-family: var(--font2);
    width: fit-content;
    height: fit-content;
    color: white;
    text-decoration: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    font-size: 14px;
}
.page-section.hero .button.gallery {
    margin-bottom: 2em;
}
@keyframes brighten {
    0% {background: var(--theme2);}
    100% {background: var(--theme4);}
}
@keyframes dim {
    0% {background: var(--theme4);}
    100% {background: var(--theme2);}
}
.button:hover {
    animation: 0.2s brighten forwards;
}
.button:not(:hover) {
    animation: 0.2s dim forwards;
}
.hero .headers .header {
    margin-left: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 500;
    text-align: center !important;
    text-align-last: center !important;
    font-size: 27px;
}
.hero .headers .header.h1 {
    font-size: 53px;
    letter-spacing: 4px;
    letter-spacing: 10px;
}
.hero .headers .header.h2 {
    font-size: 17px;
    font-family: var(--font2);
    letter-spacing: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.page-section.hero .cover {
    background: black;
    opacity: 25%;
}
.menu-container .href.page {
    color: var(--theme2);
    color: white;
    border-bottom: 1px white solid;
}
.footer-container a.href {
    color: white;
    width: fit-content;
    height: fit-content;
    cursor: pointer;
    font-family: var(--font2);
}
.hm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-left: 1.6em;
    width: 1.9em;
    height: 1.55em;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-gap: 0.2em;
    user-select: none;
    cursor: pointer;
}
@keyframes openmobilemenu {
    0% {margin-left: -21em;}
    100% {margin-left: 0;}
}
@keyframes closemobilemenu {
    0% {margin-left: 0;}
    100% {margin-left: -21em;}
}
.mobile-menu {
    position: fixed;
    width: 90%;
    max-width: 20em;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-left: -21em;
    z-index: 1;
    animation: 0.4s openmobilemenu forwards;
    overflow: auto;
}
.mobile-menu .bg {
    position: absolute;
    width: 100%;
    height: 80em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--theme6);
    opacity: 90%;
    margin-top: 0em;
}
.mobile-menu .grid {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 7em;
    margin-left: 1.3em;
    overflow: auto;
    grid-gap: 1em;
}
.mobile-menu .grid a.href {
    position: relative;
    color: white;
    font-family: var(--font2);
    font-size: 20px;
    letter-spacing: 0.2px;
}
.hm .ln {
    position: relative;
    height: 0;
    width: 100%;
    border-bottom: 3px white solid;
    border-radius: 100px;
    cursor: pointer;
    z-index: 1;
    user-select: none;
}
.footer-container .grid {
    position: relative;
    width: fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 3em;
    grid-gap: 4em;
    grid-row-gap: 1em;
}
.text {
    position: relative;
    width: calc(100% - 1.4em);
    padding: 0.5em;
    font-family: var(--font1);
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border: 1px rgb(215, 215, 215) solid;
    box-shadow: 0px 0px 4px 0px rgb(215, 215, 215);
    color: var(--theme1);
    outline: 0;
    border-radius: 4px;
    max-width: 20em;
}
.grid.form textarea.text {
    height: 5em;
    min-height: 5em;
    resize: vertical;
}
.grid.form {
    width: calc(90% - 2em);
    padding: 2em;
    max-width: 46em;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: relative;
    margin-top: 1em;
    grid-gap: 0.4em;
    background: rgb(245, 245, 245);
    border: 1px rgb(235, 235, 235) solid;
    box-shadow: 1px 1px 5px 1px rgb(235, 235, 235);
    border-radius: 4px;
    padding-bottom: 5em;
}
.page-section.contact .button {
    position: absolute;
    width: fit-content;
    height: fit-content;
    background: var(--theme4);
    border-radius: 4px;
    color: white;
    font-family: var(--font1);
    font-size: 16px;
    margin-top: 2em;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px var(--theme4) solid;
    padding: 0.7em;
    padding-left: 1.4em;
    padding-right: 1.4em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-transform: none;
    letter-spacing: 0.4px;
    font-weight: 700;
    text-decoration: none !important;
    font-weight: 500;
    top: 0;
    bottom: 0;
    margin-bottom: 1em;
}
.mobile {
    display: none;
}
.page-section.hero video.player {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    object-fit: cover;
}
.hero .headers .header.h1 {
    font-size: min(7vw, 53px);
    text-align: center !important;
    text-align-last: center !important;
}
@media screen and (max-device-width: 1080px) {
    .page-section.map {
        margin-top: 0em !important;
    }
    .menu-container .grid {
        display: none;
    }
    .menu-container .header {
        margin-left: auto;
    }
    .page-section.hero img {
        top: 0 !important;
    }
    .page-section .grid.wrapper {
        grid-template-columns: auto;
    }
    .grid.wrapper .header {
        margin-top: 0;
    }
    .footer-container {
        display: none;
    }
    .page-contents-wrapper {
        padding-bottom: 2em;
    }
    .page-section.contact {
        margin-top: 2em;
    }
    .mobile {
        display: block;
    }
    .mobile.header {
        margin-left: 0;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-weight: 500;
        font-size: 25px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        width: 80%;
        height: fit-content;
        margin-left: auto;
        margin-top: 2em;
        text-align: center;
        margin-top: 2.6em;
    }
    .p4 .grid .grid .img img {
        position: relative !important;
    }
    .p4 .grid .grid .container {
        margin: auto !important;
    }
    .p4 .grid .grid {
        grid-gap: 1em !important;
        margin-top: 0 !important;
    }
    .p4 .grid .grid .header {
        font-size: 30px !important;
        line-height: 1em !important;
        margin-bottom: 0em !important;
    }
    .p4 .grid .grid .body {
        font-size: 22px !important;
        line-height: 1.4em;
        margin-bottom: 2em !important;
    }
    .page-section {
        margin-top: 4em !important;
    }
    .line {
        width: 60%;
    }
    .page-section.hero video.player {
        margin-right: -8em;
        height: 100%;
        width: auto;
        margin-right: 0 !important;
        height: auto !important;
        width: 100% !important;
        min-height: 80vh !important;
    }
    .page-section.hero {
        margin-right: 0 !important;
        height: auto !important;
        width: 100% !important;
        min-height: 80vh !important;
    }
}
.footer-container {
    background-color: var(--theme6);
    padding-bottom: 8em;
}
.footer-container .header {
    font-family: var(--font2);
    font-weight: 600;
    font-size: 25px;
    margin-top: 0.5em;
}
.footer-container .grid.divider {
    margin-top: 0;
    margin-left: 0;
    grid-row-gap: 0.7em;
}
.footer-container .grid.divider .header {
    position: relative;
    text-align: left;
    text-align-last: left;
    margin-left: 0;
    font-size: 21px;
    font-family: var(--font2);
    cursor: auto;
    font-weight: 600;
    max-width: 13em;
}
.footer-container .grid.container {
    top: 0;
    margin-top: 0em;
    grid-gap: 8em;
    grid-row-gap: 4em;
}
.footer-container .grid.container .grid.divider a.href, .footer-container .grid.container .grid.divider .f {
    font-size: 17px;
    max-width: 13em;
}
.footer-container .grid.credits {
    width: 90%;
    margin-top: 5em;
    grid-template-columns: auto auto;
}
.footer-container .grid.credits .body {
    max-width: unset;
    width: fit-content;
    text-align: left;
    text-align-last: left;
    margin-left: 0;
    padding: 0em;
    font-size: 17px;
    font-family: var(--font2);
    color: white;
}
.footer-container .grid.credits .body.float-right {
    margin: auto;
    margin-right: 0;
    text-align: right;
    text-align-last: right;
}
.footer-container .grid.credits .body a {
    border-bottom: 1px white solid;
    color: white;
    padding-bottom: 0;
    text-decoration: none !important;
}
.footer-container {
    padding-bottom: 4em;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.fixed .bg {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 85%;
    cursor: pointer;
}
.fixed .container {
    background: white;
    z-index: 1;
    position: absolute;
    width: calc(90vw - 2em);
    max-width: 60em;
    height: fit-content;
    padding: 1em;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px 1px white;
    max-height: 78vh;
    overflow: auto;
    padding-bottom: 1em;
}
.fixed .popup .img {
    position: relative;
    width: 100%;
    height: fit-content;
    overflow: hidden;
    max-height: 50vh;
    display: none;
}
.fixed .popup .img img {
    width: 100%;
    height: auto;
}
.popup .header {
    font-family: var(--font2);
    color: var(--theme1);
    margin-top: 0.8em;
}
.popup .body {
    font-family: var(--font2);
    font-size: 16px;
    width: 98%;
    max-width: unset;
    line-height: 1.4em;
    margin-top: 1em;
}
.popup .button {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.popup .grid.button-wrapper {
    grid-auto-flow: row;
    grid-gap: 0.4em;
    margin-top: 1em;
}
@media screen and (min-device-width: 1081px) {
    .popup .grid.button-wrapper {
        grid-auto-flow: column;
        grid-gap: 1em;
        margin-top: 2em;
    }
}
.page-section.map .header {
    margin-bottom: 0.5em;
}
@keyframes slideup {
    0% {
        bottom: -16em;
    }
    100% {
        bottom: 1em;
    }
}
@keyframes slidedown {
    0% {
        bottom: 1em;
    }
    100% {
        bottom: -16em;
    }
}
.cookie-manager {
    position: fixed;
    width: calc(96vw - 2em);
    padding: 1em;
    height: fit-content;
    max-width: 28em;
    top: auto;
    bottom: 1em;
    right: 1em;
    left: auto;
    border-radius: 4px;
    background: white;
    z-index: 125;
    border: 1px rgb(225, 225, 225) solid;
    box-shadow: 0px 0px 2px 1px rgb(225, 225, 225);
    animation: 0.4s slideup forwards;
}
.cookie-manager .head {
    position: relative;
    font-family: var(--font1);
    color: rgb(45, 45, 45);
    font-size: 18px;
    letter-spacing: 0.1px;
    margin-top: 0em;
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
    word-break: break-word;
    text-align: center;
    font-family: var(--font2);
    color: var(--theme1);
    font-size: 21px;
    letter-spacing: 0.44px;
    margin-top: 0;
    text-align: center;
    text-align-last: left;
    word-break: break-word;
    width: 100%;
    text-align: center;
    padding-top: 0.1em;
    padding-bottom: 0.4em;
    text-align: left;
}
.cookie-manager .body {
    font-family: var(--font2);
    color: var(--theme1);
    font-size: 17px;
    letter-spacing: 0.1px;
    margin-top: 0;
    text-align: center;
    text-align-last: left;
    word-break: break-word;
    width: 100%;
    text-align: left;
    padding-top: 0.1em;
    padding-bottom: 0.99em;
    max-width: unset;
}
.cookie-manager .confirm {
    position: relative;
    width: 100%;
    padding: 1em;
    height: fit-content;
    font-family: var(--font2);
    color: white;
    background: var(--theme2);
    border: 1px var(--theme2) solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
}
@media screen and (max-width: 495px) {
    .cookie-manager {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0;
        right: 0;
    }
}