.center{
	margin-top: 5px;
}

.content{
	width: 100%;
	height:900px;
	border-radius: 10px;
	background-color: #213E4A;
	margin-bottom: 15px;
	padding: 20px
	
}
.content h2{
	font-family: times of new roman;
	font-size: 20px;
	color: white;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
	text-shadow: 0 3px 0 black;
}
.line{
	/* The dividing line: */
	height:2px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	overflow:hidden;
}
.content .line {
    background-color: #15242a;
    border-bottom-color: #204656;
}

.contentpic img{
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 20px;

}

.contentp p{
	font-family: times of new roman;
	font-size: 17px;
	color: white;
	padding-top: 10px;
	line-height: 1.5em;
	text-shadow: 0 2px 0 black;
	text-align: justify;
}
.content img{display: table;}
/*image*/
.image {
position:relative;

}
.image img {
position:absolute;
top:0;
left:0;
-webkit-transition: opacity 1.1s ease;
transition: opacity 1.1s ease;
}
.content:hover #image1 {
opacity:0;
}
@media(min-width: 768px){
	.content{
		height:auto;
	}
}
@media(min-width: 992px){
	.content{
		height: 400px;
	}
}