body {
    /*font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    background-color: #dce9dd;
}

header,
footer {
    background: linear-gradient(to bottom right, rgba(80, 100, 100, 1) 0%, rgba(40, 55, 55, 1) 100%);
}

a {
  color: var(--color-orange-600);
}
a:hover {
  text-decoration: underline;
}
header a {
  color: #fff;
}

div.inreach {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: none;
  font-smooth: never;
}

.banner {
    background-image: url(../images/map-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fadeable {
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.fade {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .features > div {
    margin-bottom: 2rem;
    width: 100%;
  }
  .features > div:nth-child(2n) {
    border-bottom: 1px solid black;
    padding-bottom: 2rem;
  }
  .features > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .features > div > *,
  #faq > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
