header {
	margin-bottom: 3rem;
}

p {
	line-height: 1.6;
}

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

h1 {
	font-size: 2.5rem;
	font-weight: lighter;
	border-top: 1px; color:solid-gray;
}

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

img {
	width: 100%;
}

.cast li{
	width:25%;
}

li#game-of-thrones, li#unbreakable-kimmy-schmidt{
	border-top:1px solid gray;
	}

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

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

section.cast a div{
	font-weight:bold;
}

section.cast a div:last-child {
	font-style: italic;
	font-weight:normal;
}

section.seasons li:last-child:after {
	content: "*";
}

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