header{
	margin-bottom:3rem;
}

.content p{
	line-height:1.6rem;
}

h1 {
	font-size: 2.5rem;
}

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

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

section > h2{
	font-weight: lighter;
}

ul h1{
	font-weight: lighter;
}

ul > li img{
	width:100%;
	height:auto;
}

.cast div{
	width:25%;
}

#game-of-thrones > h1{
	border-top-style: solid;
	border-width: 1px;
}


#unbreakable-kimmy-schmidt > h1{
	border-top-style: solid;
	border-width: 1px;
}

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

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

.cast a:first-child{
	font-weight:bold;
}

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


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

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







