:root {
    --ss-color-1563: #AD532F;
    --ss-color-1563-dark: #943a16;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 28px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 100.0%;
  --ss-header-title-color: var(--ss-color-1563);
    --ss-header-title-font-family: 'Paytone One', sans-serif;
  --ss-header-title-font-size: 30px;
  --ss-header-tagline-color: #a61e32;
    --ss-header-tagline-font-family: 'Alegreya', serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #493d38;
  --ss-navigation-2-color: #ffffff;
}


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

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

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

.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: 'Oswald', sans-serif;
}


.post-button {
    border-style: solid;


  border-radius: 8px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

