@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #4b5f5a;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Lato', Arial, sans-serif;
}

a {
	color: #8d9a97;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #4b5f5a;
}




section {
	padding: 3em 2em;
	text-align: center;
}

section:nth-child(odd){
	background: rgba(0,0,0,0.08);
}

.related h2 {
	padding: 2em 0 4em;
}

.related p {
	font-size: 1.5em;
}

.related > a {	
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	background: rgba(0,0,0,0.08);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.related a:hover {
	opacity: 0.8;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	margin-bottom: 10px;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

