:root {
    --ss-color-33288: #246BB4;
    --ss-color-33297: #F03F39;
    --ss-color-33298: #1E5996;
    --ss-color-33288-dark: #0b529b;
    --ss-color-33297-dark: #d72620;
    --ss-color-33298-dark: #05407d;
}


.site-container {
    font-family: 'Maven Pro', sans-serif;
}

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

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

.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: 'Museo Slab', 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;
}

