.banner {
  background-image: var(--brand-header-image, url("/header.png"));
  background-color: var(--brand-primary, #04254b);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  background-position: center;
  border: 5px solid var(--brand-primary, #04254b);
  width: 100%;
  box-sizing: border-box;
  flex-direction: column; /* Stack the items vertically */
}

#calendar {
  height: 700px !important;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
}


img:hover {
  transform: scale(1.02);
}

  .meet-container {
    max-width: 700px;
    margin: auto;
    padding: 1rem;
  }

  .meet-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }

  .meet-info {
    font-size: 1.1rem;
    text-align: center;
  }

/* General team + score section */
.score-header {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1e3a8a; /* Navy */
}

.score-card {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.5rem;
  color: #1e3a8a; /* Navy */
}

.logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.vs {
  font-size: 1.2rem;
  font-weight: bold;
  color: #888;
}

/* BIG SCORE section */
.big-scores {
  text-align: center;
  margin-top: 1rem;
}

.score-row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

.score-label {
  margin-right: 1rem;
  color: #1e3a8a; /* Navy */
  font-size: 2rem;
  min-width: 80px;
}

.score-value {
  color: #111827; /* darker gray/black */
  font-size: 2.4rem;
  font-weight: 800;
}

.last-updated {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #6b7280;
}

@media (max-width: 576px) {
  .team-name {
    font-size: 1.1rem;
  }

  .score-row {
    font-size: 1.8rem;
  }

  .score-label {
    font-size: 1.6rem;
  }

  .score-value {
    font-size: 2rem;
  }
}




.team-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 8px;
}

.text-muted {
  color: #6c757d;
}

