:root {
    --ss-color-90760: #4B940A;
    --ss-color-90760-dark: #327b00;
}


:root {
  --ss-header-background-color: #232323;
  --ss-header-background-alpha: calc(100% * 0.9);
  --ss-header-padding: 40px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 29.980657640232106%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Iceland', sans-serif;
  --ss-header-title-font-size: 29px;
  --ss-header-tagline-color: #ffffff;
    --ss-header-tagline-font-family: 'Orbitron', monospace;
  --ss-header-tagline-font-size: 32px;
  --ss-navigation-1-color: #232323;
  --ss-navigation-2-color: #68b822;
}


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

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


.post-button {

    border-style: none;

  border-radius: 5px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #232323;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/RQrOnsgK6mapUb5eA7F74pT3GhTbr-RSYgG3FHeEH1E/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/29107/photos/1280056/bkg20200625-15901-1a7i6c5_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

