.carousel-inner img {
	width: 100%; /* Set width to 100% */
	margin: auto;
	min-height:200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
	.carousel-caption {
		display: none;
	}
}
#myCarousel{
	width: 75%;
	margin-right:auto;
	margin-left:auto;
}

#noticesHead{
	background-color:#FF9900;
	overflow:auto;
}

#testimonyHead{
}

#articlesHead{
	background-color:#6FA9FF;
	overflow:auto;
}

#testimonies p{
	text-align: center;
}

#testimonies{
	font-size:small;
}