:root {
    --ss-color-52359: #920101;
    --ss-color-102560: #FB000E;
    --ss-color-102561: #6BBF00;
    --ss-color-52359-dark: #790000;
    --ss-color-102560-dark: #e20000;
    --ss-color-102561-dark: #52a600;
}


:root {
  --ss-header-background-color: #1f1f1f;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 0px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 33.172147001934235%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Alegreya', serif;
  --ss-header-title-font-size: 49px;
  --ss-header-tagline-color: #1f1f1f;
    --ss-header-tagline-font-family: 'Montserrat', sans-serif;
  --ss-header-tagline-font-size: 29px;
  --ss-navigation-1-color: var(--ss-color-102560);
  --ss-navigation-2-color: #ffffff;
}


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

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


.post-button {
    border-style: solid;


  border-radius: 0px;


    box-shadow: none;
}


body {
  background-color: #ffffff;
}

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

