body {
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
	background-color: #fdfdfd;
	line-height: 1.5em;
}

h1, h2 {
	font-family: "neue-haas-unica", sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	background-color: #e8edf4;
	border-bottom: 1px solid black;
	padding: 1.5rem 0 1rem 3rem;
}

.site-logo {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

main {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3rem 0 3rem;
}

.hero {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	height: 22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/assets/images/background-overlay.jpg);
	background-size: cover;
}

.site-title {
	color: #fff;
	font-size: 6rem;
}

@media (max-width: 768px) {
	.site-title {
		font-size: 2.5rem;
		color: #000;
		text-shadow: /* make text easier to read on mobile */
	    1px 0 0 #fff, /*right */
	    0 1px 0 #fff, /*top */
	    -1px 0 0 #fff, /*left */
	    0 -1px 0 #fff; /*bottom */
	}
}


footer {
	background-color: #444;
	border-top: 1px solid black;
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
	color: #e8edf4;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
}

.copyright {
	text-align: center;
	font-size: 0.8rem;
}
