body section {
  padding-top: 20px;
  padding-left: 30px;
}
body section ul {
  list-style-type: none;
  list-style: none;
}
body section ul li {
  margin-top: 30px;
}
body section header {
  font-weight: bold;
  font-size: 14pt;
}
body section.intro {
  height: 800px;
  width: 100%;
  background-image: url("../../images/background-portrait.png");
  background-size: cover;
}
body h2 {
  padding-left: 5px;
  font-weight: 600;
}
body h3 {
  padding-left: 5px;
  padding-top: 10px;
}
body ul.nav.nav-tabs li {
  margin-left: 15px;
}
body section section.row button {
  margin: 10px;
}
body pre#quoteSpace {
  display: block;
  height: 400px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
  overflow-x: auto;
  /*
  To allow for horizontal text wraps
  */
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
body section.shakespeare {
  padding-top: 3px;
}
body section.shakespeare section {
  padding-top: 3px;
}
body select#playSelect {
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
