* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFF0;
  color: #000;
}
img {
  border: 0;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.clearme {
  clear: both;
}

.imgFrame {
  padding: 5px;
  margin: 0 5px 5px 5px;
  border: 1px solid #aaa;
}

.container {
  text-align: center;
}
.footer {
  margin: 2px auto 10px auto;
  border-top: 1px solid #bbb;
  width: 80%;
  text-align: left;
}
.heading {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 10px 0;
}

.winnerTitle {
  margin-top: 10px;
  color: #666;
}

.winnerPrize {
  font-weight: bold;
  font-style: italic;
  color: #666;
}

.winnerPrize span {
  position: relative;
}

.winnerPrize img {
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
}

.menuRight {
  position: absolute;
  right: 2px;
  top: 0px;
  width: 180px;
  float: right;
  background: #fff;
  border: 1px solid #000;
  padding: 5px;
}

.menuRight .amazon {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 60px;
}


.mainRow {
  width: 80%;
  margin: 0px auto;
}

.mainCol {
  float: left;
  width: 50%;
  margin-top: 30px;
  padding: 20px;
}

.bookCoverContainer {
  position: relative;
}

.bookNew {
  position: absolute;
  top: -20px;
  left: 12%;
  width: 50px;
}

.bookCover, .first-chapter {
  width: 50%;
  border: 1px solid #bbb;
}

.first-chapter {
  margin-top: 10px;
}

.bookDesc {
  text-align: justify;
}

.bookReviews {
  margin-top: 40px;
}

.bookReview {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

.bookReviewTitle {
  font-size: 12px;
  font-weight: bold;
}

.bookReviewSubHeader {
  margin: 30px 0 0 0;
  font-size: 22px;
  font-weight: bold;
}

.stars {
  margin-right: 10px;
}
.star-icon {
    color: #ddd;
    font-size: 16px;
    position: relative;
}
.star-icon.full:before {
    color: #FDE16D;
    content: '\2605'; /* Full star in UTF8 */
    position: absolute;
    left: 0;
    text-shadow: 0 0 2px rgba(0,0,0,0.7);
}
 
.bookSynthesis {
  font-style: italic;
  text-align: justify;
}

.bookSynthesis .author {
  margin-left: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.reviewsContainer {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
}

.reviewsBody {
  margin: 30px 10px;
  font-style: italic;
}

.reviewsBody h1 {
  font-size: 18px;
}

.interviewsContainer {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.interviewsContainer h2 {
  margin: 30px 0 0 0;
  font-size: 22px;
}

.interviewsContainer ul {
  margin: 20px 40px;
}

.interviewsContainer li {
  margin: 30px 0;
}

.biographyContainer {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}

.biographyContainer h1 {
  font-size: 22px;
}

.biographyContainer .biographyBody {
  margin: 40px 0 0 0;
  text-align: justify;
}

.biographyContainer .biographyImgs {
  text-align: center;
}

.biographyContainer .biographyImgs .imgWrap {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
}

.biographyContainer .biographyImgs img {
  height: 200px;
}

.biographyContainer .biographyImgs .imgDesc {
  max-width: 200px;
  margin: 0 auto;
}

.homeVideo {
  width: 100%;
}

.biographyPrizes {
  margin-top: 20px;
}

.biographyPrizes li {
  margin-left: 30px;
}






@media (max-width: 768px) {
  
  .mainCol {
    width: 100%;
    clear: both;
  }

  .menuRight {
    top: 2px;
  }

  .reviewsCol {
    float: none;
    width: 100%;
  }
  
  .reviewsCol img {
    width: 90%;
  }

}







.menuWrap {
  margin: 10px auto 0 auto;
  width: 80%;
  height: 30px;
  text-align: left;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid #000;
  background: #8F8C87;
  padding: 5px;
}

.menuWrap a {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
}

.menuSel:link, .menuSel:visited, .menuSel:active, .menuSel:hover, .menuNotSel:hover {
  color: #fff;
  text-decoration: underline;
}

.menuNotSel:link, .menuNotSel:visited, .menuNotSel:active {
  color: #ccc;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: none;
}

#menu {
  list-style-type: none;
}

.emailadd {
  position: absolute;
  right: 5px;
  top: 4px;
  color: #fff;
}
.emailadd span {
  font-weight: normal;
  margin: 0 10px 0 0;
}
.emailadd a {
  float: none;
  color: #fff;
}

@media (max-width: 768px) {
  .menuWrap {
    height: 34px;
  }
  
  #menuToggle {
    width: 100px;
  }
  
  #menuToggle input
  {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    
    cursor: pointer;
    
    opacity: 0; /* hide this */
    z-index: 20; /* and place it over the hamburger */
    
    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle span
  {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    
    background: #cdcdcd;
    border-radius: 3px;
    
    z-index: 10;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* Make this absolute positioned at the top left of the screen */
  #menu
  {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -80px;
    padding: 50px;
    padding-top: 125px;
    
    background: #ededed;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  
  #menu a {
    float: none;
  }

  #menu li
  {
    padding: 10px 0;
    font-size: 22px;
  }

  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }

  .menuSel:link, .menuSel:visited, .menuSel:active, .menuSel:hover, .menuNotSel:hover {
    color: red;
    text-decoration: none;
  }

  .menuNotSel:link, .menuNotSel:visited, .menuNotSel:active {
    color: #000;
  }

  .emailadd {
    margin-top: 2px;
  }
}