:root {
    --ss-color-102265: #D72D2D;
    --ss-color-102265-dark: #be1414;
}


:root {
  --ss-header-background-color: #151515;
  --ss-header-background-alpha: calc(100% * 1.0);
  --ss-header-padding: 20px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 15.18375241779497%;
  --ss-header-title-color: var(--ss-color-102265);
    --ss-header-title-font-family: 'Oswald', sans-serif;
  --ss-header-title-font-size: 34px;
  --ss-header-tagline-color: #efefef;
    --ss-header-tagline-font-family: 'Oswald', sans-serif;
  --ss-header-tagline-font-size: 23px;
  --ss-navigation-1-color: #fcfcfc;
  --ss-navigation-2-color: #151515;
}


.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-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: 3px;


    box-shadow: none;
}


body {
  background-color: #121212;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/saNC5M5GKC0Xp4TBkECsDpKITRUMYZlHAKtYR_Jw4vA/w:1920/plain/https://02f0a56ef46d93f03c90-22ac5f107621879d5667e0d7ed595bdb.ssl.cf2.rackcdn.com/sites/119834/photos/23687128/263_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

