:root {
    --ss-color-107971: #EC9C3F;
    --ss-color-107972: #9C9C9C;
    --ss-color-107973: #3B3A39;
    --ss-color-107974: #FF951F;
    --ss-color-107971-dark: #d38326;
    --ss-color-107972-dark: #838383;
    --ss-color-107973-dark: #222120;
    --ss-color-107974-dark: #e67c06;
}


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

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

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

.post--title,
.post-column_set .column--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: 'Oswald', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 0px;


    box-shadow: none;
}


body {
  background-color: #2a2a2a;
}

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

