:root {
    --ss-color-12967: #f5f5f5;
    --ss-color-12968: #333333;
    --ss-color-12969: #28b54b;
    --ss-color-12967-dark: #dcdcdc;
    --ss-color-12968-dark: #1a1a1a;
    --ss-color-12969-dark: #0f9c32;
}


:root {
  --ss-header-background-color: #ededed;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 11px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 19.245647969052225%;
  --ss-header-title-color: var(--ss-color-12967);
    --ss-header-title-font-family: 'Open Sans', sans-serif;
  --ss-header-title-font-size: 32px;
  --ss-header-tagline-color: var(--ss-color-12967);
    --ss-header-tagline-font-family: 'Satisfy', cursive;
  --ss-header-tagline-font-size: 34px;
  --ss-navigation-1-color: #ededed;
  --ss-navigation-2-color: var(--ss-color-12968);
}


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

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

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

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


.post-button {
    border-style: solid;


  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

