header{ 
	margin-bottom: 3rem;
 }

p {
	line-height: 1.6;
}

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

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

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

img{ width: 100% }

.cast li {width: 25%;
		  font-size: .8rem;
}

.shows h1 { border-top-width: 1px }

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

.cast img+div {font-weight: bold;}

.cast div+div {font-style: italic;}

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

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
























