* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  padding: 0 1rem;
}



/* Header */
header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.banner-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    bottom: auto;
    position: static;
}

/* Navigation */
nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 1rem;
    gap: 2rem;
    flex-wrap: wrap;
}

nav a {
  color: #8b836d;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

nav a:hover {
  border: 1px solid #8b836d;
  background-color: #1a1a1a;
}

ul {
    list-style-type: none;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: #e6e6e6;
    text-decoration: none;
}

/* Section Styling */
section {
    border-top: 2px solid #8b836d;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background-color: 000000;
    box-shadow: 0 0 8px rgba(139, 131, 109, 0.1);
}
section img  {
    width: 100%;
    border: thin solid #8b836d;
}

section h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #8b836d;
    text-align: center;
}

section h2 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #8b836d;
    text-align: center;
}



/* Images */
img {
    margin: auto;
    width: 105%;
}

/* Links */
a {
  color: #f5d87e;
  text-decoration: underline;
}

a:hover {
  color: #fffbcc;
}

/* Footer */
footer {
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #8b836d;
  color: #aaaaaa;
  font-size: 0.9rem;
}
footer p {
    color: #8b836d;
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    color: #8b836d;
    cursor: pointer;
    position: absolute;
    top: 5em;
    right: 0.5em;
    z-index: 10;
}

/* Navigation List */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  flex-wrap: wrap;
}


  .menu-toggle {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    position: static;
    float: right;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #111;
    padding: 1rem;
    margin-top: 1rem;
    border-top: 2px solid #8b836d;
    border-radius: 4px;
  }

  .nav-links.show {
    display: flex;
  }
.food-menu img {
    margin: auto;
    width: 75%;
    display: block;
}
.food-button {
    max-width: 200px;
}
.course-info ul li {
    text-decoration: none;
    text-transform: none;
    list-style-type: none;
}
.course-info p {
}
.intro-map {
    width: 75%;
    float: none;
    display: block;
    margin-top: 20px;
}
.tournament-info ul li {
    list-style-type: none;
}
.designer-logo {
    max-height: 100px;
    max-width: 100px;
}
.order-button {
    float: none;
}
.food-menu p {
    margin-bottom: 30px;
}
.cs-logo {
    display: block;
    margin: auto;
    width: 50%;
}
