.jumbotron
{
	margin: -22px 0 49px;
	background: url(../img/island_mist_scene.jpg) center / cover;
	color: #FFF;
	text-align: center;
}
.jumbotron h1
{
	font-weight: bold;
	font-size: 45px;
}
.jumbotron .bg-in
{
	background: rgba(15, 57, 106, 0.479);
	padding: 60px 0;
}
.article-post .card .card-body
{
	padding: 20px 40px;
}
.article-post .card-title
{
	font-size: 25px;
	/*margin-bottom: 20px;*/
	color: #156761;
}
.article-post .card-title a
{
	color: #156761;
	text-decoration: none;
}
.article-post .img
{
	margin: 20px -40px;
}
