header h1 {
	text-align: center;
}

.subtitle {
	clear: both;

	margin-bottom: .5em;
}

.tagline {
	font-size: 2.25em;
	text-align: center;
	text-rendering: optimizeLegibility;

	margin-bottom: .5em;
}
.tagline strong {
	font-family: "Bree", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-style: italic;
}
.tagline a:hover {
	color: #fc0;
}

.contact {
	clear: both;
	width: 100%;
	text-align: center;
	list-style-type: none;
	margin-bottom: 2em;
}
.contact a {
	text-decoration: none;

	-webkit-transition: background 200ms linear;
	   -moz-transition: background 200ms linear;
		-ms-transition: background 200ms linear;
		 -o-transition: background 200ms linear;
			transition: background 200ms linear;
}
.contact li {
	display: inline-block;
	/* IE inline-block hack */
	zoom: 1;
	*display: inline;

	margin: .5em;
	margin-bottom: 1.5em;
}
.contact li a {
	background: #eee;
	padding: .5em;
	-webkit-border-radius: 8px;
			border-radius: 8px;
}
.contact li a:hover {
	background: #fc0;
	color: #000;
}

.features {
	clear: both;
}
.features .feature {
	background: #000;

	margin-right: 40px;
}
.feature-title {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	padding: 10px 20px;
	z-index: 1;
}
.feature img {
	display: block;
	width: 400px;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px #ccc;
	opacity: 1.0;
}
.features .feature:hover img {
	opacity: .9;
	-webkit-transition: opacity .3s linear;
	   -moz-transition: opacity .3s linear;
		-ms-transition: opacity .3s linear;
		 -o-transition: opacity .3s linear;
			transition: opacity .3s linear;
}
.features .feature:nth-child(even) {
	margin-right: 0;
}
.links {
	font-size: 1em;
	margin-bottom: 40px;
}
.links a:hover {
	color: #fc0;
}

@media screen and (max-width: 844px) {
	.container {
		width: 400px;
	}

	.tagline {
		font-size: 2em;
	}

	.feature {
		margin-right: 0;
	}
}
