:root {
    --ss-color-69933: #E7050D;
    --ss-color-73212: #2123A5;
    --ss-color-69933-dark: #ce0000;
    --ss-color-73212-dark: #080a8c;
}


:root {
  --ss-header-background-color: var(--ss-color-73212);
  --ss-header-background-alpha: calc(100% * 0.85);
  --ss-header-padding: 2px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 40.135396518375245%;
  --ss-header-title-color: #f1efec;
    --ss-header-title-font-family: 'Fredericka the Great', serif;
  --ss-header-title-font-size: 46px;
  --ss-header-tagline-color: #fbf4f4;
    --ss-header-tagline-font-family: 'Open Sans', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: #e3e4ff;
  --ss-navigation-2-color: #131562;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Fredericka the Great', 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: 'Vidaloka', serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;

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

}


body {
  background-color: #ffffff;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/VdPKUW21a_--IESjD0ZoivOkVQVrcJ-fzoeyBCp4kbA/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/103912/photos/23197104/image_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

