/* Media Queries for Desert Dusk Theme */

@media (max-width: 1024px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer-about {
    grid-column: 1 / -1;
    padding-right: 0;
    text-align: center;
  }
}

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

  .header-inner {
    padding: 1rem 0 0;
  }

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

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

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

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

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

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

  .section.head::before {
    width: 150px;
    height: 150px;
    right: 2%;
    opacity: 0.1;
  }

  .section {
    padding: 3rem 0;
  }

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

  .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links ul {
    align-items: center;
  }
}

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

  .section.head h1::first-letter {
    font-size: 2.5rem;
    float: none;
    display: block;
    margin-bottom: 0.5rem;
  }

  .site-nav li {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
  }

  .site-nav a {
    text-align: center;
  }
}
