.navbar {
  --bs-navbar-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
  --bs-navbar-brand-color: var(--bs-light);
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.video-row {
  margin-bottom: 1.5em;
}

.content-section-a {
  padding: 10px 10px;
  margin-left: -10px;
  background-color: rgba(144,183,241,0.5);
}

.content-section-b {
  padding: 10px 0;
  border-top: 2px solid yellow;
  border-bottom: 2px solid yellow;
}

p.tight {
  margin-bottom: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: blue;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: blue;
}