.navbar-custom {
  background-color: #fbfbf5 !important;
}

.portfolio-item .caption {
  background-color: rgba(33, 37, 41, 0.2);
  transition: background-color 0.15s ease-in-out;
}

.portfolio-item:hover .caption {
  background-color: rgba(251, 251, 245, 0.5) !important;
}

.portfolio-item:hover .caption h2 {
  color: #212529 !important;
}

