/* Media Queries for Midnight Aurora Theme */

@media (max-width: 1024px) {
  .site-header {
    margin: 15px 1.5rem 0;
  }
}

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

  .site-header {
    margin: 10px 1rem 0;
    border-radius: 30px;
    padding: 0.75rem 0;
  }

  .header-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
  }

  .site-nav a {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }

  .section.head {
    padding: 6rem 0 5rem;
  }

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

  .section.head::before {
    width: 300px;
    height: 150px;
  }

  .section {
    padding: 4rem 0;
  }

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

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

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

  .footer-links ul {
    justify-content: center;
  }
}

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

  .section.head p {
    font-size: 1.1rem;
  }

  .site-header {
    border-radius: 20px;
    top: 10px;
    margin: 10px 0.5rem 0;
  }

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