

/* Carousel base class */
.carousel {
  height: 320px;
}

.carousel-image{
  margin-left: 30px;
  margin-right: 30px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  left: 1%;
  right: 35px;
  top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 20%;
  text-align: right;
}

.carousel-caption > h1 {
  color: #ef0000;
  font-size: 18px;
  margin-top: 5px;
}
.carousel-caption > p {
  text-shadow: none;
  font-size: 14px;
  line-height: 1.0;
  color: #ffffff;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #ffffff;
}

/*.carousel-inner > .item > a > img {
    margin: 0 auto;
}*/

.carousel-inner > .item > a > img {
  position: absolute;
  top: 0;
  right: 0px;
  /*left: 30px;*/
  min-width: 80%;
  height: 300px;
  max-width: none;
}

.carousel-control.right, .carousel-control.left {
  background-image:none;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control {
  color: #ef0000;
  width: 5%;
}

.carousel-indicators {
  margin-bottom: -15px;
}

.carousel-indicators > li {
  background-color: #ef0000;
}

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


@media (min-width: 768px) {
  .carousel-caption > h1 {
    font-size: 22px;
    margin-top: 10px;
  }

  .carousel-caption > p {
    font-size: 18px;
  }

  .carousel-caption {
    padding-left: 50%;
  }
}

/*
     FILE ARCHIVED ON 17:32:10 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:49:04 Jan 22, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 108.239
  exclusion.robots: 0.061
  exclusion.robots.policy: 0.053
  cdx.remote: 0.052
  esindex: 0.008
  LoadShardBlock: 71.385 (3)
  PetaboxLoader3.datanode: 1582.018 (5)
  load_resource: 2560.015 (2)
  PetaboxLoader3.resolve: 1000.471 (2)
*/