:root {
    --ss-color-105928: #0E0E52;
    --ss-color-105929: #78C0E0;
    --ss-color-105931: #228CDB;
    --ss-color-105928-dark: #000039;
    --ss-color-105929-dark: #5fa7c7;
    --ss-color-105931-dark: #0973c2;
}


:root {
  --ss-header-background-color: #ffffff;
  --ss-header-background-alpha: calc(100% * 0.0);
  --ss-header-padding: 12px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 6.382978723404255%;
  --ss-header-title-color: var(--ss-color-105928);
    --ss-header-title-font-family: 'Cabin', sans-serif;
  --ss-header-title-font-size: 44px;
  --ss-header-tagline-color: var(--ss-color-105931);
    --ss-header-tagline-font-family: 'Cookie', cursive;
  --ss-header-tagline-font-size: 21px;
  --ss-navigation-1-color: var(--ss-color-105928);
  --ss-navigation-2-color: #ffffff;
}


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

.primary-navigation,
.location-quick-links {
    font-family: 'Source Sans Pro', 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: 'Cabin', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


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

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/qrPeI00UGkZCf-m8K7PWA72JAXLOJxp9StVC24Cnu6c/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/26902/photos/1278192/Background20200305-7120-1aotzvo_original.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

