:root {
    --ss-color-105786: #7DCD0B;
    --ss-color-105787: #FFDE3B;
    --ss-color-105786-dark: #64b400;
    --ss-color-105787-dark: #e6c522;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 10px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 21.470019342359766%;
  --ss-header-title-color: #3b3a3b;
    --ss-header-title-font-family: 'Leckerli One', cursive;
  --ss-header-title-font-size: 39px;
  --ss-header-tagline-color: #000000;
    --ss-header-tagline-font-family: 'Playball', cursive;
  --ss-header-tagline-font-size: 18px;
  --ss-navigation-1-color: #424242;
  --ss-navigation-2-color: #FFED8A;
}


.site-container {
    font-family: 'Source Serif Pro', serif;
}

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

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

.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: 'Source Serif Pro', 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-1647376036543-f9f543601a1d?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3NzMxMTE1ODN8&ixlib=rb-4.1.0&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

