@charset "UTF-8";
/* Body */

body {
	font-family:Calibri;
	margin: 0;

}

.gallery {
	
	display: inline-block;
	margin: auto;
	width: 95%;
	padding-bottom: 35px;

}
.thumbnail {
	width: 48%;
	height: 300px;
	max-height: 350px;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #2B60DE;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #717070;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */

.cards {
	width:auto;
	height:auto;
	max-width: 400px;
	max-height: 250px;
}




/* Mobile */
@media (max-width: 414px) {
	.logo {
width: auto;
	}
	
.column p{
text-align: center;
width: 100%;
font-size: 20px;
}

.text_intro {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}


