header{
	margin-bottom: 3rem;
}

p {
	line-height: 1.6;
}
a.see-all{
	text-transform: uppercase;
	font-size: .8em;
}

h1{
	font-size: 2.5rem;
}
h2{
	font-size: 1rem;
	text-transform: uppercase;
}

h1,h2{
	font-weight: lighter;
}
img{
	width: 100%;
}
.cast li{
	width: 25%;
}

#unbreakable-kimmy-schmidt, #game-of-thrones {
	border-top: 1px solid #eeeeee;
}

nav li.selected > a{
	font-weight: bold;
	color: black;
}
.cast div{
	font-size: .8rem;
}
.cast div:nth-child(2){
	font-weight: bold;
}
.cast div:nth-child(3){
	font-style: italic;
}
#game-of-thrones .seasons li:last-child:after{
	content: "*"
}

.seasons:after{
    content: "* Final Season";
    color:#999;
    font-size: .7rem;
}