body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: black;
  color: #c5b358;
}

a {
  text-decoration: none;
  color: #c5b358;
}

.nav-item > a {
  text-decoration: none;
  color: white;
}


.navbar {
  background-color: black;
  padding: 1rem 0;
}

.container {
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  position: relative;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem 0;
  display: inline-block;
  transition: color 0.2s ease;
}

.mission-title > a {
  font-size: 2rem;
  color: white;
}



.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 0.5rem 0;
  min-width: 150px;
  z-index: 1000;
  pointer-events: auto;
}

.dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  color: black;
}

.dropdown a:hover {
  color: #c5b358;
}

.nav-item:hover .dropdown {
  display: block;
}

.banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background-color: Black; 
}

.banner-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-column.left {
  justify-content: center;
  align-items: center; 
}

.banner-column.right {
  justify-content: center;
  align-items: center; 
}

.banner-image {
  max-width: 100%;
  height: auto;
  max-height: 300px; 
}


.banner-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-column.left,
.banner-column.right {
  justify-content: center;
}

.banner-column.right ul#event-list {
  list-style: none;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: white;
}


.banner-image {
  height: 400px;
}

.info-section {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background-color: black;
}

.info-column {
  flex: 1;
  padding: 1rem;
  background-color: black;
}

.container {
  background-color: black;
  font-size: 1.2rem;
  color: white;
  padding: 10px 20px;
  transition: max-height 0.3s ease;
}

.hidden {
  display: none;
}

.info-column.center {
  width: 80%;
}

.info-column.left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1.7rem; 
  align-items: center;
  background-color: black; 
}

.info-column.right {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1.7rem; 
  align-items: center; 
  background-color: black; 
}

.col-item {
  width: 100%;
  max-width: 250px;
}

.col-item > a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.2rem 3rem;
  border: 3px solid #c5b358;
  background-color: transparent;
  color: #c5b358;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.col-item > a:hover {
  background-color: #c5b358;
  color: black;
}

.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.slideshow-container img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border: 2px solid #c5b358;
  object-fit: contain;
}

.slideshow-container button {
  background-color: #c5b358;
  color: black;
  border: 1px solid transparent;
  padding: 0.8rem 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.slideshow-container button:hover {
  background-color: black;
  color: #c5b358;
  border: 1px solid #c5b358;
}

footer {
  background-color: black;
  display: flex;
  justify-content: center;
}

.bottom-image {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}


.bottom-image img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.coach-section {
  width: 100%;
  background-color: black; 
}


.coach-card {
  border-bottom: 3px solid #c5b358;
  padding-bottom: 1.5rem;
  text-align: center;
}

.coach-info .main-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #c5b358;
  margin-bottom: 0.3rem;
}

.coach-info .subtitle {
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0.2rem;
}

.coach-info .name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.coach-img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

.coach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

#XCApp {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
}

.XC-item {
  width: 100%;
  max-width: 300px;
}

.XC-item > a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.2rem 3rem;
  border: 3px solid #c5b358;
  background-color: transparent;
  color: Black;
  background-color: #c5b358;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.XC-item > a:hover {
  background-color: Black;
  color: #c5b358;
}

.calendar-events {
  background-color: white;
  border-radius: 10px;
  padding: 1em;
  font-size: 0.85em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.calendar-events h3 {
  margin-top: 0;
  font-size: 1em;
}

#event-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  background-color: black;
  gap: 1rem;
}

.bottom-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #c5b358;
}

.bottom-column img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 2px solid #c5b358;
}

.banner-column.left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.info-box {
  background-color: black;
  border: 2px solid #c5b358; 
  border-radius: 12px;
  padding: 0.2rem 1rem 1rem;
  color: white;
  text-align: center;
  min-width: 180px;
}

.info-box h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #c5b358;
}

.info-box hr {
  border: none;
  border-top: 1px solid #c5b358;
  margin: 0 0 1rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.info-box p {
  font-size: 0.95rem;
  color: white;
  margin: 0;
}

.year-columns {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.year-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.year-columns li {
  margin-bottom: 0.25rem;
}

.roster-section {
  padding: 2rem;
  background-color: black;
  color: #c5b358;
}

.roster-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

.roster-table th,
.roster-table td {
  padding: 1rem;
  border: 1px solid #c5b358;
  text-align: center;
}

.roster-table th {
  background-color: #c5b358;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.roster-table tr {
  background-color: black;
}

.roster-table th:nth-child(1),
.roster-table td:nth-child(1) {
  width: 25%;
}

.roster-table th:nth-child(2),
.roster-table td:nth-child(2) {
  width: 10%;
}

.roster-table th:nth-child(3),
.roster-table td:nth-child(3) {
  width: 65%;
}


.banner-image {
  max-height: 300px;
  width: auto;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 1rem 0;
  z-index: 10;
}

.under-construction {
  background-color: black;
  color: #c5b358;
  text-align: center;
  padding: 4rem 2rem;
  border-top: 2px solid #c5b358;
  border-bottom: 2px solid #c5b358;
}

.under-construction h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.under-construction p {
  font-size: 1.2rem;
  color: white;
}

.shoppage1 {
  padding-top: 12rem;
  padding-bottom: 15rem;
  width: 100%;
  max-width: 100%;
  transform: scale(2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  pointer-events: none; 
}

.shoppage2 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  width: 100%;
  max-width: 100%;
  transform: scale(1.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}


@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: center;
  }

  .logo {
    height: 50px;
  }

  .info-section {
    flex-direction: column;
    align-items: center; 
  }

  .info-column {
    width: 100%;
  }

  @media (max-width: 768px) {
  .bottom-section {
    flex-direction: column;
    align-items: center;
  }

  .bottom-column {
    width: 100%;
  }
}
  @media (max-width: 900px) {
  .coach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  }

  @media (max-width: 600px) {
    .coach-grid {
      grid-template-columns: 1fr;
    }
  }
}

@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: center;
  }

  .banner-column {
    width: 100%;
    justify-content: center;
    margin: 0.5rem 0;
  }

  .banner-column.center {
    order: 1;
  }

  .banner-column.left {
    order: 2;
  }

  .banner-column.right {
    order: 3;
  }

  .banner-image {
    height: auto;
    max-height: 250px;
  }
}

