body{
    padding: 2rem 0rem;
    background-image: url("../woodimage.jpg");
    background-attachment: fixed;
    
}
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 6rem;
    z-index:30;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 35rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 35rem;
  }
  
.intro{
    padding: 1rem 1rem;
}
img{
    width:inherit;
    height: auto;
}
