/* 1 */
header {
    margin-bottom: 3rem;
}

/* 2 */
p {
    line-height: 1.6;
}

/* 3 */
.see-all {
    font-size: 0.8em;
    text-transform: uppercase;
}

/* 4 */
.shows h1 {
    font-size: 2.5rem;
}

/* 5 */
section h2 {
    text-transform: uppercase;
    font-size: 1rem;
}

/* 6 */
h1, h2 {
    font-weight: lighter;
}

/* 7 */
.cast img {
    width: 100%;
}

/* 8 */
.cast li {
    width: 25%;
}

/* 9 */
.shows > li {
    border-top: 1px solid black;
}

/* 10 */
nav .selected  a {
    font-weight: bold;
    color: black;
}

/* 11 */
.cast li div {
    font-size: 0.8rem;
}

/* 12 */
.cast li div:nth-of-type(1) {
    font-weight: bold;
}

/* 13 */
.cast li div:nth-of-type(2) {
    font-style: italic;
}

/* 14 */
#game-of-thrones .seasons li:last-of-type::after {
    content: "*";
}

/* 15 */
#game-of-thrones .seasons::after {
    content: "* Final Season";
    font-size: 0.7rem;
    color: #999;
}