* {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #242424;
}

#main-content {
  font-size: 18px;
}

br, span {
  font-size: inherit;
}

span.right-span {
  display: inline-block;
  text-align: right;
  float: right;
}

span.indent {
  display: block;
  padding-left: 20px;
}

span.pink {
  color: #e8024f;
}

.home .notice .pink {
  font-style: normal;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both; 
}

.larger {
  font-size: 1.5em;
}

.center {
  text-align: center;
}

.left-div, .right-div {
  text-align: center;
}

p {
  margin: 1em 0;
}

.notice {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-size: 1.4em;
}

.home-book .notice {
	font-size: 1.2em;
}

.notice span {
  display: block;
  margin-top: .5em;
}

.notice span.block-span {
	margin-top: 0;
	display: inline-block;
}

.right-note p {
  font-weight: bold;
}

h2, h3 {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #e8024f;
}

#home-mid h2 {
  font-size: 30px;
  text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

h3 {
  font-size: 28px;
  margin: 32px 0 0 0;
}

.contact h3 {
  color: #242424;
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h4, h5 {
  color: #e8024f;
}

.books h4 {
  margin-top: 18px;
}

span.rating {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-bottom: -2px;
  background: url(images/star.png) repeat-x;
  background-size: 20px;
}

span.rating.five {
  width: 100px;
}

main a {
  position: relative;
  color: #e8024f;
  text-decoration: none;
  font-weight: bold;
  padding: 0 2px;
  background: none;
  transition: 0.5s;
}

.contact main p a {
  color: #e8024f;
}

main p a, main li a {
  color: #0c86c7;
}

main a:hover, .contact main p a:hover {
  color: #be0240;
  background: #fff0f5;
}

main p a:hover, main li a:hover {
  color: #02679d;
  background: #e6f6ff;
}

main .book-summary a:hover {
  background: #fff;
}

main a.button {
  display: inline-block;
  padding: 6px 12px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #e8024f;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  border-radius: 6px;
  margin: 10px 20px;
}

.books main a.button {
  display: block;
  margin: 10px 0;
}

.books main .book a.button {
  margin: 10px 20px;
}

.books main #index a.button {
  display: inline-block;
}

.books main #index h4 a.button {
  padding: 0 4px;
  margin: 0 2px;
}

.books main .right-buttons a.button {
  margin: 8px 0;
}

main a.button:hover {
  background: #fa73a0;
}

main a.button.white-button {
  background: #fff;
  color: #e8024f;
}

main a.button.white-button.blue {
  color: #0c86c7;
  margin: 10px 0;
}

main .notice a.button.white-button.blue {
  font-size: .75em;
}

main a.button.white-button:hover {
  background: #fde6ee;
}

main a.button.white-button.blue:hover {
  background: #e6f6ff;
}

.books main .right-buttons a.button.at-button {
  color: #ff9abd;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  cursor: default;
}

.books main .right-buttons a.button.at-button:hover {
  background: #fff;
}

footer a {
  text-decoration: none;
  color: #be0240;
  font-weight: normal;
  transition: 0.4s;
  padding: 0 2px;
}

footer a:hover {
  background: #fff;
}

hr.dots {
  border: none;
  border-bottom: 10px dotted #f9c0d3;
}

.cat hr.dots {
  width: 60px;
  margin: 0 auto;
}

main img {
  max-width: 100%;
  height: auto;
}

main ol, main ul {
  list-style: none; 
  counter-reset: section;
  margin: 30px 0;
}

main ol li {
  position: relative;
  counter-increment: section;
  padding-left: 4px;
  margin: 16px 0;
}

ol li::before {
  position: absolute;
  content: counter(section) " ";
  color: #e8024f;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  display: inline-block; 
  width: 30px;
  left: -40px;
  text-align: right;
}

main ul li {
  position: relative;
  padding-left: 4px;
  margin: 16px 0;
}

