@font-face {
  font-family: 'Acumin Variable Concept';
  src: url('../fonts/Acumin-Variable-Concept.eot');
  src: url('../fonts/Acumin-Variable-Concept.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Acumin-Variable-Concept.woff2') format('woff2'),
    url('../fonts/Acumin-Variable-Concept.woff') format('woff'),
    url('../fonts/Acumin-Variable-Concept.ttf') format('truetype'),
    url('../fonts/Acumin-Variable-Concept.svg#Acumin Variable Concept') format('svg');
}

body {
  font-family: 'Acumin Variable Concept';
  font-weight: 200;
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

a.active {
  font-weight: 700;
}

.copyright {
  --tw-text-opacity: 1;
  color: rgb(161 161 170/var(--tw-text-opacity));
  font-size: 12px !important;
  text-decoration: underline;
}

#projects h5 {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.54s ease, transform 1s ease;
  max-height: 100%;
  font-size: 1rem;
}

#projects a:hover h5 {
  opacity: 1;
  transform: scale(1);
}

#projects img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 417px !important;
}

#projects a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.carousel img, div.carousel object {
  height: 80vh;
  object-fit: contain;
}

div.carousel object {
  width: 100%;
}

.carousel-control-prev, .carousel-control-next {
  font-size: 30px !important;
}