/*
h1#seriestitle {
	display: none;
}
p#seriessubtitle {
	display: none;
}
*/
nav#utilitynav {
	display: none;
}









h1.pageheader {
	text-align: center;
}









#calloutgrid {
	grid-template-columns: 1fr;
	grid-template-rows: 2fr 1fr 1fr;
}
#calloutgrid > *:first-child {
	grid-column: auto / auto;
	grid-row: auto / span 1;
	
	min-height: 0;
}
#calloutgrid > *:nth-child(2) {
	grid-column: auto / auto;
	grid-row: auto / span 1;
}
#calloutgrid > *:nth-child(3) {
	grid-column: auto / auto;
	grid-row: auto / span 1;
}









#blogheader {
	padding: 3rem;
}
#blogheader h1 {
	font-size: 2rem;
}









img#storylogo_footer {
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
}