
:root {
	--headerHeight: 75px;
}

#header-wrapper {
	height: var(--headerHeight);
	opacity: 1;
	background: hsla(0, 0%, 100%, .8);
}


body.simple-page #wrapper {
	padding-top: var(--headerHeight);
}

body.simple-page #primary {
	max-width: 80ch;
	margin: max(1em, 15vh) auto 1em;
	font-size: 14pt;
	line-height: 1.4em;
	color: hsl(0, 0%, 15%);
}

body.simple-page #primary li {
	line-height: inherit;
	padding: .3em 0;
}

body.simple-page #primary .post-single .post .post-content {
	/* This is the right column of an about page with FAQ style info */
	width: 70%;
}