:root {
    --ss-color-61424: #B63B4B;
    --ss-color-61425: #444444;
    --ss-color-61424-dark: #9d2232;
    --ss-color-61425-dark: #2b2b2b;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.89);
  --ss-header-padding: 13px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 59.18762088974855%;
  --ss-header-title-color: #000000;
    --ss-header-title-font-family: 'Abel', sans-serif;
  --ss-header-title-font-size: 61px;
  --ss-header-tagline-color: #444545;
    --ss-header-tagline-font-family: 'Abel', sans-serif;
  --ss-header-tagline-font-size: 36px;
  --ss-navigation-1-color: #5c5c5d;
  --ss-navigation-2-color: #ffffff;
}


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

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

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

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


.post-button {
    border-style: solid;


  border-radius: 0px;

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

}


body {
  background-color: #8c8c8c;
}

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

