#projects-banner {
  margin-top: 56px;
}

#projects-banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

#projects-banner h1 {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

#banner-image {
  margin-bottom: 0;
  display: block;
}

#intro,
#content,
#conclusion {
  color: var(--text-primary) !important;
}

/* Style the navbar to use flexbox for better alignment, only used in project pages */
.navbar .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}