:root {
    --ss-color-103327: #daa520;
    --ss-color-103328: #181a32;
    --ss-color-103327-dark: #c18c07;
    --ss-color-103328-dark: #000119;
}


:root {
  --ss-header-background-color: #612828;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 32.30174081237911%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Playfair Display', serif;
  --ss-header-title-font-size: 30px;
  --ss-header-tagline-color: var(--ss-color-103327);
    --ss-header-tagline-font-family: 'Red Hat Text', sans-serif;
  --ss-header-tagline-font-size: 40px;
  --ss-navigation-1-color: #e5d5d5;
  --ss-navigation-2-color: var(--ss-color-103328);
}


.site-container {
    font-family: 'Red Hat Text', sans-serif;
}

.primary-navigation,
.location-quick-links {
    font-family: 'Nobile', sans-serif;
}

.primary-navigation .page-listing li {
  font-size: 24px;
}

.post--title,
.post-item_list .item--title,
.post-gallery .gallery-photo--title,
.post-menu .item--name,
.post-pricing_table .plan--title,
.location-title,
.footer-container .about-title,
.social-icons__title {
    font-family: 'Playfair Display', serif;
}


.post-button {

    border-style: none;

  border-radius: 0px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #990000;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

