#site a {
  color: #EE4036;
  text-decoration: none;
}

#site .tribox h3 a {
  color: #ffffff !important;
}


#site section#book a.morelink {
  color:#ffffff !important;
}

#site span.book-title {
  font-style:italic;
}

#site p.big-p {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
  display: block;
}

#site h3 {
  text-transform: uppercase;
  display:block;
  font-weight: 700;
  color: #B3B3B3;
  font-size: 18px;
}


#inner-hero {
  margin-bottom: 30px;
}

#inner-hero h2 {
  color: #fff;
  font-size: 50px;
  margin: 90px 0;
  font-weight: 700;
}

#speaking #inner-hero {
  background-color: #f8ae45;
  background-image: url(../img/hdr-speaking_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.speech h2 {
  font-size: 24px;
  line-height: 30px;
  color: #EE4036;
  font-weight: 800;
}

.speech p {
  font-family: 'Crimson Text', serif;
  font-size: 19px;
  line-height: 24px;
}

#books #inner-hero {
  background-color: #66baf8;
  background-image: url(../img/header_books_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


.book-entry h2 {
  font-size: 24px;
  line-height: 30px;
  color: #EE4036;
  font-weight: 800;
}

.book-entry h4 {
  font-size: 20px;
  line-height: 30px;
  color: #EE4036;
  font-weight: 800;
}

.book-entry p, .book-entry li {
  font-family: 'Crimson Text', serif;
  font-size: 19px;
  line-height: 24px;
}

img.book-cover {
  background: #e1e1e1;
  width: 100%;
  height: auto;
  padding: 15%;
}

#books p.quote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

#books p.quote .quote-source {
  color:  #EE4036;
  font-style: normal;
}

#books div.book-quote-praise {
  margin-bottom: 30px;
}

#books div.book-quote-praise p.quote  {
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  line-height: 22px;
}

#books div.book-quote-praise .quote-source {
  font-family: 'Montserrat', sans-serif;
  color:  #EE4036;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
}

.booksellers img {
  border: 1px solid #e1e1e1;
  margin-right: 8px;
  margin-bottom: 8px;
}

.grey {
  background: #e1e1e1;
  margin-top:0;
}

.booksellers-int img {
  border: 1px solid #e1e1e1;
  margin-right: 8px;
  margin-bottom: 8px;
}

.booksellers-outer img {
  border: 1px solid #e1e1e1;
  margin-right: 8px;
  margin-bottom: 8px;
}

#resources #inner-hero {
  background-color: #66baf8;
  background-image: url(../img/hdr-resources_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#about #inner-hero {
  background-color: #EE4036;
  background-image: url(../img/hdr-about_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#contact #inner-hero {
  background-color: #f8ae45;
  background-image: url(../img/hdr-contact_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#consulting #inner-hero {
  background-color: #66baf8;
  background-image: url(../img/hdr-consulting_NEW.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.basic h2 {
  font-size: 24px;
  line-height: 30px;
  color: #EE4036;
  font-weight: 800;
}

.basic p {
  font-family: 'Crimson Text', serif;
  font-size: 19px;
  line-height: 24px;
}


button.inline-button {
  background: #EE4036;
  color: #fff;
  display: block;
  margin: 20px auto;
  text-align: center;
}

button.inline-button a {
  color: #fff !important;
  text-decoration: none;
}

button.book-button {
  background: #fff;
  color: #EE4036;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.big-button {
  background-color: #000000;}
  .big-button .container {
    background-image: url(../img/arrow-small.svg);
    background-repeat: no-repeat;
    background-position: center 80%;
    padding: 80px 0; 
    text-align: center;
  }
  .big-button a {
    color: white !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    
  }
    .big-button a span {
      font-weight: 300; }


input #mc-embedded-subscribe {
  color: #fff !important;
}


@media (min-width: 1198px) {

.big-button {
  background-color: #000000;
  }
  .big-button .container {
    background-image: url(../img/arrow-small.svg);
    background-repeat: no-repeat;
    background-position: right center; 
    text-align: left;}
  .big-button a {
    color: white !important;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase; }
    .big-button a span {
      font-weight: 300; }

}



