header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

h2 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 100;
}

h1 {
    font-size: 2.5rem;
    font-weight: 100;
}

section.cast ul {
    width: 100%;
}

/* section.cast ul li a {
    width: 25%;
} */

.cast li {
    width: 25%;
}

.cast img {
    width: 100%;
}
.shows #game-of-thrones {
    border-top: 1px solid black;
}

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

.shows #unbreakable-kimmy-schmidt {
    border-top: 1px solid black;
}

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

.cast div {
    font-size: 0.8rem;
}

.cast li div:nth-child(2) {
    font-weight: bold;
}

.cast li div:last-child {
    font-style: italic;
}

.seasons li:last-child::after {
    content: "*";
}