/* Media Queries for Art Deco Gatsby Theme */

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

  .site-logo a::before,
  .site-logo a::after {
    width: 40px;
  }
}

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

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

  .section.head h1 {
    font-size: 2.5rem;
    margin-top: 3rem;
    letter-spacing: 0.1em;
  }

  .section.head::before {
    width: 120px;
    height: 60px;
  }

  .section {
    padding: 3rem 0;
  }

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

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

  .site-logo a::before,
  .site-logo a::after {
    display: none;
  }

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

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

  .site-header::before,
  .site-header::after {
    display: none;
  }

  .footer::before,
  .footer::after {
    display: none;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
    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: 1rem;
  }

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

  .section::before {
    width: 100px;
    height: 30px;
  }
}
