:root {
    --ss-color-65419: #994D48;
    --ss-color-65422: #C6C6C6;
    --ss-color-65423: #000000;
    --ss-color-65429: #003088;
    --ss-color-65419-dark: #80342f;
    --ss-color-65422-dark: #adadad;
    --ss-color-65423-dark: #000000;
    --ss-color-65429-dark: #00176f;
}


:root {
  --ss-header-background-color: #0b5394;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 18px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 22.147001934235977%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Encode Sans', sans-serif;
  --ss-header-title-font-size: 21px;
  --ss-header-tagline-color: #ffffff;
    --ss-header-tagline-font-family: 'Encode Sans', sans-serif;
  --ss-header-tagline-font-size: 19px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-65429);
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Noto Sans', 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: 'Nunito Sans ', 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;
}

