header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

li h1:first-child {
    font-size: 2.5rem;
}

section h2:first-child {
    text-transform: uppercase;
    font-size: 1rem;
}

h1, h2 {
    font-weight: 300;
}

img {
    width: 100%;
}

section.cast li {
    width: 25%;
}

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

.selected a {
    color: black;
    font-weight: 700;
}

section.cast li div:first-of-type {
    font-weight: 700;
    font-size: 0.8rem;
}

section.cast li div:last-of-type {
    font-style: italic;
}

#game-of-thrones section.seasons li:last-of-type::after {
    content: "*";
}

#game-of-thrones section:first-of-type::after {
    content: "* Final Season";
    font-size: 0.7rem;
    color: #999;
}