/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    box-sizing: border-box;
}
html.nav-open {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
html.nav-open body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
.logo {
    float: left;
    max-width: 225px;
    transform: scale(0.9);
    border: 0;
}
@media (min-width: 768px) {
    .logo {
        max-width: 320px;
    }
}
.logo img {
    width: 100%;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}
@media (min-width: 1024px) {
    .container {
        padding: 50px 0 25px;
    }
}
@media (min-width: 1080px) {
    .container {
        max-width: 1060px;
    }
}
body > .container {
    clear: both;
    max-width: 720px;
}
@media (max-width: 1023px) {
    .nav {
        display: none;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        height: 100vh;
        margin: 0;
        width: 100vw;
        z-index: 100;
        position: absolute;
        top: 0;
    }
    .nav.is-active {
        display: flex;
    }
    .nav a {
        border: 0;
        display: block;
        font-family: Cinzel, sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 0;
        text-align: center;
    }
}
@media (min-width: 1023px) {
    .nav {
        float: left;
        list-style: none;
        margin: 80px 0 35px 25px;
        text-align: center;
    }
    .nav li {
        display: inline-block;
    }
    .nav a {
        border: 0;
        color: #594f4f;
        font-family: Cinzel, sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding: 12px 10px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
    }
    .nav a:after {
        background-color: transparent;
        bottom: 0;
        content: "";
        left: 12px;
        height: 2px;
        position: absolute;
        transition: background-color 0.3s;
        width: calc(100% - 24px);
    }
    .nav a:hover {
        border: 0;
    }
    .nav a:hover:after {
        background-color: #B5A37D;
    }
}
@media (min-width: 1023px) and (min-width: 1200px) {
    .nav a {
        font-size: 18px;
        padding: 12px;
    }
}
.nav .current a {
    color: #B5A37D;
}
.nav-trigger {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 45px;
    z-index: 10000;
}
.nav-trigger .line {
    width: 50px;
    height: 5px;
    background-color: #B5A37D;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}
.nav-trigger:hover {
    cursor: pointer;
}
.nav-trigger.is-active .line:nth-child(2) {
    opacity: 0;
}
.nav-trigger.is-active .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}
.nav-trigger.is-active .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}
@media (min-width: 1024px) {
    .nav-trigger {
        display: none;
    }
}
.header {
    overflow: hidden;
}
.header .container {
    overflow: hidden;
    padding: 0;
}
.nav-open .header .container {
    position: static;
}
.footer {
    background-color: #F5EFE6;
    clear: both;
    width: 100vw;
}
.footer .container {
    padding: 0 3%;
}
@media (min-width: 1024px) {
    .footer .container {
        padding: 0;
    }
}
.footer h2 {
    color: #B5A37D;
    font-family: Cinzel, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
.footer a {
	color: #B5A37D;
}
.footer table {
    min-width: 175px;
}
.footer ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
}
@media (min-width: 1024px) {
    .footer ul {
        display: flex;
    }
}
.footer ul li {
    padding: 15px 0;
}
@media (min-width: 1024px) {
    .footer ul li {
        padding: 30px 15px;
    }
    .footer ul li:first-child {
        padding-left: 0;
    }
    .footer ul li:last-child {
        padding-right: 0;
    }
}
.footer ul svg {
    fill: #B5A37D;
    height: 36px;
    width: 36px;
}
.footer .social p {
    white-space: nowrap;
}
.footer .social a {
    margin: 0 5px;
    transition: transform 0.3s;
    border: 0;
}
.footer .social a:hover {
    transform: scale(1.05);
}
.facebook-container {
    float: right;
    margin: 0 0 30px 30px;
    width: 340px;
}
h1,
h2,
h3,
h4,
h5 {
    color: #B5A37D;
    font-family: Cinzel, sans-serif;
    text-transform: uppercase;
}
h5 {
    margin: -1.5em 0 2.5em;
}
a {
    border-bottom: 2px solid transparent;
    color: #B5A37D;
    display: inline-block;
    text-decoration: none;
    transition: border-color 0.3s;
}
a:hover {
    border-color: #B5A37D;
}
body > .container img {
    max-width: 94%;
}
@media (max-width: 768px) {
    body > .container img {
        display: block;
        height: auto;
        width: 100%;
    }
}
.pull-left.item-image {
    height: 35vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}
@media (min-width: 768px) {
    .pull-left.item-image {
        height: 50vh;
        overflow: hidden;
    }
}
.pull-left.item-image img {
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    display: block;
}
.header-button {
    background-color: #B5A37D;
    border: 0;
    color: #fff;
    border-radius: 36px;
    height: 36px;
    line-height: 36px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    padding: 0 25px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    right: 30px;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
    .header-button:hover {
        background-color: #CFE8F7;
        color: #000;
    }
}
@media (max-width: 1023px) {
    .header-button {
        clear: both;
        display: block;
        margin: 0 auto 1em;
        position: static;
        width: 250px;
    }
}

.sticky-contact {
    position: fixed;
    border: 0;
    bottom: 20px;
    height: 36px;
    right: 20px;
    width: 36px;
}

.sticky-contact:hover {
    border: 0;
    text-decoration: none;
}

.sticky-contact svg {
    background-color: #fff;
    border-radius: 9px;
    fill: #B5A37D;
    transition: all 300ms;
}

@media (min-width: 1024px) {
    .sticky-contact {
        height: 48px;
        width: 48px;
    }

    .sticky-contact:hover svg {
    	fill: #FBD8DE;
    }
}

.cookiebanner {
	background-color: #B5A37D !important;
	color: #fff !important;
}

.home .item-image {
    display: none;
}

.video-banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

.video-banner-mobile {
    aspect-ratio: 9 / 16;
}

.video-banner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (orientation: landscape) {
    .video-banner-desktop {
        display: block !important;
    }
}


@media (orientation: portrait) {
    .video-banner-mobile {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .home .nav a {
        color: #fff;
    }
}

.home > .container {
    margin-top: calc(100vh -  180px);
}

@media (min-width: 768px) {
    .home > .container {
        margin-top: calc(100vh -  150px);
    }
}