main ul li:before {
  position: absolute;
  top: 10px;
  left: -10px;
  content: " ";
  display: inline-block;
  background: #e8024f;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

main .book-summary ul {
  text-align: left;
  padding-left: 12px;
  margin: 1em 0;
}

main .book-summary li {
  margin: 12px 0;
}

.contact main table {
  margin: .5em 0;
  padding: 0;
}

.contact main table td {
  padding: 0;
  vertical-align: top;
}

.contact main table td:first-child {
  padding-right: 10px;
}

.contact main table td p {
  margin: .5em 0;
}

header, main {
  position: relative;
  font-size: 9.5vw;
  width: 100%;
  max-width: 11.85em;
  min-width: 300px;
  padding: 0 6px;
  margin: 0 auto;
}

header {
  overflow: hidden;
}

main {
  margin-bottom: 20px;
}

#header-text {
  position: relative;
  font-family: "Noto Serif", serif;
  color: #e8024f;
  font-size: 26px;
  letter-spacing: .07em;
  padding-top: .5em;
}

#stars, #star-shadows {
  font-size: 1em;
  position: absolute;
  width: 1.9em;
  height: 1.27em;
  top: .045em;
  right: 0;
}

#star-shadows {
  top: .095em;
  right: -.013em;
}

.star, .star-shadow {
  position: relative;
  opacity: 0;
}

.star { 
  width: .6em;
  height: .6em;
  background: url(images/star.png) no-repeat center top;
  background-size: 100%;
  -webkit-animation: spin 9s linear infinite, star-opacity 9s linear infinite;
  -moz-animation: spin 9s linear infinite, star-opacity 9s linear infinite;
  animation: spin 9s linear infinite, star-opacity 9s linear infinite;
}

.star-shadow {
  width: .12em;
  height: .12em;
  background: url(images/star-shadow.png) no-repeat center top;
  background-size: 100%;
  -webkit-animation: shadow-spin 9s linear infinite, star-shadow-opacity 9s linear infinite;
  -moz-animation: shadow-spin 9s linear infinite, star-shadow-opacity 9s linear infinite;
  animation: shadow-spin 9s linear infinite, star-shadow-opacity 9s linear infinite;
}

.path {
  position: absolute;
  left: .09em;
  top: .24em;
  width: 1.7em;
  height: 2.1em;
  -webkit-animation: path 9s ease-in infinite;
  -moz-animation: path 9s ease-in infinite;
  animation: path 9s ease-in infinite;
}

#star-shadows .path {
  left: .325em;
  top: .49em;
  width: .8em;
  height: 1.6em;
}

.star2, .path2 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.star3, .path3 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg) scale(.25,.25); }
    100% { -moz-transform: rotate(428deg) scale(1,1); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg) scale(.25,.25); }
    100% { -webkit-transform: rotate(428deg) scale(1,1); }
}
@keyframes spin {
    0%  { transform: rotate(0deg) scale(.25,.25); }
    100% { transform: rotate(428deg) scale(1,1); }
}

@-moz-keyframes shadow-spin {
    0% { -moz-transform: rotate(0deg) scale(1,1); }
    100% { -moz-transform: rotate(428deg) scale(7,7); }
}
@-webkit-keyframes shadow-spin {
    0% { -webkit-transform: rotate(0deg) scale(1,1); }
    100% { -webkit-transform: rotate(428deg) scale(7,7); }
}
@keyframes shadow-spin {
    0%  { transform: rotate(0deg) scale(1,1); }
    100% { transform: rotate(428deg) scale(7,7); }
}

