:root {
    --ss-color-103041: #000000;
    --ss-color-103042: #960A02;
    --ss-color-103043: #FEFFFF;
    --ss-color-103044: #020189;
    --ss-color-103041-dark: #000000;
    --ss-color-103042-dark: #7d0000;
    --ss-color-103043-dark: #e5e6e6;
    --ss-color-103044-dark: #000070;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.63);
  --ss-header-padding: 35px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 69.24564796905223%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Archivo Black', sans-serif;
  --ss-header-title-font-size: 26px;
  --ss-header-tagline-color: #088fe5;
    --ss-header-tagline-font-family: 'Nunito', sans-serif;
  --ss-header-tagline-font-size: 26px;
  --ss-navigation-1-color: var(--ss-color-103041);
  --ss-navigation-2-color: #ffffff;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Poppins', 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: 'Playfair Display', serif;
}


.post-button {

    border-style: none;

  border-radius: 22px;

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

}


body {
  background-color: #ffffff;
}

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

