* {
  box-sizing: border-box;
}

/* ================================
   Column layout
   ================================ */

.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 770px;
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ================================
   Responsive (mobile)
   ================================ */

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* ================================
   Facebook Responsive Embed
   ================================ */

.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.facebook-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ================================
   ADA / WCAG 2.1 AA Links
   ================================ */

a {
  color: #0b5ed7;
  text-decoration: underline;
  font-weight: 600;
}

a:hover,
a:focus {
  color: #084298;
  text-decoration-thickness: 3px;
  outline: none;
}

a:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}

/* Links inside primary sections */
.bg-primary a {
  color: #0b2e13;
}

.bg-primary a:hover,
.bg-primary a:focus {
  color: #000;
}

/* Footer links */
footer a {
  color: #0b5ed7;
}

/* ================================
   Navbar (Desktop)
   ================================ */

@media (min-width: 768px) {
  .navbar-default .nav > li > a {
    color: #212529;
    text-decoration: underline;
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus {
    color: #0b5ed7;
  }

  .navbar-default .nav > li.active > a {
    color: #0b5ed7 !important;
  }

  .navbar-default .navbar-brand {
    color: #212529;
  }

  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #0b5ed7;
  }
}

/* ================================
   Gallery Thumbnails
   ================================ */

.thumb {
  margin-bottom: 20px;
}

.thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}


/* ================================
   Band Section Image Normalization
   ================================ */

#band .service-box img {
  width: 220px;
  height: 220px;
  object-fit: contain;      /* ← KEY CHANGE */
  object-position: center;
  /* background-color: #f5f5f5; soft neutral fill */
}

/* ================================
   Video Section Alignment
   ================================ */

.video-section {
  margin-bottom: 80px;
}

.video-title {
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

/* Ensure all embeds behave identically */
.embed-responsive {
  margin: 0 auto;
  max-width: 1100px;
}

/* Fix iframe + video inconsistencies */
.embed-responsive iframe,
.embed-responsive video {
  display: block;
  width: 100%;
  height: 100%;
}

.epk-page a {
  color: #0b5ed7;
  text-decoration: underline;
}

