h2 {
  color: #006951 !important;
}
#book-landing a:hover {
  color: #006951 !important;
}
.book-button {
  width: 256px;
  margin: 0 auto;
}
.button-container {
  padding-top: 16px;
}
body {
  background-color: white !important;
}
#main-navigation-container {
  width: 100%;
  background-color: #006951;
  height: 48px;
}
.navigation {
  font-size: 1.2em;
  max-width: 1024px;
  margin: 0 auto;
  height: 100%;
}
.navigation > a {
  display: inline-block;
  height: 100%;
  text-decoration: none;
  color: #cea000;
}
.navigation > a:hover {
  text-decoration: none;
  color: #ffc702;
  background-color: #00362a;
}
.nav-item {
  font-weight: bold;
  display: inline-block;
  width: 128px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
.logo {
  width: 256px;
}
#header {
  width: 1024px;
  margin: 32px auto;
}
#header-content {
  height: 128px;
  margin: 8px;
}
#header-image {
  height: 256px;
  width: 100%;
}
#logo {
  background: url("/static/img/terence-oleary-logo.png") no-repeat center center;
  height: 90px;
  width: 517px;
  margin-left: 32px;
}
#header-button {
  margin-top: 4px;
  margin-right: 16px;
  float: right;
}
#header-grabber {
  margin-left: 32px;
}
#header-blurb {
  margin-left: 64px;
}
#content {
  background-color: white;
  max-width: 1024px;
  margin: 32px auto 0;
  height: 100%;
  padding: 8px;
}
.content-item {
  padding: 16px;
  min-height: 207px;
  text-align: right;
}
.content-item > p {
  text-align: justify;
}
.content-item > a:hover {
  text-decoration: none;
}
.content-item > a + a {
  margin-left: 32px;
}
.content-item-image {
  height: 175px;
  width: 109px;
  float: left;
  background-color: grey;
  margin-right: 16px;
  box-shadow: 4px 4px 3px #888888;
  background-size: auto 100% !important;
}
.content-item + .content-item {
  border-top: 2px solid #006951;
}
.content-item-read-more {
  color: #ffc702 !important;
  background-color: #006951 !important;
  border-color: #009c78 !important;
}
.content-item-read-more:hover {
  background-color: #00362a !important;
}
.landing-image-penalty-kick {
  background: url("/static/img/books/penalty-kick-front-cover-small.jpg") no-repeat center center;
}
.landing-image-the-town {
  background: url("/static/img/books/the-town-that-never-stared-small.png") no-repeat center center;
}
.landing-image-mtag {
  background: url("/static/img/books/more-than-a-game-small.jpg") no-repeat center center;
}
.book-penalty-kick {
  background: url("/static/img/books/penalty_kick_header.jpg") center no-repeat;
  background-size: contain;
}
#penalty-kick-image {
  background: url("/static/img/books/penalty-kick-front-cover.jpg") center no-repeat;
  height: 100%;
  background-size: contain;
}
.book-main-image {
  height: 100%;
}
#the-town-that-never-stared-image {
  background: url("/static/img/books/the-town-that-never-stared.png") center no-repeat;
  height: 100%;
  background-size: contain;
}
#more-than-a-game-image {
  background: url("/static/img/books/more-than-a-game.jpg") center no-repeat;
  height: 100%;
  background-size: contain;
}
.book-index {
  background: url("/static/img/book_header.png") center no-repeat;
}
.book-header {
  padding: 12px;
}
.book-image {
  height: 288px;
}
.book-button {
  width: 256px;
  padding-bottom: 8px;
}
.book-description {
  text-align: justify;
  font-family: "PT Serif", serif;
  padding: 0 16px;
  display: inline;
}
.book-info {
  margin-left: 32px;
}
.book-info > a:hover {
  text-decoration: none;
}
.book-info-image {
  display: inline-block;
  color: black;
  vertical-align: top;
  height: 160px;
  width: 103px;
  background-size: contain;
}
.book-info-image-penalty-kick {
  background: url("/static/img/books/penalty-kick-front-cover-small.jpg") center no-repeat;
}
.book-info-image-more-than-a-game {
  background: url("/static/img/books/more-than-a-game-small.jpg") center no-repeat;
}
.book-info-image-the-town-that-never-stared {
  background: url("/static/img/books/the-town-that-never-stared-small.png") center no-repeat;
}
.book-info:not(:last-of-type) {
  border-bottom: 2px solid #006951;
  padding-bottom: 16px;
}
#profile-photo {
  width: 384px;
  float: left;
  padding-right: 32px;
}
.profile-content {
  margin-left: 32px;
  font-family: "PT Serif", serif;
}
p {
  font-size: 16px;
}
.quotes {
  font-family: "PT Serif", serif;
  font-size: 16px;
  margin-bottom: 8px;
}
.quote > .statement {
  text-align: left;
}
.quote > .author {
  font-size: 16px;
}
.quote > .statement::before {
  content: "\"";
}
.quote > .statement::after {
  content: "\"";
}
.quote + .quote {
  margin-top: 8px;
}
div.event + div.event {
  margin-top: 32px;
  border-top: 2px solid #006951;
}
