:root {
    --ss-color-97765: #193F91;
    --ss-color-97767: #7DC4E7;
    --ss-color-97768: #2073B8;
    --ss-color-104873: #E74C3C;
    --ss-color-97765-dark: #002678;
    --ss-color-97767-dark: #64abce;
    --ss-color-97768-dark: #075a9f;
    --ss-color-104873-dark: #ce3323;
}


:root {
  --ss-header-background-color: var(--ss-color-97765);
  --ss-header-background-alpha: calc(100% * 0.75);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 16.150870406189554%;
  --ss-header-title-color: #595959;
    --ss-header-title-font-family: 'Playfair Display SC', serif;
  --ss-header-title-font-size: 41px;
  --ss-header-tagline-color: #595959;
    --ss-header-tagline-font-family: 'Comfortaa', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-97765);
}


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

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


.post-button {

    border-style: none;

  border-radius: 15px;

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

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1599458254908-edac30d93f6a?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3NzEzNTY3ODd8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

