.navbar-nav {
  font-weight: bold;
}

.dropdown-item :hover {
  background-color: #000;
}

.carousel-caption {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: initial;
}

.carousel-caption h5{
  font-size: 64px;
  font-weight: 700;
}

.nav-tabs .nav-item .active {
  color: #fff;
    background-color: #123929;
}

.nav-tabs li a {
  color: #123929;
}

