html, body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Merriweather', serif;
    background-color: black;
    color: #fffedb;
}

header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 {
    margin-left: 10px;
    font-size: 2.5rem;
}

header h2 {
    margin-right: 10px;
    font-size: 1rem;
    align-self: flex-end;
}

footer {
    font-size: 1rem;
    text-align: right;
    border-top: 1px solid #fffedb;
    margin-top: 10px;
}

footer a,
footer a:hover{
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

h3 {
    font-size: 2.5rem;
    display: inline-block;
    border-bottom: 1px solid #fffedb;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 .super {
    font-size: 1.25rem;
    text-transform: uppercase;
}

h3 span.red {
    color: red;
}

h4 {
    font-size: 1.75rem;
}

li {
    font-size: 1.2rem;
}

p, blockquote {
    font-size: 1.2rem;
    line-height: 1.75rem;
    clear: left;
}
blockquote {
    border-left: 0;
}

a,
a:hover {
    font-size: 1.2rem;
    color: #fffedb;
    text-decoration: underline;
}

hr {
    border-top-color: #fffedb;
}

img {
    border: 1px solid #828382;
}

ol.parens {
    counter-reset: item;
}
ol.parens li {
    counter-increment: item;
    list-style-type: none;
}
ol.parens li:before {
    content: " ("counter(item)") ";
}

.title-image {
    background: url("../img/title-bg-fade.png") no-repeat;
}

.nav {
    position: relative;
}

.nav__tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    width: 100%;
    border-top: 1px solid #fffedb;
    border-bottom: 1px solid #fffedb;
}

.nav__tabs li {
    font-size: 1.2rem;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.nav__tabs li a {
    color: #fffedb;
    display: block;
    text-decoration: none;
}

li.nav__tabs--active {
    border-bottom-style: none;
    border-bottom-width: 0;
    font-weight: bold;
    text-decoration: underline;
}

li.nav__tabs--more {
    display: none;
}

li.nav__tabs--more img {
    vertical-align: initial;
    margin-left: 2px;
}

.clear {
    clear: left;
}

.home {
    padding-top: 25px;
}

.home__jt-cover {
    float: left;
    width: 142px;
    height: 228px;
    margin: 20px 0 20px 20px;
}

.home__covers {
    text-align: center;
}
.home__covers img {
    margin: 0 0 20px 20px;
}
.home__covers--lowmoor img {
    width: 142px;
    height: 228px;
}
.home__covers--lml img {
    width: 180px;
}

.home__sonnets {
    float: right;
    width: 75px;
    height: 120px;
    margin: 20px 0 20px 20px;
}

.home__richard-hughes {
    float: left;
    width: 89px;
    height: 140px;
    margin-right: 20px;
}

.home p {
    margin-bottom: 20px;
}

.about__photo {
    float: right;
    width: 200px;
    height: 200px;
    margin: 0 0 10px 10px;
}

.lml p {
    clear: none;
}

.lml div.images img {
    padding: 20px;
    border: none;
}

.lml__contents ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 0;
    padding-right: 50px;
    vertical-align: top;
}
.lml__contents ul span.index {
    display: inline-block;
    width: 20px;
}
.lml__contents div {
    float: right;
}

.lowmoor__jt-cover {
    width: 142px;
    height: 228px;
}

.lowmoor__thorn {
    width: 150px;
    height: 219px;
}

.lowmoor__bk-cover {
    width: 142px;
    height: 223px;
}

.lowmoor__ia-cover {
    width: 150px;
    height: 236px;
}

.poetry__list li {
    list-style: none;
    line-height: 2em;
}

.poetry.cover {
    margin: 20px;
}
.rh p,
.rh-novelist p {
    clear: none;
}

.float-image-left {
    float: left;
    margin: 0 10px 10px 0;
}

.float-image-right {
    float: right;
    margin: 0 0 10px 10px;
}

.credits__jt-cover {
    width: 142px;
    height: 248px;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.title {
    font-style: italic;
    font-weight: bold;
}
.light {
    font-weight: normal;
}
.normal {
    font-style: normal;
}
.indent-10 {
    margin-left: 10px;
}
.indent-30 {
    margin-left: 30px;
}
.indent-50 {
    margin-left: 50px;
}
.indent-60 {
    margin-left: 60px;
}
.indent-line {
    margin-left: 15px;
}
.center {
    text-align: center;
}
.new {
    color: red;
}

p.review {
    margin-bottom: 20px;
}

@media (min-width:1025px) {
}

@media only screen and (max-width: 480px) {
    header {
        height: 40px;
    }
    header h1 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    .nav__tabs li {
        font-size: 0.75rem;
        line-height: 16px;
        padding: 5px;
    }
    li.nav__tabs--youngreaders,
    li.nav__tabs--poetry,
    li.nav__tabs--criticism,
    li.nav__tabs--news
    {
        display: none;
    }
    li.nav__tabs--more {
        display: inline-block;
    }
    .home__jt-cover {
        width: 106px;
        height: 171px;
        margin: 10px 0 10px 10px;
    }

    .home__teeny-tiny,
    .home__richard-hughes {
        margin-right: 10px;
    }

    .about__photo {
        width: 150px;
        height: 150px;
        margin: 10px 0 10px 10px;
    }

    .lowmoor__jt-cover {
        width: 106px;
        height: 171px;
    }

    .lowmoor__thorn {
        width: 100px;
        height: 145px;
    }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
    header h2 {
        display: none;
    }
}