/* ###### CAROUSEL ###### */

/* Removes white gap between slides */
.carousel {
  background:#444;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
  display: block;
  width:100%;
}

.address-box {
  background: #343a40;
  color: white;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
}
.address-box i {
  font-size: 20px;
  margin-right: 10px;
  color: #17a2b8;
}

.map-container {
  height: 300px;
  background: #e9ecef;
  border-radius: 5px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}