.content img{
	width: 100%;
	height: auto;
}

.content h1{
	text-align: center;
	margin-bottom: 32px;
	font-size: 1.5em;
	line-height: 36px;
}

.content p{
	margin-bottom: 22px;
}

.content .share_buttons{
	display: block;
	text-align: right;
}

.content .share_buttons a{
	display: inline-block;
	width: 32px;
	cursor: pointer;
}

.content h2{
	text-align: center;
	margin-bottom: 12px;
	font-size: 1.6em;
	line-height: 36px;
	color: #011f60;
}
@media only screen and (min-width:600px){
	
}

@media only screen and (min-width:800px){
	
}

@media only screen and (min-width:996px){
	
}