:root {
    --ss-color-5113: #FF0000;
    --ss-color-5136: #FF4600;
    --ss-color-5113-dark: #e60000;
    --ss-color-5136-dark: #e62d00;
}


:root {
  --ss-header-background-color: var(--ss-color-5136);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 27px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 105.8027079303675%;
  --ss-header-title-color: #000000;
    --ss-header-title-font-family: 'Marcellus', serif;
  --ss-header-title-font-size: 40px;
  --ss-header-tagline-color: var(--ss-color-5113);
    --ss-header-tagline-font-family: 'Charm', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: #000000;
  --ss-navigation-2-color: var(--ss-color-5113);
}


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

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


.post-button {

    border-style: none;

  border-radius: 7px;

    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/Y2FiCZJQaQ7A8GKdn8ytyQDQ_5QtVcXWYCIQ9RJUcYU/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/72982/photos/20161254/Camo_of_Aqua_Background_original.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

