:root {
    --ss-color-104557: #089AAD;
    --ss-color-104566: #2E90D0;
    --ss-color-104568: #F8C617;
    --ss-color-104569: #E06262;
    --ss-color-104606: #324993;
    --ss-color-104557-dark: #008194;
    --ss-color-104566-dark: #1577b7;
    --ss-color-104568-dark: #dfad00;
    --ss-color-104569-dark: #c74949;
    --ss-color-104606-dark: #19307a;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 9px;

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

}


body {
  background-color: #f5f5f5;
}

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

