:root {
    --ss-color-66731: #E5DE63;
    --ss-color-66732: #69851C;
    --ss-color-66731-dark: #ccc54a;
    --ss-color-66732-dark: #506c03;
}


:root {
  --ss-header-background-color: #000000;
  --ss-header-background-alpha: calc(100% * 0.55);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 35.39651837524178%;
  --ss-header-title-color: var(--ss-color-66732);
    --ss-header-title-font-family: 'Alegreya SC', serif;
  --ss-header-title-font-size: 38px;
  --ss-header-tagline-color: #474747;
    --ss-header-tagline-font-family: 'Work Sans', sans-serif;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #000000;
  --ss-navigation-2-color: #fcfcfc;
}


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

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


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


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

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/hez5CKv25cHOQBCNWb4uQaMTCT6P8my6kuiC8EpwJpA/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/102260/photos/22464768/ChatGPT_Image_Apr_5__2025__08_01_33_PM_original.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

