header{
  margin-bottom: 3rem;
}

p{
  line-height: 1.6;
}

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

h1.shows{
  font-size: 2.5rem;
}

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

ul.shows h1{
  font-weight: lighter;
}

section.cast img{
  width: 100%;
}

section.cast li{
  width: 25%;
}

ul.shows > li{
  border-top: 1px solid black;
}

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

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

section.cast li a div:nth-child(2){
  /* font-size: 0.8rem; */
  font-weight: bold;
}

section.cast li a div:nth-child(3){
  font-style: italic;
}

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

#game-of-thrones section.seasons ul::after{
  white-space: pre;
  content: "\A* Final Season";
  font-size: 0.7rem;
  color: #999;
}
