body{
  font-family: 'Roboto', sans-serif;
}

.carousel-control-next-icon{
  height: 30px;
  width: 30px;  
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316546c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon{
  height: 30px;
  width: 30px;  
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2316546c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.carousel-caption::before{
  content: ' ';
  width: 100%;
  height: 100%;
  /* background: rgba(179, 0, 0, .75); */
  position: absolute;
  left: 0;
  z-index: -1;
}

.carousel-caption > a > h5{
  font-size: 1.20em;
  margin-top: 5px;
  margin-bottom: 0px;;
}
