html,
body{
	background-color: white;
	
}

header{
	margin-bottom: 3rem;
}

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

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

img{
	width: 100%;
}

p {
	line-height: 1.6;
}

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

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

.cast ul li {
	width: 25%;
}

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

.cast li div + div {
	font-style: italic;
	font-weight: normal;
}
#game-of-thrones{
	border-top-style: solid;
	border-top-width: 1px;
	border-color: black;
}

#game-of-thrones .seasons ul li:last-child::after{
	content: '*';
}
#game-of-thrones .seasons:after{
	content: '*In production';
	font-size: 0.7rem;
	color:#999;
}

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