.jumbotron {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-color: #009933;
	color: #ffff99;
	margin: 0 auto;
	max-height: 20%;
}


.jumbotron > .container {
	padding-top: 1px;
}

.container-fluid {
	background-color: #ffffe8;
}

.head-text {
	font-size: +2 
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: auto;
	  max-height: 400px;
      margin: 0 auto;
}

.carousel-control {
	background-color: #ffffe8;
	opacity: 0;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #ffffe8;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=90);
}

.slider-size {
height: 400px; /* This is your slider height */
}

.carousel {
width:100%; 
}


