/* CSS Document */


  html, 
  body, 
  .carousel, 
  .carousel-inner, 
  .carousel-inner .item {
	  height: 100%;
  }
  
  
  
  /* Changes position of caption */
  .carousel-caption {
	  top: 30%;
	  bottom: auto;
  }
  .heading{font-size: 50px; text-decoration: orange; color: orange; font-family:'Times New Roman', Times, serif; font-weight: bold;}
  .sub-heading{font-size: 20px; color:white;}
 h1{
	 color: darkgoldenrod;
 }
 

.carousel-caption {
  padding-bottom: 12%;
}

.carousel-caption h3 {
  font-size: 42px;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 24px;
  color: #21ddfb;
}