@-moz-keyframes star-opacity {
    0% { opacity: 0; }
    20% { opacity: 1; }
    88% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes star-opacity {
    0% { opacity: 0; }
    20% { opacity: 1; }
    88% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes star-opacity {
    0%  { opacity: 0; }
    20% { opacity: 1; }
    88% { opacity: 1; }
    100% { opacity: 0; }
}

@-moz-keyframes star-shadow-opacity {
    0% { opacity: 0; }
    20% { opacity: 0; }
    25% { opacity: .6; }
    80% { opacity: .2; }
    95% { opacity: 0; }
}
@-webkit-keyframes star-shadow-opacity {
    0% { opacity: 0; }
    20% { opacity: 0; }
    25% { opacity: .6; }
    80% { opacity: .2; }
    95% { opacity: 0; }
}
@keyframes star-shadow-opacity {
    0%  { opacity: 0; }
    20% { opacity: 0; }
    25% { opacity: .6; }
    80% { opacity: .2; }
    95% { opacity: 0; }
}

@-moz-keyframes path {
    0% { -moz-transform: rotate(-16deg); }
    100% { -moz-transform: rotate(80deg); }
}
@-webkit-keyframes path {
    0% { -webkit-transform: rotate(-16deg); }
    100% { -webkit-transform: rotate(80deg); }
}
@keyframes path {
    0%  {transform: rotate(-16deg); }
    100% {transform: rotate(80deg); }
}

/* STARS DIVIDER */

.stars, .return-top {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 30px;
  text-align: center;
  margin: 40px auto;
}

.return-top {
  margin: 30px auto 10px auto;
}

.return-top:last-child {
  margin-top: 60px;
}

.return-top a {
  padding: 6px 12px;
  transition: background 0.5s;
}

.return-top a:hover {
  background: #fde6ee;
}

.stars:before, .stars:after, .return-top:before, .return-top:after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: calc(50% - 84px);
  height: 0;
  border-bottom: 10px dotted #f9c0d3;
}

.stars:after, .return-top:after {
  left: auto;
  right: 0;
}

.return-top:before, .return-top:after {
  top: 8px;
}

.stars .star {
  height: 100%;
  width: 30px;
  display: inline-block;
  margin: 0 10px;
  opacity: 1;
  -webkit-animation: spin2 6s ease infinite;
  -moz-animation: spin2 6s ease infinite;
  animation: spin2 6s ease infinite;
}

.stars .star1 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.stars .star3 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

@-moz-keyframes spin2 {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin2 {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin2 {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

nav {
  position: relative;
  width: 100%;
  min-width: 300px;
  height: 4px;
  margin-top: -1vw;
  background: #e8024f;
}

.toggleMenu {
  font-size: 9.5vw;
  position: absolute;
  right: .3em;
  top: -.8em;
  width: 24px;
  cursor: pointer;
}

.toggleMenu div {
  width: 100%;
  height: 4px;
  background: #e8024f;
  border-radius: 4px;
  opacity: 1;
  transition: 0.3s;
}

.toggleMenu div:nth-child(2) {
  margin: 3px 0;
}

.toggleMenu.active div:first-child {
  transform: rotate(45deg);
  margin-top: 6px;
}

.toggleMenu.active div:last-child {
  transform: rotate(-45deg);
  margin-top: -14px;
}

.toggleMenu.active div:nth-child(2) {
  opacity: 0;
}

.main-nav {
  font-size: 9.5vw;
}

.nav {
  display: none;
  padding: 16px 0 16px 0;
  background: #e8024f;
  position: relative;
  z-index: 300;
}

.main-nav li, .main-nav li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  list-style: none;
  padding: 0;
  text-align: right;
  text-decoration: none;
}

.main-nav li a {
  padding-right: 20px;
}

.main-nav a.parent:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-right: 10px;
  margin-bottom: 0;
  transform: rotate(45deg);
  transition: transform .5s, margin-bottom .5s;
}

.main-nav li.open > a.parent:before {
  transform: rotate(135deg);
  margin-bottom: 4px;
}

.main-nav li > ul {
   display: none;
   padding-right: 1em;
   box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.5);
}

main {
  padding: 10px;
}

#pagetitle {
  margin: 20px 0 40px 0;
}

.clear {
  clear: both;
}

/* HOME FEATURES */

.home-left-1 h2 {
  text-align: center;
}
  
.home-right {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.home-left-2 {
  position: relative;
  padding-bottom: 80px;
}

#frieda-image, .fancy-pic {
  font-size: 4vw;
  position: relative;
  display: inline-block;
  margin-top: 14px;
}

.fancy-pic {
  margin-top: 0;
}

#frieda-image img, .fancy-pic img {
  display: block;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}

.wide-fp img {
}

.wide-left-fp img {
}

#frieda-signature {
  position: absolute;
  right: 50px;
  bottom: 0;
}

#home-mid {
  margin-top: 60px;
}

.home-book {
  margin-bottom: 40px;
}

.home-book > div {
  width: 100%;
  text-align: center;
}

.home-book img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}

.new-books {
  margin-top: 20px;
}

.new-book {
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
}

.new-book a {
  position: relative;
  display: block;
  padding: 0;
}

