:root {
    --ss-color-1: #f59f0c;
    --ss-color-1-dark: #dc8600;
}


:root {
  --ss-header-background-color: #0a0a0a;
  --ss-header-background-alpha: calc(100% * 0.55);
  --ss-header-padding: 18px;
  --ss-header-alignment: left;
  --ss-header-logo-width-percentage: 47.77562862669246%;
  --ss-header-title-color: #ffffff;
    --ss-header-title-font-family: 'Dancing Script', cursive;
  --ss-header-title-font-size: 59px;
  --ss-header-tagline-color: var(--ss-color-1);
    --ss-header-tagline-font-family: 'Oswald', sans-serif;
  --ss-header-tagline-font-size: 52px;
  --ss-navigation-1-color: #34d1d1;
  --ss-navigation-2-color: #ffffff;
}


.site-container {
    font-family: 'Josefin Slab', monospace;
}

.primary-navigation,
.location-quick-links {
    font-family: 'Jacques Francois Shadow', fantasy;
}

.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: 'Luckiest Guy', fantasy;
}


.post-button {
    border-style: solid;


  border-radius: 31px;

    box-shadow: 0px 4px 12px 1.28px rgba(0, 0, 0, 0.3);

}


body {
  background-color: #363534;
}

body:before {
    background-image: url(https://d14tal8bchn59o.cloudfront.net/J2ZCg250W70cZrmy9StMq0AnIStrqESl3vVkredfA7Q/w:1920/plain/https://88a74e62a43f73b4a551-1899fea1000803b8b14dcffee15f4418.ssl.cf2.rackcdn.com/sites/3/photos/3811/11310_original20140917-25771-doa627_original.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

