/* Space out content a bit */

.lightgray{
  background-color: lightgray;
}

.gray{
  background-color: gray;
}

.rounded {
  border-radius: .50rem!important;
}
.slides{
  width: 100%;
  
}

.carousel-indicators li {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: lightgray;
  text-align: center;
  color: black;
}
.carousel-indicators .active {
  height: 20px;
  width: 20px;
  color: white;
  background-color:gray;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: lightblue;
}

.address{
  font-size: 14px;
}


.carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: black;
  font-weight: bolder;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: black;
  font-weight: bolder;
}





