:root {
    --ss-color-98877: #1b81b8;
    --ss-color-98880: #416AC3;
    --ss-color-98881: #48DD69;
    --ss-color-98882: #FFFFFF;
    --ss-color-98885: #F7F8F9;
    --ss-color-98877-dark: #02689f;
    --ss-color-98880-dark: #2851aa;
    --ss-color-98881-dark: #2fc450;
    --ss-color-98882-dark: #e6e6e6;
    --ss-color-98885-dark: #dedfe0;
}


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

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

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

.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: 'Alfa Slab One', serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #95d3f4;
}

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