.new-book a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity .5s;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}

.new-book img {
  display: block;
  width: 100%;
}

/* BIO */

.bio main img {
  display: block;
  margin: 10px auto;
}

/* BOOKS INDEX */

#index .cat-pic {
  text-align: center;
}

#index .cat-pic a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 10px auto;
  width: 260px;
}

#index .cat-pic a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
  opacity: 1;
  transition: opacity .5s;
}

#index .cat-pic > a > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.booklist h3, .booklist h3 a {
  text-align: center;
  font-size: 22px;
  margin: 10px 0;
}

.booklist h4 {
  color: #000;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 400;
}

.booklist ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.booklist h4 span, .booklist h4 a {
  font-style: normal;
}

.booklist ul li {
  padding: 4px 0;
  text-align: center;
}

.booklist ul li:before {
  display: none;
}

/* BOOKS */

.book, .card {
  padding: 30px 30px 40px 30px;
  margin: 20px auto;
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.5);
}

.right-buttons + .book {
  margin-top: 50px;
}

h4 + .book {
  margin-top: 8px;
}

.card {
  padding-top: 10px;
}

.book > div {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.series > div:nth-child(n+4) {
  border-top: 10px solid #fde6ee;
  padding-top: 40px;
}

.series > div:nth-child(n+3) {  
  padding-bottom: 30px;
}

.book h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.book h4 {
  margin-top: 30px;
}

.book-cover {
  clear: both;
  width: 100%;
}

.book-cover.series-group, .books-collage {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.books-collage {
  width: 640px;
  margin-top: 20px;
}

.book-cover.series-group > div {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.book-cover img {
  display: block;
  margin: 0 auto 30px auto;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}

.series-group img {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
}

.series-group img:first-child {
  top: 13%;
  left: 42%;
  transform: rotate(10deg);
  box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.75);
}

.series-group img:nth-child(2) {
  top: 4%;
  left: 34%;
  transform: rotate(5deg);
  box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.80);
}

#jakekate .series-group img:nth-child(2) {
  left: 28%;
}

.series-group img:nth-child(3) {
  top: 4%;
  left: 20%;
  transform: rotate(-4deg);
  box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.80);
}

.series-group img:last-child {
  top: 13%;
  left: 12%;
  transform: rotate(-10deg);
  box-shadow: -4px 3px 14px rgba(0, 0, 0, 0.85);
}

.survival-group img {
  width: 46%;
  display: inline-block;
}

.survival-group img:first-child {
  margin-right: 5%;
}

.book-info {
  text-align: center;
}

.book-info ul {
  text-align: left;
  padding-left: 20px;
  margin: 24px 0;
}

.book-summary {
  display: block;
  background: #fde6ee;
  color: #be0240;
  font-family: "Noto Serif", serif;
  padding: 4px 20px;
  margin-bottom: 20px;
  overflow: auto;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
}

.book-summary p {
  text-align: left;
  font-size: 20px;
  margin: .75em 0;
}

.book-about {
  clear: both;
  margin-top: 20px;
  text-align: left;
}

ul.awards li {
  font-size: 16px;
  margin: 8px 0;
  position: relative;
  list-style: none;
}

ul.awards li:before {
  content: " ";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2px;
  left: -22px;
  background: url(images/star.png);
  background-size: 100%;
}

p.bookinfo {
  font-size: 14px;
}

p.critics, p.quote {
  position: relative;
  font-style: italic;
  margin: 16px 0 16px 50px;
}

h3 + p.quote {
  margin-top: 32px;
}

p.critics:before, p.quote:before {
  position: absolute;
  content: "\201C";
  font-family: "Noto Serif", serif;
  font-style: normal;
  top: -40px;
  left: -54px;
  font-size: 100px;
  color: #e8024f;
  opacity: 0.25;
}

p.criticsb, p.quoteb {
  margin: 16px 16px 40px 60px;
  color: #e8024f;
  opacity: 0.75;
}

/* VIDEO PLAYER */

div.video-player {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.75);
}

div.video-player > div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

div.video-player.vid-4x3 > div {
  padding-bottom: 75%;
}

div.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* FOOTER */

footer {
  background: #fde6ee;
  padding: 20px;
  margin: 0;
}

