.carousel-indicators .active{
    background: #31708f;
}
.content{
    margin-top:20px;
}
.adjust1{
    float:left;
    width:100%;
    margin-bottom:0;
}
.adjust2{
    margin:0;
}
.carousel-indicators li{
    border :1px solid #ccc;
}
.carousel-control{
    color:#31708f;
    width:5%;
}
.testiprofpic {
    width: 100px;
	height: 100px;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}


.carousel-control:hover, .carousel-control:focus{ color:#31708f; }
.carousel-control.left, .carousel-control.right { background-image: none; }
.media-object{ margin:auto; margin-top:25%; }
@media screen and (max-width: 768px) { .media-object{ margin-top:0; } }
