/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */

a {
  color: #257;
}
a:focus,
a:hover {
  color: #58a;
  text-decoration: none;
}

body {
  padding-bottom: 40px;
  color: #555;
  background-color: #fff;
  
  /*
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
  */
  
}

footer {
  text-align: center;
}

.divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 60px;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
  object-fit: none;
}


/* preview area
-------------------------------------------------- */

.col-sm-4 {
  margin-bottom: 20px;
  text-align: left;
}
.col-sm-4 p {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
