body {
  font-family: "Yanone Kaffeesatz", sans-serif;
  background: #151524 url(bg.jpg) center center no-repeat;
  background-size: cover;

  letter-spacing: 0.25px;

  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

#audio-book-header {
  margin: 30px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  color: #e8dd1c;
}
#audio-book-header h3 {
  color: #e8dd1c;
}
#audio-book-links {
  margin: 2em 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 399px;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}
.audio {
  margin: 0 10px;
  align-self: stretch;
  text-align: center;

  text-transform: uppercase;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  color: #000;
  background: #e8dd1c; /*#d9463b;*/

  font-size: 20px;
  font-weight: 600;
  padding: 12px 8px;
  transition: 0.1s all ease;
  /* border: 2px solid #e8dd1c; */
  height: 100%;
}
/* .audio:hover {
  background-color: #e8dd1c;
  color: black;
} */
#audio-book-links > .audio:first-child {
  margin: 0;
}
#audio-book-links > .audio:last-child {
  margin: 0;
}
#badge-listen {
  width: 102px;
  height: 102px;
  background: url("ListenBadge.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  /* left: -30px;
  top: -23px; */
  left: -50px;
  top: -35px;
  z-index: 10000;
}

#book {
  width: 100%;
  height: 100%;
  background-image: url(inner.jpg);
  background-size: cover;
  position: relative;
  perspective: 2000px;
  box-shadow: 6px 6px 14px 0 rgba(19, 26, 46, 0.18);
}

.book-2 {
  background-image: url(inner2.jpg) !important;
}

#cover {
  width: 100%;
  height: 100%;
  background-image: url(cover.jpg);
  background-size: cover;
  box-shadow: 6px 6px 14px 0 rgba(19, 26, 46, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  transform-origin: 0 0;
  transform: rotateY(-1deg);
  z-index: 100;
}

.cover-book2 {
  background-image: url(cover-book2.jpg) !important;
}

#book #shadow {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: all 0.7s ease-in-out;
}

#book:hover #cover {
  transform: rotateY(-70deg);
}

#book:hover #shadow {
  opacity: 0;
}

.badge {
  transition: transform 0.2s ease-out;
}

.badge:hover {
  transform: scale(1.05, 1.05);
}

#badge {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("ReadBadge 1.png") center center no-repeat;
  background-size: 100% auto;
  right: -100px;
  top: -60px;
  z-index: 10000;
}
.badge-2 {
  background: url("ReadBadge 2.png") center center no-repeat;
  /* right: -95px;
  top: -95px; */
}
/* #badge-listen {
  width: 125px;
  height: 125px;
  background: url("ListenBadge.png") center center no-repeat;
  background-size: 100% auto;
  /* position: absolute;
  right: -87px;
  top: 30px; 
  z-index: 10000;
} */

#book-wrapper {
  position: relative;
  width: 399px;
  height: 598px;
  display: block;
  cursor: pointer;
  cursor: pointer;
  margin-top: 30px;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1227px;
  text-align: center;
}

.page {
  padding: 120px 20px;
}

#header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 90px auto;
}

#header-col-a {
  float: left;
  width: 40%;
}

#header-col-b {
  width: 60%;

  float: right;
}

.row-flex {
  display: flex;
  flex-wrap: nowrap;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 460px;
  margin: -10px 0 12px 0;
}

.button {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: black;
  display: block;
  text-decoration: none;
  border-radius: 4px;

  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  background: rgba(255, 149, 0, 0.14);
  border: 2px solid #e8dd1c;
}
.button.large-button {
  padding: 23px 5px;
}

.button span {
  font-size: 0.8em;
  display: block;
  font-weight: 700;
  color: #d9463b;
  letter-spacing: 1px;
}

.button {
  background: #e8dd1c;
  font-size: 28px;
  display: block;
  padding: 15px 10px 10px 10px;
  /* vertical-align: middle; */
}

#header-list .button {
  margin: 20px auto;
  max-width: 294px;
}

hr {
  border: none;
  background: #ffffff;
  border-radius: 1.5px;
  height: 4px;
  width: 100%;
}

