/* Thin layer on top of Bootstrap — dark theme cohesion */
:root {
  --ff-accent: #6ea8fe;
}

.carousel-caption {
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.carousel-item img {
  object-fit: cover;
  min-height: 240px;
  max-height: 420px;
}

@media (min-width: 992px) {
  .carousel-item img {
    max-height: 360px;
  }
}

.navbar-brand .fa-industry {
  color: var(--ff-accent);
}

.card .fa-stack {
  flex-shrink: 0;
}
