body {
	color: #4c4c4c;
}

header {
	display: block;
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 3px 3px 0px rgba(0,0,0, .2);
}

.mainLogo {
	margin-bottom: -100px;
}

footer {
	display: block;
	background: #fff;
	padding: 30px 0;
	min-height: 150px;
}

.mainBody {
	padding: 100px 0;
	background-color: rgba(20, 138, 142, 1);
	border: 1px solid5rgba(20, 138, 142, .2);
}

.card {
	display: block;
	padding: 2em;
	font-size: 1.25em;
	font-weight: 500;
	background: #fff;
	margin: 0 0 30px;
	border: 0px solid;
	box-shadow: 0 3px 3px 0px rgba(0,0,0, .2);
	height: 350px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.card:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.card a {
	text-decoration: none;
}

h2 {
	font-weight: 200;
}

h4 {
	display:inline-block;
	text-align: center;
	font-size: 1.15em;
	font-weight: 300;
	line-height: 1.15em;
	letter-spacing: .04em;
}

.thumb {
	display: block;
	height: 160px;
	width: 100%;
	margin-bottom: 20px;
	background: #333;
	overflow: hidden;
}