:root {
    --ss-color-112067: #00D4FF;
    --ss-color-112166: #080D24;
    --ss-color-112167: #F4F6FB;
    --ss-color-112181: #C4A962;
    --ss-color-112183: #0A13C4;
    --ss-color-112067-dark: #00bbe6;
    --ss-color-112166-dark: #00000b;
    --ss-color-112167-dark: #dbdde2;
    --ss-color-112181-dark: #ab9049;
    --ss-color-112183-dark: #0000ab;
}


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

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

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

.post--title,
.post-column_set .column--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: 'Orbitron', monospace;
}


.post-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

