header {
	margin-bottom:3rem;
}

p {
	line-height:1.6;
}

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

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

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

img {
	width:100%;
}

.cast {
	width:25%;
}

.shows h1{
	border-top:1px solid pink;
}

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

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

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

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

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






