:root {
    --ss-color-103469: #920707;
    --ss-color-103469-dark: #790000;
}


:root {
  --ss-header-background-color: #8e342c;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 48.25918762088975%;
  --ss-header-title-color: #3b3a3b;
    --ss-header-title-font-family: 'Pacifico', cursive;
  --ss-header-title-font-size: 37px;
  --ss-header-tagline-color: #b0b0b0;
    --ss-header-tagline-font-family: 'Satisfy', cursive;
  --ss-header-tagline-font-size: 34px;
  --ss-navigation-1-color: #016239;
  --ss-navigation-2-color: #f0e8d4;
}


.site-container {
    font-family: 'Montserrat', sans-serif;
}

.primary-navigation,
.location-quick-links {
    font-family: 'Playfair Display SC', serif;
}

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

.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 SC', serif;
}


.post-button {

    border-style: none;

  border-radius: 28px;

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

}


body {
  background-color: #f5f5f5;
}

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

