/* Overall page */
body {
    margin: 0;
    background: #ffe2e3;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.6;
}

.site-header {
    margin: 30px 0 50px 30px;
}

.site-header h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: normal;
}

.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 50px;
}
.content h1 {
		font-weight: normal;
		color: #966;
}

.site-header a {
    color: #333;
    text-decoration: none;
}

a {
	color: #4a1710;
}

a:hover {
	color: #6a4750;
}

/* Contributor name */

h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bold;
}

/* Poems */

.poem {
    white-space: pre;
    font-family: inherit;
    margin-bottom: 3rem;
}

/* Navigation */

nav {
    margin-top: 4rem;
    padding-top: 1rem;
    border-top: 1px solid #d8cfd1;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav a {
    color: #6a4750;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

/* Table of contents */

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: .8rem;
}

li a {
    color: #4a1710;
    text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

li a:hover {
    text-decoration: underline;
}

.bio {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #bbb;
    font-size: 0.95em;
    color: #555;
	text-align: justify;
}
.critique {
    padding-top: 2rem;
    font-size: 0.95em;
    color: #555;
	text-align: justify;
}
.poemtitle {
    border-top: 1px solid #bbb;
}	

.terms {
	font-size: .7em;
	text-align: center;
}