/* Slightly nicer feel without fighting Bootstrap */

#portfolio .btn.is-active {
  background: #212529;
  color: #fff;
  border-color: #212529;
}

.portfolio-item {
  transition: opacity 160ms ease, transform 160ms ease;
}

.portfolio-item.is-hidden {
  display: none !important;
}

