:root {
    --ss-color-40787: #FFEC7C;
    --ss-color-40788: #010101;
    --ss-color-40789: #319792;
    --ss-color-40790: #354665;
    --ss-color-40787-dark: #e6d363;
    --ss-color-40788-dark: #000000;
    --ss-color-40789-dark: #187e79;
    --ss-color-40790-dark: #1c2d4c;
}


:root {
  --ss-header-background-color: #000000;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 50.38684719535783%;
  --ss-header-title-color: var(--ss-color-40787);
    --ss-header-title-font-family: 'Roboto', sans-serif;
  --ss-header-title-font-size: 24px;
  --ss-header-tagline-color: #595959;
    --ss-header-tagline-font-family: 'Roboto', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: var(--ss-color-40789);
  --ss-navigation-2-color: #f6f6f6;
}


.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: solid;


  border-radius: 31px;

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

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/VRi8rPjq_dP0H2662ztOvIsb2jiuAhQwG7Nh0Ej8dkc/w:1920/plain/https%3A%2F%2F02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com%2Fsites%2F89591%2Fphotos%2F21584935%2Fo_%25289%2529_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

