:root {
    --ss-color-106182: #304B83;
    --ss-color-106183: #FFFFFF;
    --ss-color-106182-dark: #17326a;
    --ss-color-106183-dark: #e6e6e6;
}


:root {
  --ss-header-background-color: var(--ss-color-106183);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 54.35203094777563%;
  --ss-header-title-color: #000204;
    --ss-header-title-font-family: 'Source Serif Pro', serif;
  --ss-header-title-font-size: 42px;
  --ss-header-tagline-color: #595959;
    --ss-header-tagline-font-family: 'Source Sans Pro', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: var(--ss-color-106182);
  --ss-navigation-2-color: var(--ss-color-106183);
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Open 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: 'Cinzel', serif;
}


.post-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-106183);
}

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