footer p {
  text-align: center;
  font-size: 14px;
  color: #be0240;
  margin: .5em auto;
}

@media screen and (min-width: 300px) {

  .toggleMenu {
    top: calc(-.6em - 6px);
    width: 26px;
  }

  .toggleMenu div:nth-child(2) {
    margin: 4px 0;
  }

  .toggleMenu.active div:first-child {
    transform: rotate(45deg);
    margin-top: 7px;
  }

  .toggleMenu.active div:last-child {
    transform: rotate(-45deg);
    margin-top: -16px;
  }
  
  .main-nav li a {
    padding-right: 6vw;
  }
  
  #header-text {
    font-size: .9em;
    letter-spacing: .08em;
  }

}

@media screen and (min-width: 400px) {

  .toggleMenu {
    top: calc(-.6em - 5px);
    width: 28px;
  }

  .toggleMenu div {
    height: 5px;
    border-radius: 5px;
  }

  .toggleMenu.active div:first-child {
    transform: rotate(45deg);
    margin-top: 8px;
  }

  .toggleMenu.active div:last-child {
    transform: rotate(-45deg);
    margin-top: -18px;
  }
  
  #header-text {
    letter-spacing: .1em;
  }
  
  main {
    padding: 20px;
  }
  
  .home-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .home-left-1 h2 {
    font-size: 5vw;
  }
  
  .home-left-1 {
    width: 48%;
    padding: 0 14px;
  }
  
  .home-right {
    width: 48%;
  } 

}

@media screen and (min-width: 450px) {

  main a.button.white-button.blue, main .notice a.button.white-button.blue {
    font-size: 1em;
    margin: 10px 6px;
  }

}

@media screen and (min-width: 500px) {

  .toggleMenu {
    width: 34px;
  }

  .toggleMenu div:nth-child(2) {
    margin: 5px 0;
  }

  .toggleMenu.active div:first-child {
    transform: rotate(45deg);
    margin-top: 10px;
  }

  .toggleMenu.active div:last-child {
    transform: rotate(-45deg);
    margin-top: -20px;
  }

}

@media screen and (min-width: 550px) {

  .toggleMenu {
    top: calc(-.6em - 4px);
    width: 36px;
  }

  .toggleMenu div:nth-child(2) {
    margin: 6px 0;
  }

  .toggleMenu.active div:first-child {
    transform: rotate(45deg);
    margin-top: 11px;
  }

  .toggleMenu.active div:last-child {
    transform: rotate(-45deg);
    margin-top: -22px;
  }
  
}

@media screen and (min-width: 600px) {  
  
  .toggleMenu {
    width: 40px;
  }

  .toggleMenu div {
    height: 6px;
    border-radius: 6px;
  }

  .toggleMenu.active div:first-child {
    transform: rotate(45deg);
    margin-top: 12px;
  }

  .toggleMenu.active div:last-child {
    transform: rotate(-45deg);
    margin-top: -24px;
  }
  
  .book-cover {
    width: auto;
    max-width: 40%;
    float: right;
    margin-left: 30px;
  }
  
  .book-cover.survival-group, .book-cover.series-group {
    max-width: 500px;
    float: none;
    margin: 0 auto;
  }
    
  .book-info h3, .book-info p {
    text-align: left;
  }
  
  .stars:before, .stars:after, .return-top:before, .return-top:after {
    width: calc(50% - 100px);
  } 
  
  .books main a.button {
    display: inline-block;
  }
  
  .books main .left-buttons a.button, .books main .right-buttons a.button {
    display: block;
  }
  
  .books main .book .book-head a.button {
    display: block;
    margin: 40px 0;
    max-width: 200px;
  }
  
  .series > div:nth-child(n+4) {
    padding-top: 10px;
  }

}

