:root {
    --ss-color-83601: #046DAC;
    --ss-color-83603: #000080;
    --ss-color-83604: #6C8FA3;
    --ss-color-83605: #00FF00;
    --ss-color-83715: #00AEEF;
    --ss-color-83601-dark: #005493;
    --ss-color-83603-dark: #000067;
    --ss-color-83604-dark: #53768a;
    --ss-color-83605-dark: #00e600;
    --ss-color-83715-dark: #0095d6;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 9px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 61.992263056092845%;
  --ss-header-title-color: #1b14bc;
    --ss-header-title-font-family: 'Candal', sans-serif;
  --ss-header-title-font-size: 73px;
  --ss-header-tagline-color: #e4fa3c;
    --ss-header-tagline-font-family: 'Assistant', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #000000;
  --ss-navigation-2-color: #ffffff;
}


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

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

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

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


.post-button {
    border-style: solid;


  border-radius: 8px;

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

}


body {
  background-color: #030180;
}

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

