:root {
    --ss-color-19959: #93877E;
    --ss-color-95938: #83966F;
    --ss-color-95942: #F3F4ED;
    --ss-color-111088: #997C19;
    --ss-color-19959-dark: #7a6e65;
    --ss-color-95938-dark: #6a7d56;
    --ss-color-95942-dark: #dadbd4;
    --ss-color-111088-dark: #806300;
}


.site-container {
    font-family: 'Quicksand', monospace;
}

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

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

.post--title,
.post-column_set .column--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: 'Julius Sans One', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 4px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

