/* Mobile first styles */

header {
	padding: 30px 0 24px;
}
h1 {
	color: #F26363;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6rem;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 44px;
	position: relative;
	text-transform: uppercase;
}
h2:after {
	content: "";
	width: 64px;
	height: 4px;
	background: #F26363;
	position: absolute;
	left: 0;
	top: 32px;
}
h3 {
	font-size: 1.2rem;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
header p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}
.collage {
	background-position: 50% 50%;
	background-image: url(../images/collage.jpg);
	background-size: auto 200px;
	height: 160px;
	margin-bottom: 50px;
	-ms-transform: skew(0, -3deg);
	-webkit-transform: skew(0, -3deg);
	transform: skew(0, -3deg);
}
.container {
	max-width: 900px;
}
.highlights ul {
	padding-bottom: 20px;
}

/* Tablet and larger styling */
@media (min-width: 550px) {
	header {
		padding: 60px 0 48px;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	header p {
		font-size: 1.6rem;
	}
	.collage {
		background-size: auto 400px;
		height: 320px;
		margin-bottom: 100px;
	}
}