/* GLOBAL STYLES
--------------------------------------------------- */
/* Padding below the footer and lighter body text */


  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 1rem;
  }

  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 7rem; 
    background-color: rgb(238, 238, 238);
    text-align: center;
    padding: 10px;
   }

 