html {
  scroll-behavior: smooth;
}

.nav-item {
  list-style: none;
}

.footer-img {
  width: 100px;
  opacity: 0.8;
  margin-left: 5px;
  margin-bottom: 2px;
  padding: 5%;
  background: radial-gradient(#ffffff40, transparent);
}

.header-img {
  padding: 5%;
  background: radial-gradient(#ffffff40, transparent);
  width: 80%;
  opacity: 0.8;
  margin-left: 5px;
  margin-bottom: 2px;
}

/* When the browser is at least 600px and above */
@media screen and (min-width: 800px) {
  .header-img {
    width: 75vw;
    opacity: 0.8;
    margin-left: 5px;
    margin-bottom: 2px;
  }
}
/* When the browser is at least 600px and above */
@media screen and (min-width: 1500px) {
  .header-img {
    width: 1000px;
    opacity: 0.8;
    margin-left: 5px;
    margin-bottom: 2px;
  }
}
.card {
  background-color: #EDEDED;
}

.card-image {
  opacity: 0.5;
}

.card-title {
  font-size: 1.2rem;
}

.nc-minimal-left, .nc-minimal-right  {
  font-size: 1.5rem;
  padding: 0 20px;
}

.about {
  /*padding: 10% 0 25% 0;*/
}

.carousel-container-libraries, .carousel-container-concepts, .carousel-container-solutions  {
  visibility: hidden;
  position: absolute;

  opacity:0;
  transition:visibility 0.3s linear,opacity 0.3s linear;

}

.carousel-active {
  visibility: visible;
  position: absolute;

  opacity:1;
  top: 70%;
}

.carousel-close-btn {
  font-size: 2rem;
  color: #FFFFFF;
  float: right;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

@media only screen and (max-width: 1058px) {
  .carousel-active {
    top: 80%;
  }
}

.nav-item {
  list-style: none;
  border-right: 1px solid #88888844;
  border-left: 1px solid #88888844;
}

#contactStatus {
  padding: 1em;
}

#carouselContentDiv {
  transition:height 0.1s linear


}

