header {
    margin-bottom: 3rem;
}

p {
    line-height: 1.6;
}

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

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

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

img {
    width: 100%;
}

.cast li {
    width: 25%;
}

.shows li h1{
    border-top-width: 1px;
    border-top-style: solid;
}

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

.cast li a{
    font-size: 0.8rem;
}

.cast img + div {
    font-weight: bold;
}

.cast img + div + div {
    font-style: italic;
}

.seasons li:last-child::after{
    content: "*";
}
.seasons ul:after{
    white-space: pre;
    content: "\a * In production";
    font-size: 0.7rem;
    color: #999;
}