:root {
}


:root {
  --ss-header-background-color: #77cbf2;
  --ss-header-background-alpha: calc(100% * 0.86);
  --ss-header-padding: 10px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 21.953578336557058%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Merriweather', serif;
  --ss-header-title-font-size: 42px;
  --ss-header-tagline-color: #ffffff;
    --ss-header-tagline-font-family: 'Open Sans', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: #004c9e;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 7px;

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

}


body {
  background-color: #004c9e;
}

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