.score-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.team-score {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs {
  font-weight: bold;
  font-size: 1.2rem;
}


.blog-feed h4 {
  color: var(--brand-primary, #04254b);
}
.blog-feed p {
  font-size: 0.95rem;
}

#athleteSearch {
  font-size: 1.2rem;
  padding: 12px 16px;
  border: 2px solid var(--brand-primary, #04254b);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fdfdfd;
  width: 100%;
  margin-top: 10px;
}

.search-title {
  color: var(--brand-primary, #04254b);
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.video-preview video {
  width: 100%;       /* Take full available width */
  height: auto;      /* Automatically adjust height to maintain aspect ratio */
  max-width: 800px;  /* Limit maximum width for better appearance */
  border-radius: 8px;
}

.XCStats {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;  /* Adds space between the image and the breadcrumb */
}

.XCStats img {
  max-width: 100%;
  height: auto;
}

/* Styling for breadcrumb below header */
.container .breadcrumb {
  width: 100%; /* Make sure breadcrumb stretches across the full width of the container */
  padding: 15px 0; /* Adds extra padding for more breathing room */
  background-color: var(--brand-primary, #04254b); /* Bright background to make it stand out */
  color: var(--brand-text-on-primary, #ffffff); /* White text color to contrast with the background */
  text-align: center;  /* Centers breadcrumb in the container */
  border-radius: 8px;  /* Optional, adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow for depth */
}

.container .breadcrumb-item {
  display: inline-block; /* Ensure breadcrumb items are on the same line */
  margin: 0 10px; /* Adds more space between breadcrumb items */
}

.container .breadcrumb-item a {
  text-decoration: none; /* Remove underline from links */
  color: var(--brand-text-on-primary, #ffffff); /* White text color */
  font-weight: bold; /* Make links bold */
  font-size: 1.1em; /* Slightly larger font size for emphasis */
}

.container .breadcrumb-item a:hover {
  color: var(--brand-accent, #ffcc04); /* Change color on hover to draw attention */
}

.container .breadcrumb-item.active {
  color: #cccccc; /* Lighter color for the active breadcrumb item */
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.TeamName {
	text-align: center;
	  margin: auto;
  position: relative;
  bottom: 15px;
	  width: 50%;
}
.main {
        width: 90%;
        text-align: center;
        height: 375px;
        border: 5px solid var(--brand-primary, #04254b);
        margin-top: 10px;
        z-index: 2;
}
h1 {
    text-align: center;
}
h2 {
    text-align: center;
}
/* Styling for season heading */
.season-heading {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--brand-primary, #04254b); /* Bright color for the season */
  text-transform: uppercase; /* Optional: makes the season name uppercase */
  margin-bottom: 10px;
  border-bottom: 2px solid var(--brand-primary, #04254b); /* Underline with same color */
  padding-bottom: 5px;
}

/* Styling for event name heading */
.event-heading {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--brand-primary, #04254b); /* Slightly darker blue for the event name */
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* Styling for the table headers to make them navy */
table th {
  background-color: var(--brand-primary, #04254b);  /* Navy background color for headers */
  color: var(--brand-text-on-primary, #ffffff);  /* White text for better contrast */
  font-weight: bold;  /* Make the text bold */
  text-align: center;  /* Optional: centers the header text */
  padding: 10px 5px;  /* Padding for better readability */
}

/* Optional: Hover effect for table rows */
.table-hover tbody tr:hover {
  background-color: #f1f1f1;  /* Light hover effect */
}

/* Optional: For making the table responsive */
.table-responsive {
  margin-top: 20px;
}


/* Footer styling */
.footer {
  background-color: #f4f4f4;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}

/* Footer container to arrange sections in one row */
.footer-container {
  display: flex;
  justify-content: center; /* Center the content horizontally */
  align-items: center;  /* Align items vertically in the middle */
  flex-wrap: wrap;  /* Allow items to wrap if the screen is small */
  text-align: center; /* Ensure text in each section is centered */
  padding: 0 20px;
}

/* Company Section (Links) */
.company ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.company ul li {
  margin: 0 20px; /* Space between links */
}

.company ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1em;  /* Set the font size */
}

.company ul li a:hover {
  color: #007bff;
}

/* Follow Us Section */
.follow-us {
  display: flex;
  align-items: center; /* Vertically center "Follow Us" heading */
  margin-right: 20px; /* Space between "Follow Us" and the icons */
  font-size: 1em;  /* Set the same font size as the other sections */
}

.follow-us h4 {
  margin: 0;
  font-size: 1em;  /* Set same font size as links */
  color: #333;
  margin-right: 10px; /* Add some space before the icons */
}

/* Social Icons */
.social-icons ul {
  display: flex;
  padding: 0;
  list-style: none;
}

.social-icons li {
  margin: 0 10px; /* Space between icons */
}

.social-icons a {
  font-size: 1em;  /* Set icon size equal to the font size */
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #007bff; /* Hover color for the icons */
}

/* Image Styling */
.coach-image img {
  width: 40px;  /* Set the image width to be the same size as the icons and text */
  height: 40px; /* Ensure the image is a square */
  border-radius: 50%; /* Make the image round */
  object-fit: cover; /* Ensure the image fits in the circle */
  margin-left: 20px; /* Add space between the image and the following section */
}

/* Copyright Text */
.footer-section.copyright {
  font-size: 0.9em;
  color: #777;
  text-align: center;
  margin-top: 20px;
  flex-basis: 100%;  /* Ensure copyright is on the same row */
  margin-left: 20px;
}

/* Flexbox for footer-container sections */
.footer-container .footer-section {
  margin: 0 20px; /* Add spacing between sections */
}
.custom-nav {
  background-color: var(--brand-accent, #ffcc04);
  border: 2px solid var(--brand-primary, #04254b);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.nav-root {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-weight: bold;
}

.nav-root > li {
  position: relative;
}

.nav-root a,
.nav-root span {
  color: var(--brand-text-on-accent, #04254b);
  text-decoration: none;
  font-size: 1.1rem;
  padding: 8px 12px;
  display: inline-block;
}

.nav-root a:hover,
.nav-root span:hover {
  text-decoration: underline;
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--brand-accent, #ffcc04);
  border: 1px solid var(--brand-primary, #04254b);
  border-radius: 8px;
  padding: 5px 0;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.nav-dropdown li {
  display: block;
}

.nav-dropdown a {
  display: block;
  padding: 8px 16px;
  text-align: left;
}

.nav-root li:hover .nav-dropdown {
  display: block;
}

