.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2222;
}

#slide-logo {
  width: 200px;
}

#logo {
  width: 40px;
}

.carousel-item-img {
  height: 400px;
  object-fit: cover;
}
@media (min-width: 980px) {
  .carousel-item-img {
    height: 100vh;
  }
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

main p a {
  font-weight: bold;
  color: #000;
}

.carousel-indicators {
  bottom: auto;
  top: -30px;
}

.skills-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
}

#carouselTwoItems .carousel-indicators {
  position: static;
  top: 0;
  margin: 20px 0 0;
}

#carouselTwoItems .carousel-indicators button {
  background-color: #000;
}

.contact-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#testimonial {
  background-color: #001e00;
}

#testimonial .row img {
  padding: 10px 0;
}

/*# sourceMappingURL=style.css.map */
