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: lighter;
}

#game-of-thrones {
	border-top: solid black 1px;
}

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

h2{
	font-weight: lighter;
}

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

img{
	width:100%;
}

.cast a {
	width:25%
}

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

div {
	font-size: 0.8rem;
}

a div:first-of-type{
	font-weight: bold;
	
}

a div:last-of-type{
	font-style: italic;
}

#game-of-thrones .seasons ul li:last-child:after{
	content: "*";

}

#game-of-thrones .seasons ul:after {
	display: block;
	content: "* IN PRODUCTION";
	font-size: .7rem;
	color: #999;

}
