html {
	font-size: 32px;
}
body {
	font-family: 'aaarghnormal';
	background: lightyellow;
	padding-bottom: 5rem;
}
a {
	color: #af9393;
}
p a {
	text-decoration: underline;
}
h2,h3,h4,h5,h6 {
    font-family: 'goudy_bookletter_1911regular';
	word-break: break-all;
}
header {
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	background: #c6e6fc;
}
header h1 {
	margin-top: 0;
    font-family: 'goudy_bookletter_1911regular';
	font-size: 7.5rem;
}
header p {
    font-family: 'goudy_bookletter_1911regular';
	font-size: 2.25rem;
}
.row {
	max-width: 100rem;
	padding: 0 1rem;
}
section {
	margin-bottom: 2rem;
}
section h2 {
	margin: 1rem 0;
}
section .row:not(:last-child) {
	margin-bottom: 2rem;
}
.text {
	background: #c6e6fc;
}
.text p:first-child {
	margin-top: 1rem;
}
.logo img {
	width: 100%;
	min-width: 100%;
}
h3 a {
	color: black;
	text-decoration: underline;
}
ul {
	margin: 0;
	list-style: none;
}
@media only screen and (max-width: 60em) {
	html {
		font-size: 24px;
	}
	header h1 {
		font-size: 5rem;
	}
	img {
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 40em) {
	html {
		font-size: 16px;
	}
	header h1 {
		font-size: 5rem;
		word-break: break-word;
	}
	img {
		margin-bottom: 1rem;
	}
}
