/* General utility classses here */
body {
	font-family: 'Commissioner-Light', sans-serif;
	color: #243208;
	background-color: #f1f1f1;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Commissioner-Bold', sans-serif;
}

.container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 16px;
}

p {
	font-weight: 300;
}

.embed-img {
	width: 100%;
}

.page-header {
	margin-bottom: 4rem;
}

.page-header h1 {
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 0;
}

header p {
	font-size: 1.2rem;
	color: #666;
}