@media screen and (min-width: 692px) {

  h2 {
    font-size: 30px;
  }
  
  nav {
    margin-top: -7px;
    height: 36px;
  }
  
  .toggleMenu {
    display: none;
  }
  
  .main-nav {
    line-height: 0;
    height: 36px;
    width: 100%;
    padding: 0 4px;
    margin: 0 auto;
  }
  
  .nav {
    display: block;
    padding: 0;
  }
  
  .main-nav > ul {
    width: 100%;
    font-size: 0;
    text-align: justify;
    padding: 0;
    margin: 0;
  } 
  
  .main-nav > ul:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
  
  .main-nav li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    padding: 0 6px;
    background: none;
    transition: background .5s;
  } 
  
  .main-nav li a {
    display: block;
    font-size: 16px;
    line-height: 35px;
    padding: 0;
  }
  
  .main-nav a.parent:before {
    display: none;
  }
  
  .main-nav li:hover { 
    background: #ff3d67;
  }
  
  .main-nav li > ul {
    position: absolute;
    display: block;
    top: 35px;
    left: -99999px;
    padding: 0;
    min-width: 150px;
    background: #e8024f;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.5);
    z-index: 300;
  }
  
  .main-nav li:hover > ul {
    left: 0;
  }
  
  .main-nav li > ul > li {
    display: block;
    text-align: left;
    height: 0;
    transition: height .5s, background .5s;
  }
  
  .main-nav li > ul > li a {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    text-align: left;
  }
  
  .main-nav li:hover > ul > li {
    height: 35px;
  }
  
  .home-left-1 h2 {
    font-size: 34px;
  }
  
  #home-mid h2 {
    font-size: 40px;
  }
  
  .home-book, .new-books {
    display: flex;
    width: 100%;
    max-width: 700px;
    justify-content: space-between;
    margin: 32px auto 40px auto;
  }
  
  .home-book {
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  
  .home-book-desc p {
    max-width: 400px;
    text-align: left;
    padding-left: 40px;
  }
  
  .home .pink {
    font-size: 1em;
  }
  
  .home-book img {
    max-width: 340px;
  }
  
  .new-books {
    height: 220px;
  }
  
  .new-book {
    width: auto;
    max-width: initial;
    height: 100%;
    margin: 0;
  }
  
  .new-book a:before, #index .cat-pic > a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .5s;
  }
    
  .new-book a:hover:before, #index .cat-pic > a:hover:before {
    opacity: 1;
  }
  
  .new-book a:hover:after, #index .cat-pic > a:hover:after {
    opacity: 0;
  }  
  
  
  .new-book a {
    position: relative;
    height: 100%;
    padding: 0;
    z-index: 20;
    display: inline-block;
  }

  .new-book img {
    display: block;
    height: 100%;
    width: auto;
  }
  
  main > p.quote, main > p.quoteb {
    margin-left: 80px;
    margin-right: 40px;
  }
  
  .books main .right-buttons a.button {
    display: inline-block;
    margin: 8px 8px 8px 0;
  }
  
  .books main .left-buttons a.button {
    display: inline-block;
  }
  
  .books main .right-buttons a.button:last-child {
    margin-right: 0;
  }
  
}

@media screen and (min-width: 740px) {
  
  .main-nav {
    max-width: 1000px;
  }
  
  .main-nav > ul {
    margin: 0 0 0 -3px;
  } 
  
  .main-nav li {
    padding: 0 10px;
  }

  .books main .left-buttons a.button:first-child {
    margin-left: 0;
  }
  
  .right-div {
    float: right;
    max-width: 50%;
    margin: 0 0 10px 30px;
  }
  
  .left-div {
    float: left;
    max-width: 505;
    margin: 0 30px 10px 0;
  }
  
  .book-cover.survival-group, .book-cover.series-group {
    max-width: 60%;
    float: right;
    margin-left: 30px;
  }
  
  .book-cover.series-group {
    width: 360px;
  }
  
  .books-collage {
    max-width: 60%;
    float: right;
    margin-left: 10px;
  }
  
}

@media screen and (min-width: 820px) {

  .book > div {
    margin: calc((100vw - 820px) / 2) auto;
  }

}


