:root {
    --ss-color-44034: #236AF4;
    --ss-color-44034-dark: #0a51db;
}


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

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

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

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


.post-button {

    border-style: none;

  border-radius: 7px;


    box-shadow: none;
}


body {
  background-color: #1872d8;
}

body:before {
    background-image: url(https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?ixid=M3w1NzQ5OTV8MHwxfGFsbHx8fHx8fHx8fDE3Mjk0Njk0MTh8&ixlib=rb-4.0.3&utm_source=siteswan&utm_medium=referral&utm_campaign=api-credit&w=1920);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

