:root {
    --ss-color-25319: #0852FA;
    --ss-color-25333: #053BB2;
    --ss-color-103621: #B29605;
    --ss-color-25319-dark: #0039e1;
    --ss-color-25333-dark: #002299;
    --ss-color-103621-dark: #997d00;
}


:root {
  --ss-header-background-color: #062b5b;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 6.479690522243714%;
  --ss-header-title-color: #fcfefe;
    --ss-header-title-font-family: 'Crimson Text', serif;
  --ss-header-title-font-size: 28px;
  --ss-header-tagline-color: #eae0e0;
    --ss-header-tagline-font-family: 'DM Sans', sans-serif;
  --ss-header-tagline-font-size: 31px;
  --ss-navigation-1-color: #020335;
  --ss-navigation-2-color: #ffffff;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

