/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 2rem;*/
}


/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  /*bottom: 4rem;*/
  z-index: 10;
  min-height: 70%;
  vertical-align: middle;
}

.carousel-caption h3 {
  font-family: 'Coda', cursive;
  font-size: 2em;
  font-weight: normal;
}

.carousel-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 16rem;

}

.carousel-item .fundo-carousel {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 16rem;
  background: radial-gradient(#B3B3B3, slategray 95%);

}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    /*margin-bottom: 1.25rem;*/
    font-size: 1.8rem;
    /*line-height: 1.4;*/
  }

  .carousel-caption h3{
    font-size: 2.5rem;
    /*vertical-align: text-bottom;*/
  }
}




