
@import url(http://fonts.googleapis.com/css?family=Quantico);

html, body {

	font-family: 'Quantico', sans-serif;
	background: #f2f2f2;
	text-align: center;
	overflow: scroll;
	margin: 0;
}

a {

	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}

.introduction {

	margin-top: 80px;
}

.introduction h1,
.introduction h2 {

	font-weight: 300;
	margin: 0px 0;
}

.introduction h1 {

	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	margin: 5px 0;
}

.introduction h2 {

	letter-spacing: -1px;
	font-size: 16px;
	opacity: 0.8;
}

.navigation {

	margin-bottom: 30px;
	margin-top: 10px;
}

.navigation a {

	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 5px;
	color: #45ADA8;
}

.navigation a:hover {

	color: #58DCC3;
}

.showcase {

	display: block;
}

.showcase h3 {

	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	margin: 10px 0;
	color: #999;
}

figure {

	-webkit-transition: box-shadow 300ms ease-out;
	-moz-transition: box-shadow 300ms ease-out;
	-ms-transition: box-shadow 300ms ease-out;
	-o-transition: box-shadow 300ms ease-out;
	transition: box-shadow 300ms ease-out;
}

figure {

	vertical-align: middle;
	border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	background: #fff;
	display: inline-block;
	padding: 10px;
	margin: 10px;
	height: 340px;
	width: 320px;
}

figure a {

	text-decoration: none;
	color: #111;
}

figure img {

	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	display: block;
	height: 240px;
	width: 320px;
}

figure figcaption {

	line-height: 1.4;
	font-size: 13px;
	padding: 0 5px;
	margin: 16px 0 0 0;
}

figure figcaption strong {

	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

figure figcaption p {

	text-decoration: none;
	opacity: 0.8;
}

figure figcaption p a {

	text-decoration: underline;
}

figure:hover {

	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
}

.footer {

	margin: 40px 0;
}

.footer p {

	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px;
	margin: 10px 0 0 0;
	color: #555;
}
