:root {
    --ss-color-71659: #54A66D;
    --ss-color-76372: #E3D5E2;
    --ss-color-71659-dark: #3b8d54;
    --ss-color-76372-dark: #cabcc9;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 31.431334622823986%;
  --ss-header-title-color: var(--ss-color-71659);
    --ss-header-title-font-family: 'Luckiest Guy', fantasy;
  --ss-header-title-font-size: 30px;
  --ss-header-tagline-color: #dccd2b;
    --ss-header-tagline-font-family: 'Merriweather', serif;
  --ss-header-tagline-font-size: 33px;
  --ss-navigation-1-color: var(--ss-color-71659);
  --ss-navigation-2-color: #ffffff;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Lemon', cursive;
}

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

.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: 'Lemon', cursive;
}


.post-button {
    border-style: solid;


  border-radius: 15px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

