/* General Styles */
body {
  font-family: 'Segoe UI', sans-serif;
}

h2.heading-title {
  font-family: fantasy !important;
}

h2.heading-title a {
 font-size: 30px !important;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: bold;
}

.events table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


.page-header-custom {
  background-color: #f0f4ff; /* Light blue shade */
  border-bottom: 1px solid #ccc;
}

.page-header-custom h1 {
  color: #2c3e50;
}

.page-header-custom .breadcrumb a {
  color: #007bff;
}

.page-header-custom .breadcrumb .active {
  color: #555;
}

/* About Us */
.about-us h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-us p {
  font-size: 1.1rem;
  color: #555;
}

/* Live Links */
.live-links h5 {
  font-weight: bold;
}

.live-links p {
  font-size: 1rem;
  color: #666;
}

/* Gallery */
.gallery img {
  height: 400px;
  object-fit: cover;
}

/* Events */
.events ul {
  max-width: 600px;
  margin: 0 auto;
}
