header{
	margin-bottom: 3rem;
	
	}
	
	li{
	line-height:1.6;

	}
	
	.see-all{
	font-size:0.8rem;
	text-transform:uppercase;
	}
	
	h1{
	font-size:2.5rem;
	font-weight:lighter;
	border-top: 1px solid black;
	line-height:3;
	}
	
	h2{
	text-transform:uppercase;
	font-size: 1rem;
	font-weight:lighter;
	}
	
	section.cast img{
	width:100%;
	}
	section.cast ul li {
	width:25%
	}
	
	.selected{
	font-weight:bold;
	color:black;
	}
	
	
	div:nth-child(2){
	font-size: 0.8rem;
	font-weight: bold;

	}
	div:nth-child(3){
	font-size: 0.8rem;
	font-style:italic;
	
	}
	
	section.seasons ul li:last-child::after{
	content:"*";
	}
	
	#game-of-thrones .seasons::after{
	content: "*FINAL SEASON";
	color: #999;
font-size: 0.7rem;
	}