@media screen and (min-width: 884px) {

  header, .main-nav, main {
    font-size: 84px;
  }
  
  h2 {
    font-size: 36px;
    letter-spacing: 1px;
  }
  
  .home-left-1 h2 {
    letter-spacing: 0;
  }
  
  nav {
    margin-top: -8px;
  }
  
  #stars, #star-shadows {
    right: auto;
    left: 720px;
  }
  
  .home-top {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  
  .home-left-1 {
    width: 50%;
    padding: 14px 10px 14px 0;
    float: left;
  }
  
  .home-left-1 h2 {
    text-align: left;
    font-size: 24px;
  }
  
  .home-right {
    float: right;
    width: 50%;
    max-width: 460px;
  }
  
  .home-left-2 {
    width: 50%;
    padding-right: 10px;
  }
  
  .new-books, .home-book {
    width: 76vw;
    max-width: 100%;
  }
  
  .new-books {
    height: 24vw;
  }
  
  .home .pink {
    font-size: 1.2em;
  }

}

@media screen and (min-width: 944px) {

  .book > div {
    margin: 60px auto;
  }
  
  .book > div {
    padding: 10px 30px 30px 30px;
    border: 10px solid #fde6ee;
  }
  
  .left-buttons, .right-buttons {
    display: inline;
  }
  
  .right-buttons {
    float: right;
    text-align: right;
  }
  
  .home-book-desc p:last-child {
    padding-bottom: 24px;
  }

}

@media screen and (min-width: 970px) {

  .bio h3 {
    clear: both;
    font-size: 26px;
    margin-top: 60px;
  }
  
  .bio main img {
    margin: 10px 20px;
  }

  #bio-text1 {
    position: relative;
    display: block;
    width: 50%;
    float: left;
  }

  #bio1 {
    transform: rotate(0deg);
    float: right;
    margin: -30px 20px 60px 0;
  }
  
  #bio2 {
    float: left;
    transform: rotate(0deg);
    margin: 0 0 30px 20px;
  }
  
  #bio-text2, #bio-text2b {
    float: right;
    width: 50%;
  }
  
  #bio3a {
    float: right;
   }
  
  #bio-text3 {
    position: relative;
    width: 30%;
    display: block;
    float: left;
    margin-top: 100px;
    text-align: center;
  }
  
  #bio-text3 span {
    display: block;
    margin-top: 20px;
  }
  
  #bio-text3b {
    position: relative;
    clear: both;
    width: 30%;
    display: block;
    float: right;
    margin-top: 130px;
  }
  
  #bio-text4, #bio-text4b {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    margin-top: 10px;
  }
  
  #bio-text4b {
    margin-top: 0;
  }
  
  #bio4 {
    float: right;
  }
  
  #bio-text5 {
    float: right;
    width: 40%;
    display: block;
    margin-top: 120px;
  }
  
}

@media screen and (min-width: 1036px) {

  main {
    padding: 30px 10px;
  }

  #header-text {
    font-size: 1em;
    padding-top: .6em;
  }
  
  #stars, #star-shadows {
    font-size: 1.2em;
    left: auto;
    right: 0;
  }
    
  nav {
    margin-top: -10px;
  }

  .home-left-2 {
    padding-bottom:80px
  }
  
  #frieda-image, .fancy-pic {
    font-size: 40px;
  }
  
  #frieda-signature {
    right: 50px;
  }
	
	.home-book .notice {
		font-size: 1.4em;
	}
	
	.home-book-desc p {
		padding-left: 10px;
	}
  
  #index {
    display: flex;
    justify-content: space-between;
  }
  
  .cat {
    width: 276px;
    vertical-align: top;
  }
  
  #index .cat-pic a {
    height: 276px;
    width: auto;
  }
  
  #index .cat-pic img {
    height: 276px;
  }
    
  .booklist ul {
    width: 260px;
    margin: 20px auto;
  }
  
  .cat hr.dots {
    margin: 0 0 0 100px;
  }
  
  .right-note {
    display: table;
    width: 100%;
    padding: 14px 0 10px 0;
  }
  
  .right-note > * {
    display: table-cell;
    white-space: nowrap;
  }
  
  .right-note p {
    text-align: right;
  }
  
}

@media screen and (min-width: 1260px) {

  
  .home-left-1 h2 {
    font-size: 34px;
    padding-right: 60px;
  }
  
  #home-mid h2 {
    font-size: 48px;
  }
  
  .new-books {
    height: 310px;
  }

}

@media screen and (min-width: 1400px) {

  header, .main-nav, main {
    font-size: 84px;
  }
  
  nav {
    margin-top: -10px;
  }
  
  .main-nav li {
    padding: 0 14px;
  }

}