/* === colors === */

/*

light yellow: #fafadc
dark brown: #2b2117
light brown: #463626
silver: #d1c6b5
red: #d12d33

 */

html {
    overflow-y: scroll;
}

body {
    background-color: #fafadc;
    font-family: 'Sorts Mill Goudy', serif;
    color: #2b2117;
    cursor: default;
    hyphens: auto;
    margin: 0;
}

a {
    color: #d12d33;
    text-decoration: none;
}

#header {
    max-width: 768px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#header .content {
    overflow: hidden;
}

#header .content.visible {
    height: auto;
    margin-bottom: 5em;
}

#header .content.hidden {
    height: 0;
    margin-bottom: 0;
}

#header a.toggle {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.content {
    max-width: 768px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    text-align: center;
}

.content h1 {
    color: #2b2117;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0.5em;
}

.content h2 {
    color: #463626;
    font-size: 1.5em;
    line-height: 2;
    margin-top: 1em;
    margin-bottom: 1em;
}

.content p {
    color: #2b2117;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: justify;
}

.content hr {
    background-color: #463626;
    border: 0;
    height: 1px;
    margin-bottom: 2em;
}

.content .poem-list {
    display: inline-block;
}

.content .poem-list hr {
    font-style: normal;
}

.content .poem-in-list {
    padding-left: 2em;
    padding-right: 2em;
}

.content .poem-in-list h1 {
    font-size: 2.5em;
}

.content .poem-in-list h2 {
    font-size: 1.75em;
    line-height: 1;
    margin-top: 0.25em;
    margin-bottom: 0.75em;
}

.content .poem-in-list a {
    font-style: normal;
}

.content .poem-in-list a.read {
    opacity: 0.5;
}

.content .poem {
    display: inline-block;
}

.content .poem h1 {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

.content .poem h2 {
    margin-top: 0.25em;
    margin-bottom: 2em;
}

.content .poem p {
    text-align: left;
    margin: 0;
    margin-bottom: 1em;
    margin-left: 1em;
}

.content .poem p span {
    text-indent: 1em;
    margin-left: -1em;
}

.content .poem hr {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

.content .poem .delimiter {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 120%;
}

.content .back {
    margin-left: 2em;
}
