:root {
    --ss-color-103881: #0A3760;
    --ss-color-103886: #A5A5A5;
    --ss-color-103881-dark: #001e47;
    --ss-color-103886-dark: #8c8c8c;
}


:root {
  --ss-header-background-color: #f7f7f7;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 35px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 100.0%;
  --ss-header-title-color: #233a89;
    --ss-header-title-font-family: 'Merriweather', serif;
  --ss-header-title-font-size: 38px;
  --ss-header-tagline-color: var(--ss-color-103881);
    --ss-header-tagline-font-family: 'Source Sans Pro', sans-serif;
  --ss-header-tagline-font-size: 31px;
  --ss-navigation-1-color: var(--ss-color-103881);
  --ss-navigation-2-color: #ffffff;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Fjalla One', 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: 'B612', 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: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

