body > section.content > header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

a.see-all {
    font-size: .8em;
    text-transform: uppercase;
}

ul.shows > li > h1 {
    font-size: 2.5rem;
}

section.content section > h2 {
    text-transform: uppercase;
    font-size: 1rem;
}

/* what is a title font?? */
section.content h1, section.content h2 {
    font-weight: lighter;
}

section.cast img {
    width: 100%;
}

section.cast ul > li {
    width: 25%;
}

ul.shows > li {
    border-top: 1px solid black;
}

header > nav li.selected {
    font-weight: bold;
    color: black;
}

section.cast > ul > li > a > div {
    font-size: .8rem;
}
section.cast > ul > li > a > div:last-child {
    font-style: italic;
}
section.cast > ul > li > a > div:first-of-type {
    font-weight: bold;
}

section.seasons > ul > li:last-child::before {
    content: "*";
}
section.seasons > ul::after {
    content: "* Final Season";
    display: block;
    font-size: .7rem;
    color: #999;
}