#wrapper {
	padding-top: 3.4em;
    display: block;
}

#wrapper > header h1 {
	min-width: 7em;
}

#main > div > h1 {
	font-size: 3.6em;
	margin-bottom: -0.42em;
	z-index: -3;
	margin-left: .02em;
	margin-top: 1em;
}

#main section {
	font-size: 1.35em;
	position: relative;
}
#main section + section {
	margin-top: 2.35em;
}

#main section > h1 {
	font-size: 1.25em;
}

#main .article .content {
    text-align: justify;
}
/* #main .article > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	cursor: pointer;
	z-index: 1;
} */

#main dl {
	display: flex;
	flex-direction: row;
	align-content: space-evenly;
	flex-wrap: wrap;
}

#main section article dt {
	display: none;
}

#main dl > dd {
	display: inline-block;
	margin-right: 1em;
	flex: 1;
}
