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

body {
  padding-top: 3rem;
  color: #5a5a5a;
}

code {
  color: rgb(242, 2, 56);
}

nav.bg-dark {
  background-color: rgb(41, 43, 44)!important;
}

.blockquote {
  font-size: 1rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  border-left: .25rem solid #eceeef;
}

.btn-link.small {
  font-size: 80%;
  padding: 0;
}

img.rounded.float-right {
  width: 20rem;
  margin-left: 1rem;
}

footer {
  padding: 2rem 0;
  margin-top: 2rem;
  font-size: 85%;
  background-color: rgb(247, 247, 249);
}

footer p.float-left {
  margin-bottom: 0;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 2rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #5a5a5a;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  /*height: 32rem;*/
  object-fit: contain;
}

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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
