@media (max-width: 1000px) {
  header {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.25rem;
  }
  header .logo,
  header .navi {
    width: 100%;
    flex-basis: auto;
    justify-content: center;
  }
  header .navi nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .bio,
  .jobs,
  main .bio,
  main .jobs {
    padding: 1.5rem;
  }
  main .flex-cards .card {
    width: 100%;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  p {
    font-size: 1rem;
  }
  main .hero {
    height: auto;
    min-height: 70vh;
    padding: 2rem 1rem;
  }
  main .hero .chev {
    left: calc(50% - 32px);
  }
  main .flex-cards {
    width: 92dvw;
    justify-content: center;
  }
  main .flex-cards .card {
    width: 100%;
    min-height: auto;
  }
  main .flex-cards .card img {
    height: 280px;
  }
  main .flex-cards .card .card-text h4 {
    text-align: left;
    font-size: 1.1rem;
    padding: 20px 30px 10px;
  }
  main .flex-cards .card .card-text p {
    text-align: left;
    font-size: 1rem;
    padding: 0 30px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  footer {
    width: 92dvw;
    padding: 1.5rem 1rem;
  }
  footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 4rem;
  }
  footer .footer-content .footer-social {
    flex-direction: column;
    gap: 1.5rem;
  }
  footer .footer-content .footer-social .separator {
    display: none;
  }
}
@media (max-width: 480px) {
  main .bio,
  main .jobs {
    width: 92dvw;
    padding: 1.2rem 1rem;
  }
  .footer-social {
    flex-direction: column;
    gap: 0.25rem;
  }
  .footer-social .separator {
    display: none;
  }
}
@media (max-width: 768px) {
  .ticker-wrap {
    width: 100%;
  }
  .artie {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}/*# sourceMappingURL=responsive.css.map */