:root {
    --ss-color-60422: #364045;
    --ss-color-60423: #A1A1A1;
    --ss-color-103862: #C2A15F;
    --ss-color-60422-dark: #1d272c;
    --ss-color-60423-dark: #888888;
    --ss-color-103862-dark: #a98846;
}


:root {
  --ss-header-background-color: var(--ss-color-60422);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 36.55705996131528%;
  --ss-header-title-color: var(--ss-color-60422);
    --ss-header-title-font-family: 'Be Vietnam Pro', sans-serif;
  --ss-header-title-font-size: 31px;
  --ss-header-tagline-color: #8c8b8c;
    --ss-header-tagline-font-family: 'Nobile', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-60422);
}


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

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


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

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

