.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 30px;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  opacity: .5;
  z-index: 900;
}

.carousel-item {width: 98%;}
.carousel-item H2 {font-size: 1.25rem;}

.carousel-control.left {}
.carousel-control.right {right: 0;  left: auto;}


.glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  font-size: 30px;
}


.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 46%; }
.carousel-control .glyphicon-chevron-left  {left: 15%;}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.glyphicon {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.glyphicon-chevron-left::before  {content: "\2039";font-size: 2em;}
.glyphicon-chevron-right::before {content: "\203A";font-size: 2em;}


.carousel-indicators li {background-color: #000; height: 5px;}



/* fine tuning for garden state harvest */
/* this would not go in paragrpah css but would be in asset injector for garden state fine tuning */
/* this is only doing fine tuning for displays over 900px for th3 first 2 slides */
@media only screen and (min-width: 900px) {
  .paragraph--layout-slideshow__slide-1 img {margin-left: 87px;}
  .paragraph--layout-slideshow__slide-2 img {margin-left: 96px;}
}


