:root {
    --ss-color-71804: #e55c2a;
    --ss-color-71805: #2d4e8c;
    --ss-color-71884: #000000;
    --ss-color-72565: #FC0101;
    --ss-color-71804-dark: #cc4311;
    --ss-color-71805-dark: #143573;
    --ss-color-71884-dark: #000000;
    --ss-color-72565-dark: #e30000;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Roboto', 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: 'Roboto', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 12px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

