:root {
    --ss-color-41669: #215397;
    --ss-color-41670: #0F0D82;
    --ss-color-103381: #A6F6FF;
    --ss-color-103387: #3A8F6A;
    --ss-color-103388: #2FA36B;
    --ss-color-41669-dark: #083a7e;
    --ss-color-41670-dark: #000069;
    --ss-color-103381-dark: #8ddde6;
    --ss-color-103387-dark: #217651;
    --ss-color-103388-dark: #168a52;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.16);
  --ss-header-padding: 21px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 80.17408123791103%;
  --ss-header-title-color: #2b1a2b;
    --ss-header-title-font-family: 'Damion', cursive;
  --ss-header-title-font-size: 36px;
  --ss-header-tagline-color: #5850fa;
    --ss-header-tagline-font-family: 'Damion', cursive;
  --ss-header-tagline-font-size: 31px;
  --ss-navigation-1-color: #050557;
  --ss-navigation-2-color: #ffffff;
}


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

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


.post-button {
    border-style: solid;


  border-radius: 15px;

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

}


body {
  background-color: #d8f3ff;
}

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

