.carousel-item img {
  object-fit: fill;
  object-position: center;
  height: auto;
  overflow: hidden;
  max-height: 70vh;
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

.contact-info li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.contact-info i {
  font-size: 36px;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

#map {
  height: 400px;
  width: 100%;
}

@media (max-width: 768px) {
  #map {
    height: 300px;
  }
}

.contact-info li {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
}

.contact-info li:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.about-row {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out;
  margin-left: 4%;
  margin-right: 4%;
}

.about-row:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.container-fluid {
  margin-left: 4%;
  margin-right: 4%;
}

.footer {
  margin-left: 4%;
  margin-right: 4%;
}

.about-lead {
  font-size: 3vh;
}

.featurette-heading {
  font-size: 5vh;
}


/* Carousel */

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
  margin-bottom: 1vh;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}
