:root {
    --ss-color-8494: #161E2B;
    --ss-color-8495: #5A8EA8;
    --ss-color-8496: #99DC31;
    --ss-color-8494-dark: #000512;
    --ss-color-8495-dark: #41758f;
    --ss-color-8496-dark: #80c318;
}


:root {
  --ss-header-background-color: var(--ss-color-8494);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 29.690522243713737%;
  --ss-header-title-color: #333333;
    --ss-header-title-font-family: 'Roboto', sans-serif;
  --ss-header-title-font-size: 42px;
  --ss-header-tagline-color: #333333;
    --ss-header-tagline-font-family: 'Open Sans', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: var(--ss-color-8496);
  --ss-navigation-2-color: var(--ss-color-8494);
}


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

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

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

.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: 6px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

