:root {
    --ss-color-99234: #1C66B1;
    --ss-color-99237: #545454;
    --ss-color-99238: #FFFFFF;
    --ss-color-99239: #747474;
    --ss-color-99234-dark: #034d98;
    --ss-color-99237-dark: #3b3b3b;
    --ss-color-99238-dark: #e6e6e6;
    --ss-color-99239-dark: #5b5b5b;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: var(--ss-color-99238);
}

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

