:root {
    --ss-color-95537: #c6a439;
    --ss-color-95538: #011e4a;
    --ss-color-95537-dark: #ad8b20;
    --ss-color-95538-dark: #000531;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.68);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 41.682785299806575%;
  --ss-header-title-color: #3b3a3b;
    --ss-header-title-font-family: 'Vidaloka', serif;
  --ss-header-title-font-size: 49px;
  --ss-header-tagline-color: var(--ss-color-95537);
    --ss-header-tagline-font-family: 'Old Standard TT', serif;
  --ss-header-tagline-font-size: 25px;
  --ss-navigation-1-color: var(--ss-color-95538);
  --ss-navigation-2-color: #ffffff;
}


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

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

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

.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: 'DM Serif Display ', serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

