:root {
    --ss-color-95533: #3D58D1;
    --ss-color-95534: #DA2E20;
    --ss-color-99730: #FFFFFF;
    --ss-color-103931: #14246B;
    --ss-color-95533-dark: #243fb8;
    --ss-color-95534-dark: #c11507;
    --ss-color-99730-dark: #e6e6e6;
    --ss-color-103931-dark: #000b52;
}


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

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

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

.post--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: 'Copse', serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-99730);
}

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

