:root {
    --ss-color-59806: #333399;
    --ss-color-59810: #A9ABAE;
    --ss-color-59811: #3399FF;
    --ss-color-59812: #3366CC;
    --ss-color-59813: #70DB93;
    --ss-color-59806-dark: #1a1a80;
    --ss-color-59810-dark: #909295;
    --ss-color-59811-dark: #1a80e6;
    --ss-color-59812-dark: #1a4db3;
    --ss-color-59813-dark: #57c27a;
}


.site-container {
    font-family: 'Bad Script', cursive;
}

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

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

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


.post-button {

    border-style: none;

  border-radius: 12px;

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

}


body {
  background-color: #fefefe;
}

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

