@font-face {
	font-family: 'Crimson Pro';
	src: url(/assets/fonts/CrimsonPro-VariableFont.ttf);
	font-display: fallback;
}

body {
	background: #f7f7f7;
	color: #333;
	font-family: 'Crimson Pro', Georgia, 'Times New Roman', serif;
	font-weight: 400;
}

h2 {
	margin: 50px 0 16px 0;
	font-size: 1.5em;
}

q {
	display: block;
	margin-bottom: 16px;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #999;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

p {
	font-size: 1.25em;
	line-height: 1.5em;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.header {
	margin-top: 50px;
}

.footer {
	margin: 50px 0 100px 0;
}

select {
	background: #f9f9f9;
	color: #333;
	border: 1px solid #efefef;
	font-size: 0.8em;
}

@media only screen and (min-width: 640px) {
    /* For desktop: */
	h2 {
		font-size: 2em;
	}
	q {
		font-size: 1.375em;
	}

	p {
		font-size: 1.375em;
	}
}
