/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.carousel-inner > .carousel-item {
   min-height: 280px;
}

.carousel-inner > .carousel-item > img {
  min-width: 100%;
   min-height: 280px;
}

.carousel-caption {
  z-index: 10;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 10px 30px;
  text-align: center;
  max-width: 500px;
}

@media (min-width: 992px) {
  .carousel-caption {
    left: 25%;
  }
}

.bs-component {
    position: relative;
    margin-top: 1rem;
}

footer {
   margin-top: 2.5rem;
}

footer ul {
    display: inline;
}

footer ul.nav {
   display: flex;
   flex-direction: row;
   justify-content: flex-start;
   list-style: none;
   padding-right: 0.7rem;
   white-space: nowrap;
}

footer ul.nav a {
    font-size: 13px;
    padding: 0px;
    margin-bottom: 8px;
}