/* Media Queries for African Safari Theme */

@media (max-width: 1024px) {
  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }
  
  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section.head {
    text-align: center;
  }

  .section.head p {
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid var(--savanna-gold);
    padding: 1.5rem 0 0 0;
  }

  .section.head::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1.25rem;
  }

  .section.head {
    padding: 4rem 0;
  }

  .section.head h1 {
    font-size: 3rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section header h2 {
    font-size: 2.5rem;
  }

  .section header h2::before,
  .section header h2::after {
    display: none;
  }

  .site-logo a {
    font-size: 2rem;
  }

  .site-nav a {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-about {
    max-width: 100%;
  }

  .footer-links ul {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .footer-links a::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .section.head h1 {
    font-size: 2.5rem;
  }

  .site-logo a {
    font-size: 1.75rem;
  }

  .site-nav ul {
    gap: 0.25rem;
  }

  .site-nav a {
    padding: 0.4rem 0.5rem;
    font-size: 0.7rem;
    border-width: 1px;
  }
}
