* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 1.4em;
	font-family: 'BenchNine', sans-serif;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

body {
	background: #fafaed;
	color: #5a7892;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

#main {
	margin-bottom: 15rem;
}

img,
picture,
video {
  max-width: 100%;
}

.centre {
	text-align: center;
}

a {
	color: #97bbda;
}

#toc {
	display: flex;
	justify-content: center;
	margin: 10px auto;
	padding: 0 0 1em 0;
}
#toc ul {
	background: linear-gradient(to bottom, #d7e8f788 30%, #97bbda) fixed;
	box-shadow: #a0a0a044 5px 5px 5px;
	display: inline-block;
	/* border: 4px dotted #396388; */
	width: 90vw;
	max-width: 25rem;
	margin: 0 auto 0.5rem;
	padding: 0;
	border-radius: 0.3rem;
	align-self: center;
	list-style: none;
	font-size: 0.8em;
}


#toc ul li {
	font-family: 'Vollkorn', serif;
}
#toc a {
	text-decoration: underline;
	display: block;
	text-align: center;
	margin: 3px;
	padding: 0.4rem;
}
#toc a:link, #toc a:visited {
	color: #5a7892;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: 'Vollkorn', serif;
	color: #fafaed;
	background: linear-gradient(to top, #fafaed, #fafaed 30%, #d7e8f7 50%, #97bbda) fixed;
}
h1 {
	display: block;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 1.9rem;
	box-shadow: #a0a0a044 5px 5px 5px;
}
h2 {
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.6rem;
}
h3 {
	display: block;
	background: linear-gradient(to top, #fafaed, #fafaed 30%, #7d9ebb 50%, #5a7892) fixed;
	text-align: center;
}
p {
	padding: 0.6rem 0;
	margin: 0 1rem;
}

.poem hr {
	display: none;
}
.poem hr~p {
	font-family: 'Vollkorn', serif;
	font-style: normal;
	font-size: 0.8rem;
	color: #396388;
	margin-bottom: 0.5em;
	display: inline-block;
	border: 4px dotted #396388;
	width: 90vw;
	max-width: 25rem;
	margin: 0 auto 0.5rem;
	padding: 0;
	border-radius: 1rem;
	align-self: center;
}
.poem hr~p .line {
	margin: 1rem;
	line-height: 1.1rem;
}
.poem hr~p em {
	font-weight: normal;
}

blockquote>blockquote>p {
	text-align: right;
}

.poem {
	display: flex;
	flex-direction: column;
	position: relative;
}
.poem p {	
	line-height: 0.9em;
}

@media only screen and (min-width: 35rem) {
  .poem p {
		margin: 0 auto;
    width: 25rem;
		background-color: #ffffffA0;
  }
	.poem hr~p {
		background-color: #97bbda70;
	}
	.poem .line {
		margin: 0 1rem;
	}
	#footer p,
	#footer blockquote {
		margin: 0 auto;
		width: 25rem;
	}
	
	.poem h1,
	.poem h2,
	.poem h3, 
	#footer h1,
	#footer h2,
	#footer h3 {
		width: 100%;
	}
}

.poem::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 2em;
	width: 100%;
	height: 5px;
	background: linear-gradient(to top,#396388, #396388 25%, #39638800 35%, #39638800) fixed;
	z-index: 1;
}

.poem h2 {
	position: relative;
}

.poem .line {
	margin-bottom: 0.5em;
	display: block;
	font-size: 0.85em;
}

#footer {
	text-align: center;
}