:root {
    --ss-color-7827: #0D70A9;
    --ss-color-7828: #85D0FB;
    --ss-color-92517: #011428;
    --ss-color-92518: #0CCC82;
    --ss-color-96301: #2DA5B5;
    --ss-color-7827-dark: #005790;
    --ss-color-7828-dark: #6cb7e2;
    --ss-color-92517-dark: #00000f;
    --ss-color-92518-dark: #00b369;
    --ss-color-96301-dark: #148c9c;
}


:root {
  --ss-header-background-color: #94def0;
  --ss-header-background-alpha: calc(100% * 0.97);
  --ss-header-padding: 36px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 7.930367504835589%;
  --ss-header-title-color: #fafbfc;
    --ss-header-title-font-family: 'Rancho', sans-serif;
  --ss-header-title-font-size: 47px;
  --ss-header-tagline-color: #04482e;
    --ss-header-tagline-font-family: 'Rochester', cursive;
  --ss-header-tagline-font-size: 36px;
  --ss-navigation-1-color: #0b5d8c;
  --ss-navigation-2-color: #f8fafb;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Yeseva One', 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: 'Marko One', fantasy;
}


.post-button {
    border-style: solid;


  border-radius: 9px;

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

}


body {
  background-color: #17c5b0;
}

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

