:root {
    --ss-color-107601: #FFD700;
    --ss-color-107605: #0074F9;
    --ss-color-107606: #4D5E7C;
    --ss-color-107601-dark: #e6be00;
    --ss-color-107605-dark: #005be0;
    --ss-color-107606-dark: #344563;
}


:root {
  --ss-header-background-color: var(--ss-color-107606);
  --ss-header-background-alpha: calc(100% * 0.0);
  --ss-header-padding: 18px;
  --ss-header-alignment: center;
  --ss-header-logo-width-percentage: 100.0%;
  --ss-header-title-color: #e0e0e0;
    --ss-header-title-font-family: 'Racing Sans One', sans-serif;
  --ss-header-title-font-size: 75px;
  --ss-header-tagline-color: #ffffff;
    --ss-header-tagline-font-family: 'Source Sans Pro', sans-serif;
  --ss-header-tagline-font-size: 27px;
  --ss-navigation-1-color: #ffffff;
  --ss-navigation-2-color: var(--ss-color-107606);
}


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

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

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

.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: 'Racing Sans One', sans-serif;
}


.post-button {

    border-style: none;

  border-radius: 5px;


    box-shadow: none;
}


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

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/MBVNzbhkAaZpbT48PPJQfa2arL-rawyKlp4VZN31grM/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/17582/photos/1273697/blue-background20180302-19894-15uk00g_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