.row {
  margin: 0 auto;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.row-flex {
  display: flex;
  flex-wrap: nowrap;
}

.content {
  color: #fff;
  padding: 70px 0;
}

h1 {
  margin: 0 0 40px 0;
  font-family: Futura, "Helvetica", sans-serif;
  font-size: 26.67px;
  color: #ffffff;
  letter-spacing: -1.16px;
  text-align: center;
  line-height: 40px;
}

h2 {
  margin: 0 0 40px 0;
  font-family: Futura, "Helvetica", sans-serif;
  font-size: 26.67px;
  color: #ffffff;
  letter-spacing: -1.16px;
  text-align: center;
  line-height: 40px;
}

h3 {
  font-size: 22.67px;
  color: #ffffff;
  text-align: center;
}

p {
  font-weight: 400;
  font-family: Futura, "Helvetica", sans-serif;
  font-size: 22.67px;
  color: #ffffff;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 37px;
}

article {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.col {
  float: left;
  width: 25%;
  padding: 0 10px 10px 10px;
  flex-shrink: 0;
}

#col-list {
  max-width: 960px;
  margin: 60px auto;
}

#footer-images {
  max-width: 1227px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .col {
    width: 50%;
    padding: 10px;
  }
  #book-wrapper {
    width: 232px;
    height: 347px;

    margin: 0 auto;
  }

  #audio-book-links {
    width: 100%;
  }

  #badge-listen {
    width: 90px;
    height: 90px;
    left: -55px;
    top: -29px;
  }

  .logo {
    max-width: 290px;
    margin: 10px auto;
  }
  #header {
    max-width: 680px;
    margin-bottom: 40px;
  }
  #badge {
    width: 120px;
    height: 120px;
    right: -60px;
  }
  #badge-2 {
    width: 120px;
    height: 120px;
    top: 0px;
    right: -60px;
  }
  #header-col-a {
    padding-top: 120px;
  }
  .page {
    padding: 60px 15px;
  }
  h1 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  p {
    font-size: 19px;
    line-height: 26px;
  }
  .content {
    padding: 30px 0;
  }
  #author {
    width: 280px;
    height: 280px;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 760px) {
  #header-col-a {
    padding-top: 0;
  }
  .container {
    max-width: 480px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 20px auto;
  }

  h1 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .col {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  #image-badge {
    margin: 20px auto;
  }

  .content {
    padding: 0;
  }

  #author {
    width: 220px;
    margin: 20px auto -10px auto;
    height: auto;
  }

  .page {
    padding: 30px 10px 30px 10px;
  }

  .row-flex {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  #header-col-a {
    width: 100%;
    float: none;
    margin-top: 23px;
  }

  #header-col-b {
    width: 100%;
    float: none;
  }

  .logo {
    width: 90%;
    max-width: 350px;
    margin-bottom: 5px;
    margin-top: 0;
  }

  #book-wrapper {
    width: 232px;
    height: 347px;
    margin: 0 auto;
  }

  #audio-book-links {
    width: 100%;
  }

  #badge {
    width: 100px;
    height: 100px;
    right: auto;
    bottom: -51px;
    top: -32px;
    left: 182px;
  }

  #badge-2 {
    width: 100px;
    height: 100px;
    right: auto;
    bottom: -51px;
    top: auto;
    left: -40px;
  }

  #badge-listen {
    width: 90px;
    height: 90px;
    left: -30px;
    top: -38px;
  }

  #header-list {
    padding: 10px 0;
  }

  #header-list .button {
    margin: 10px auto;
  }

  #col-list {
    max-width: 294px;
  }
}
/* 
a {
  color: #d9463b;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -1px;
}
a:visited {
  color: #d9463b;
} */

.link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -1px;
}
.link:visited {
  color: #fff;
}

.link:hover {
  text-decoration: underline;
}

.link.button {
  text-decoration: none;
}

.button-link {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #e8dd1c;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: auto;
  text-decoration: none;
  transition: transform 0.2s ease-out;
}

.button-link:hover {
  transform: scale(1.02, 1.02);
}
