:root {
    --ss-color-46234: #000001;
    --ss-color-46235: #e0e34d;
    --ss-color-49114: #000000;
    --ss-color-46234-dark: #000000;
    --ss-color-46235-dark: #c7ca34;
    --ss-color-49114-dark: #000000;
}


:root {
  --ss-header-background-color: var(--ss-color-49114);
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 59.18762088974855%;
  --ss-header-title-color: #f5f5f5;
    --ss-header-title-font-family: 'Expletus Sans', sans-serif;
  --ss-header-title-font-size: 27px;
  --ss-header-tagline-color: var(--ss-color-46235);
    --ss-header-tagline-font-family: 'Carrois Gothic SC', sans-serif;
  --ss-header-tagline-font-size: 22px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-46234);
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Lato', sans-serif;
}

.primary-navigation .page-listing li {
  font-size: 18px;
}

.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: 'Lato', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 17px;


    box-shadow: none;
}


body {
  background-color: #c7c7c7;
}

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

