:root {
}


:root {
  --ss-header-background-color: #0b0b0b;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 49.70986460348163%;
  --ss-header-title-color: #f9f2f9;
    --ss-header-title-font-family: 'Asap Condensed', sans-serif;
  --ss-header-title-font-size: 19px;
  --ss-header-tagline-color: #fffeff;
    --ss-header-tagline-font-family: 'Asap Condensed', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #edebed;
  --ss-navigation-2-color: #121012;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 30px;

    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 top;
  background-repeat: no-repeat;
  background-size: auto;
}

