/* Vintage Newspaper Media Queries */

@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }

  .section header h2::before,
  .section header h2::after {
    width: 100px;
  }
}

@media (max-width: 992px) {
  .casino-item {
    width: calc(50% - 20px);
  }

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

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

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

  .section header h2::before,
  .section header h2::after {
    width: 80px;
  }
}

@media (max-width: 768px) {
  .header .container {
    flex-direction: column;
    gap: 20px;
  }

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

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

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

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

  .section {
    padding: 60px 0;
  }

  .section header {
    margin-bottom: 40px;
  }

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

  h3 {
    font-size: 2rem;
  }

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

  .section header h2::before,
  .section header h2::after {
    width: 60px;
  }

  h3::after {
    width: 80px;
  }
}

@media (max-width: 576px) {
  .casino-item {
    width: 100%;
  }

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

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

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

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

  .casino-logo {
    width: 280px;
    height: 90px;
  }

  .casino-name {
    font-size: 1.4rem;
  }

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

  .section header h2::before,
  .section header h2::after {
    width: 40px;
  }

  h3::after {
    width: 60px;
  }
}

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

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

  .casino-logo {
    width: 240px;
    height: 80px;
  }

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