:root {
    --ss-color-3675: #420644;
    --ss-color-4185: #878288;
    --ss-color-3675-dark: #29002b;
    --ss-color-4185-dark: #6e696f;
}


:root {
  --ss-header-background-color: var(--ss-color-3675);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 59.864603481624755%;
  --ss-header-title-color: var(--ss-color-3675);
    --ss-header-title-font-family: 'Dancing Script', cursive;
  --ss-header-title-font-size: 31px;
  --ss-header-tagline-color: var(--ss-color-3675);
    --ss-header-tagline-font-family: 'Satisfy', cursive;
  --ss-header-tagline-font-size: 27px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-3675);
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Satisfy', 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: 'Merienda One', fantasy;
}


.post-button {

    border-style: none;

  border-radius: 10px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

