/* Media Queries for Dark Navy Gold Theme */

@media (max-width: 1200px) {
  .casino-item {
    flex: 0 0 calc(50% - 1rem);
  }
}

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

  .section.head {
    padding: 6rem 0;
    text-align: center;
  }

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

  .section {
    padding: 3.5rem 0;
  }

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

  .casino-item {
    flex: 0 0 100%;
    max-width: 400px;
  }

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

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

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-links ul {
    justify-content: center;
  }
}

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

  .casino-button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
