body {
	margin: 30px;
	background-color: #ede1cd;
	font-family: ff-uberhand-text-pro, "Marker Felt", "Comic Sans";
}

div#gobbledygook {
	max-width: 670px;
	margin: auto;
}

#gobbledygook h2, p, div {
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 140%;
}

h1 {
	font-size: 64px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#gobbledygook h2 {
	font-size: 28px;
	line-height: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
	font-weight: bold;
	text-align: center;
	background-color: #cc292e;
	color: white;
	padding: 16px;
}

div.header, p.separator, div.logo {
	text-align: center;
}
	
img#header, img.inline {
	width: 670px;
	max-width: 100%;
	height: auto;
}

img.inline {
	margin-top: 12px;
}

img.logo {
	width:500px;
	max-width: 100%;
	height: auto;
	margin-bottom: 18px;
	margin-top: 24px;
}

img.white-border {
	border: 1px solid black;
}

strong, strong > a {
	font-weight: 700;
}

p a {
	font-weight: 700;
	color: #32557f;
	color: #cc292e;
	text-decoration: none;
	background:  no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 100% 0;
	/* transition: background-size .3s ease; */
}

p a:hover, a:focus {
	background-size: 100% 3px;
}

div.subhead {
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	margin-bottom: 64px;
	/* color: #cc292e; */
}

#gobbledygook p.footer {
	font-size: 24px;
	border-top: solid 2px #666;
	padding-top: 6px;
	text-align: center;
	color: #333333;
	margin-top: 64px;
	margin-bottom: 48px;
}