.slider h3,
.slider h5,
.services h3,
.services h5 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.card-panel-info {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  margin-top: -80px;
  background-color: white;
}

.card-panel-info .row {
  margin: 10px 10px 10px 10px;
}

.about p {
  text-align: justify;
}

.parallax-container {
  height: 200%;
}

.parallax img {
  filter: grayscale(1);
  opacity: 0.5 !important;
}

.clients img {
  max-width: 150px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

.portfolio img {
  margin-top: 20px;
}

section,
footer {
  padding: 20px 0;
}

footer {
  margin-bottom: -20px;
}

.flow-text {
  font-size: 12px;
}

.carousel {
  /* max-height: 200px; */
  margin-top: -50px;
}

.carousel-item {
  margin: 0px 0px;
  max-width: 100px;
  max-height: 100px;
}

.carousel-item img {
  width: 50%;
}

.carousel-item p {
  margin-top: -20px;
}
