body {
  font-family: 'Roboto', sans-serif;
  padding-top: 56px;
  background: #f7f8fa;
}

.site-navbar {
  background: #0e7490;
}

.site-navbar .navbar-brand,
.site-navbar .nav-link,
.site-navbar .btn-link.nav-link {
  color: #fff;
}

.site-navbar .nav-link.disabled {
  color: rgba(255, 255, 255, 0.7);
}

.site-navbar .btn-link.nav-link {
  text-decoration: none;
  padding: 0.5rem 1rem;
}

.site-navbar .btn-link.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.site-pe-bar {
  position: relative;
  z-index: 1;
}

.site-hero-carousel {
  background: #111;
}

.site-hero-carousel .carousel-item {
  height: 420px;
}

.site-hero-carousel .carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72);
}

.site-hero-carousel .carousel-caption {
  background: rgba(0, 0, 0, 0.48);
  border-radius: 8px;
  padding: 1.15rem 1.4rem;
  left: 50%;
  right: auto;
  bottom: 2.4rem;
  transform: translateX(-50%);
  max-width: 36rem;
  width: calc(100% - 3rem);
}

.site-hero-carousel .carousel-caption h2 {
  font-size: 1.75rem;
  margin-bottom: 0.35rem;
}

.photo-credits {
  font-size: 0.72rem;
  padding: 0.6rem 0;
}

.photo-credits a {
  color: inherit;
  text-decoration: underline;
}

.site-section {
  padding: 2.5rem 0;
}

.feature-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
  height: 100%;
}

.site-footer {
  background-color: #4b5563;
}

.desk-shortcuts a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
