#shakespeare-splash-page-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#shakespeare-splash-page-wrap > h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
#shakespeare-splash-page-wrap #shakespeare-sub-title {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-top: 50px;
  text-transform: uppercase;
}
#shakespeare-splash-page-wrap > ul {
  font-size: 15px;
  list-style: disc;
}
#shakespeare-splash-page-wrap > ul > li {
  margin-bottom: 20px;
}
#shakespeare-splash-page-wrap #shakespeare-address {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  color: #7f7f7f;
  margin-top: 30px;
}
