.hero {
  background-image: url('homepage-banner.png');
  background-position: center 57%;
  background-size: cover;
}
.hero::before {
  background: linear-gradient(90deg, rgba(5,14,22,.96) 0%, rgba(5,14,22,.80) 38%, rgba(5,14,22,.25) 68%, rgba(5,14,22,.06) 100%);
}
.static-about-hero {
  background-image: linear-gradient(90deg, rgba(5,14,22,.96) 0%, rgba(5,14,22,.78) 37%, rgba(5,14,22,.2) 72%), url('about-storefront-banner.webp');
  background-position: center;
  background-size: cover;
}
@media (max-width:650px) {
  .hero { background-position:61% center; }
  .static-about-hero { background-position:62% center; }
}
.nav nav a {
  font-size:15px;
  font-weight:750;
  letter-spacing:.025em;
  color:#34414a;
}
.footer-brand {
  background: transparent !important;
  padding: 0 !important;
}
