:root {
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.96);
  --ss-header-padding: 12px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 25.53191489361702%;
  --ss-header-title-color: #8c86e3;
    --ss-header-title-font-family: 'Special Elite', serif;
  --ss-header-title-font-size: 18px;
  --ss-header-tagline-color: #050005;
    --ss-header-tagline-font-family: 'Merienda One', fantasy;
  --ss-header-tagline-font-size: 34px;
  --ss-navigation-1-color: #010005;
  --ss-navigation-2-color: #919eb3;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Merienda One', fantasy;
}

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

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


.post-button {
    border-style: solid;


  border-radius: 13px;

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

}


body {
  background-color: #f9fefe;
}

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

