:root {
    --ss-color-98440: #010101;
    --ss-color-100476: #DCC871;
    --ss-color-98440-dark: #000000;
    --ss-color-100476-dark: #c3af58;
}


:root {
  --ss-header-background-color: var(--ss-color-98440);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 27.949709864603484%;
  --ss-header-title-color: var(--ss-color-98440);
    --ss-header-title-font-family: 'Source Serif Pro', serif;
  --ss-header-title-font-size: 42px;
  --ss-header-tagline-color: #595959;
    --ss-header-tagline-font-family: 'Source Sans Pro', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: var(--ss-color-98440);
  --ss-navigation-2-color: #ffffff;
}


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

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


.post-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-98440);
}

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

