:root {
  --afro-orange: #ff7a00;
  --afro-orange-2: #ff8a1f;
  --afro-yellow: #ffaa00;
  --afro-teal: #0f5f6d;
  --afro-teal-2: #0b4b57;
  --afro-cream: #f3f0e4;
  --afro-cream-2: #efe7d7;
  --afro-dark: #1c1c1e;
}

.afro-header {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fafafa;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  z-index: 1;
}

.afro-header a {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 18px;
}

.afro-header img {
  display: block;
  width: clamp(100px, 13vw, 170px);
}

.afro-subnav {
  background-color: var(--afro-orange);
  color: var(--color-white);
  padding: 2px 0;
}

.afro-subnav .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.afro-subnav-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.afro-subnav-nav a {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.afro-subnav-nav a:hover {
  background: rgba(255, 255, 255, 0.28);
}
