/* Media Queries for Vintage Typewriter Theme */

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

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

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

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

  .section.head h1::first-letter {
    font-size: 3.5rem;
  }

  .section {
    padding: 3rem 0;
  }

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

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

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

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

  .site-nav li::after {
    content: ' | ';
  }

  .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: 1.8rem;
  }

  .section.head h1::first-letter {
    font-size: 2.8rem;
  }

  .section.head::before {
    font-size: 1.5rem;
  }

  body {
    font-size: 15px;
  }
}
