:root {
    --ss-color-48069: #35a0b3;
    --ss-color-48070: #f08a0e;
    --ss-color-53545: #5F7173;
    --ss-color-54130: #000000;
    --ss-color-54131: #616774;
    --ss-color-48069-dark: #1c879a;
    --ss-color-48070-dark: #d77100;
    --ss-color-53545-dark: #46585a;
    --ss-color-54130-dark: #000000;
    --ss-color-54131-dark: #484e5b;
}


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

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

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

.post--title,
.post-column_set .column--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: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

