/* Media Queries for Template 13 - 1940s Film Noir */

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

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

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

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

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

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

  .casino-item {
    width: calc(50% - 15px);
  }

  .header .logo {
    font-size: 2.8rem;
  }

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

  h3::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .header .container {
    flex-direction: column;
    gap: 20px;
  }

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

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

  .casino-item {
    width: 100%;
  }

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

  .header .logo::before,
  .header .logo::after {
    display: none;
  }
}

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

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

  .header .logo {
    font-size: 2.5rem;
  }

  .header .quick-nav a {
    padding: 10px 15px;
    font-size: 0.8rem;
  }

  .casino-logo {
    width: 100%;
    height: 100px;
  }

  .footer-title {
    font-size: 2rem;
  }

  .footer .logo-item {
    width: 120px;
    height: 35px;
  }

  .section.head {
    padding: 100px 0;
  }

  .section {
    padding: 60px 0;
  }
}
