:root {
    --ss-color-45348: #5BB23D;
    --ss-color-51748: #6C1405;
    --ss-color-107155: #E0ECDB;
    --ss-color-45348-dark: #429924;
    --ss-color-51748-dark: #530000;
    --ss-color-107155-dark: #c7d3c2;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 8.51063829787234%;
  --ss-header-title-color: #3b3a3b;
    --ss-header-title-font-family: 'Merriweather', serif;
  --ss-header-title-font-size: 23px;
  --ss-header-tagline-color: #4f4f4f;
    --ss-header-tagline-font-family: 'Montserrat', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: var(--ss-color-107155);
  --ss-navigation-2-color: var(--ss-color-51748);
}


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

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

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

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


.post-button {
    border-style: solid;


  border-radius: 16px;

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

}


body {
  background-color: #eaf6e5;
}

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

