.caption{
	text-align: center;
}
.row p{
	
	font-size:18px;
	color:black;
}
.row p a{
	background-color: #F0AD4E;
}
.row h3{
	font-weight: bolder;
	color:red;
}
.thumbnail{
	min-height:320px;
	background-color: #3F95C4;
	color:white;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}
.thumbnail_pic{
	text-align: center;
	height:150px;
}
.thumbnail span{
	text-align: center;
	font-size: 60px;
	margin-top:50px;
	height:100px;
	margin-top:50px;
}

.well {
	padding-bottom: 50px;
  margin-bottom: 120px
}

.jumbotron {
	width: 100%;
	min-width: 320px !important;
	max-width: 1140px;
}

.bg-seagreen img {
	width: 450px;
}

@media all and (max-width:1139px) {
	.row {
		margin: 0px;
	}
}

@media all and (max-width:767px) {
	.col-xs-4 {
		width: 46%;
	}
}


@media all and (max-width:380px) {
	.col-xs-4 {
		width: 96%;
	}
	
	.jumbotron .col-xs-2 {
		width: 100%;
	}
	
	.jumbotron .col-xs-10 {
		width: 100%;
		float: right;
	}
}