/* 1. Header margin */
header {
  margin-bottom: 3rem;
}

/* 2. Paragraph line-height */
p {
  line-height: 1.6;
}

/* 3. "See All..." links */
a.see-all {
  font-size: 0.8em;
  text-transform: uppercase;
}

/* 4. Show titles */
.shows > li > h1 {
  font-size: 2.5rem;
}

/* 5. Section titles */
.shows section > h2 {
  text-transform: uppercase;
  font-size: 1rem;
}

/* 6. All title fonts light weight */
h1, h2 {
  font-weight: 300;
}

/* 7. Cast images full width */
.cast img {
  width: 100%;
}

/* 8. Cast member elements */
.cast ul > li {
  width: 25%;
}

/* 9. Border above each show (only shows) */
.shows > li {
  border-top: 1px solid black;
}

/* 10. Selected navigation tab */
nav li.selected a {
  font-weight: bold;
  color: black;
}

/* 11. Cast member labels size */
.cast ul li a div {
  font-size: 0.8rem;
}

/* 12. Actor/actress names bold */
.cast ul li a div:first-of-type {
  font-weight: bold;
}

/* 13. Character names italic */
.cast ul li a div:last-of-type {
  font-style: italic;
}

/* 14. Asterisk on last GOT season */
#game-of-thrones .seasons ul li:last-child::after {
  content: "*";
}

/* 15. "* Final Season" note */
#game-of-thrones .seasons ul::after {
  content: "* Final Season";
  display: block;
  font-size: 0.7rem;
  color: #999;
  margin-top: 0.25rem;
}
