html {
    background-color: #fcf8f8;
}
body {
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}
.navbar {
    background-color: #fcf8f8;
}

.footer {
    background-color: rgba(228,251,248,.85);
}

.home-content {
    border-top: 1px solid rgba(157,87,255,.94);
    border-bottom: 1px solid rgba(157,87,255,.94);
}

.hero-spacing {
    width: 66%;
}

a:focus, a:hover {
    color: rgba(157,87,255,.94) !important;
}

.navbar-item .header-logo {
    max-height: none;
    width: 148px;
}

@media only screen and (max-width: 1024px) {
  .hero-spacing {
    width: inherit;
  }
  .navbar-item .header-logo {
      width: 128px;
  }
}