header {
  margin-bottom: 3rem;
}

p {
  line-height: 1.6;
}

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

h1 {
  font-size: 2.5rem;
}

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

h1, h2 {
  font-weight: lighter;
}

img {
  width: 100%;
}

section.cast ul li {
  width: 25%;
}

li div {
  font-size: 0.8rem;
}

li > h1 {
  border-top: 1px solid black;
}

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

img + div {
  font-weight: bold;
}

a > div:last-child {
  font-style: italic;
}

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


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