/* css styles */
.featured-image {
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 38, 66, 0.75);
}

img {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
  margin: 1.5rem auto;
  display: block;
  max-width: 100%;
  height: auto;
}


.navbar {
  background-color: #1f2b3a !important; /* modern navy-slate */
  border-bottom: 1px solid #2e3d55;
}

.navbar .navbar-brand,
.navbar .nav-link,
.navbar .navbar-nav .nav-link.active {
  color: #f8f9fa !important;
}

.navbar .nav-link:hover,
.navbar .navbar-nav .nav-link.active:hover {
  color: #adb5bd !important;
}

/* Style sidenote-like element */
.sidenote {
  float: right;
  clear: right;
  width: 240px;
  margin-left: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.85em;
  color: #555;
  background-color: #f8f9fa;
  border-left: 3px solid #0d6efd;
  padding: 0.75em 1em;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}


