

/*  carousel      */

.carousel-item {

height: 450px;
	/* min-height: 300px; */
}
.carousel-caption {
	/*bottom: 220px;*/
    z-index: 2;
}
.carousel-caption h5 {
	font-size: 85px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 25px;
	font-family: 'Moon Dance', cursive;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}


.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	margin-top: 15px;
	border-radius: 5px;
}

  /* .carousel-inner:before { */
  /* content: ''; */
  /* width: 100%; */
  /* max-height: 100%; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: 1; */
/* } */

        .carousel-indicators {
	bottom: 65px;
}
        .carousel-indicators button {
	width: 100px !important;
}
