/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
margin-bottom: 0;
border-radius: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
color: white;
background-color: #369;
}
/* Add a gray background color and some padding to the footer */
footer {
	color: white;
	background-color: #999;
	padding: 25px;
}

.carousel-inner img {
width: 100%; /* Set width to 100% */
margin: auto;
min-width: 200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
.carousel-caption {
display: none; 
}
}

h1, h2, h3, h4, h6 {
	color: #369;
}

h2 {
	margin-top: 0;
}

h5 {
	color: white;
	background-color: #369;
	padding: .5em 1em .5em 0;
	text-align: right;
}

.well {
	background-color: white;
	color: #666;
}

.well > ul  > li{
	margin-top: .5em;
}
