@charset "UTF-8";

/* More info */
.intro {
	display: inline-block;
	background-color: #CDE6F4;
	width: 100%;
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 30px;
}
.column {
	text-align: center;
}
.intro .column h3 {
	font-size: 50px;
	font-weight: bold;
	color: #0097A4;
	text-align: center;
	margin-top: 0px;
}
.intro .column p {
	color: #0097A4;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: 25px;
	font-weight: lighter;

}
/* About Section */
.text_column {
	width: 90%;
	min-height: 100px;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    background-color: #CDE6F4;
	width: 100%;
	padding-bottom: 35px;
}
.thumbnail {
	width: 31%;
	min-width: 400px;
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 13px;
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.2);
}
.thumbnail:hover{
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0097A4;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.cards {
	width: 100%;
	height: auto;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
.video {
	width: 100.1%;
	height: 256px;
    opacity: 100%;
	margin-top: -4px;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* Mobile */
@media (max-width: 1058px) {

.thumbnail {
	width: 100%;
}
}
