/* .carousel-caption {
  top: 50%;
  transform: translateY(-30%);
  text-transform: uppercase;
}

@media(max-width: 900px) {
  .download-button {
    height: 52px;
    width: 165px;
  }
}

@media(max-width: 600px) {
  .carousel-caption {
    display: none;
  }
  h1 {
    font-size: 1.7em;
  }
} */
/* header.carousel {
    height: 60%;
} */


.carousel-inner {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

body.modal-open {
  overflow: hidden;
  position: fixed;
}

.carousel-indicators {
  margin-bottom: 30%;
}

.carousel-caption {
  margin-bottom: 30%;
}

.carousel-control-prev {
  margin-left: 10px;
}

.carousel-control-next {
  margin-right: 10px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6e6e6' 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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e6e6e6' 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");
}

.carousel-indicators li {
  background-color: #d9d9d9;
  background-color: rgba(230, 230, 230 .25);
}

.carousel-indicators .active {
  background-color: #666666;
}
