@import url(https://fonts.googleapis.com/css?family=Bree+Serif|Arvo:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Satisfy);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  color: rgb(50, 50, 50);
  font-family: "Arvo", serif;
  font-size: 16px;
  margin: 0 auto;
  max-width: 600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bree Serif", serif;
}

h1 {
  font-size: 3em;
  line-height: 1.4;
}

h2 {
  font-size: 2.7em;
}

h3 {
  font-size: 2.4em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.2em;
}

p {
  line-height: 1.7;
}

em {
  font-style: italic;
}

header {
  display: none;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  justify-content: space-evenly;
  margin: 0 auto;
  width: 100%;
}

/*

	Main

	The big "hero" style banner thats used to highlight the current item

*/

main .container {
  height: 100vh;
  position: relative;
  max-width: 90vw;
}

main {
  background-image: url(/assets/vegas-background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
  height: 100vh;
  position: relative;
  width: 100%;
}

main .book-cover {
  height: 75%;
  left: 5vw;
  position: absolute;
  width: 40%;
}

.book-cover a {
  display: block;
}

main img {
  height: 80vh;
  /*max-width: 100%;*/
}

main h1 {
  font-size: 3em;
  margin: 0 0 0.4em 0;
}

main aside {
  margin: 12% 0 0 40%;
  width: 65%;
}

.buy-buttons {
  bottom: 5vh;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (max-width: 750px) {
  .buy-buttons {
    bottom: 2vh;
  }

  .buy-buttons p {
    line-height: 3;
  }
}

.buy-buttons p {
  display: inline-block;
  height: 50px;
}

.buy-buttons a {
  background: rgba(255, 196, 54, 0.65);
  border-bottom: 0.1em solid rgba(255, 196, 54, 0.15);
  border-radius: 4px;
  color: rgb(0, 0, 0);
  font-size: 1.1em;
  margin: 0 0.5em 0 0.5em;
  padding: 0.75em 0.75em 0.55em 0.75em;
  text-decoration: none;
}

.buy-buttons a:hover {
  border-bottom: 0.1em solid rgb(255, 196, 54);
  color: rgb(50, 50, 50);
}

.buy-buttons .tb {
  background: rgba(220, 201, 172, 0.6);
}

.buy-buttons .tb:hover {
  border-bottom: 0.1em solid rgb(220, 201, 172);
}

main blockquote {
  background: rgba(0, 0, 0, 0.36);
  font-family: "Satisfy", cursive;
  font-size: 4em;
  padding: 5% 10% 5% 10%;
  position: relative;
}

@media (max-width: 950px) {
  main aside {
    margin: 12% 0 0 25%;
    width: 70%;
  }
  main blockquote {
    font-size: 3.2em;
  }
}

@media (max-width: 900px) {
  main aside {
    margin: 12% 0 0 30%;
    width: 75%;
  }
  main blockquote {
    font-size: 3em;
  }
}

main blockquote .top {
  font-size: 3em;
  left: -35px;
  position: absolute;
  top: -20px;
}

main blockquote .end {
  bottom: -100px;
  font-size: 3em;
  position: absolute;
  right: -10px;
}

main p {
  line-height: 1.3;
}

@media (max-width: 680px) {
  main .book-cover {
    left: 14vw;
    width: 50vw;
  }

  main aside {
    display: none;
    margin: 0;
    width: 90%;
  }
}

@media (max-width: 500px) {
  main .book-cover {
    left: 6vw;
    top: 7vh;
    width: 80%;
  }
}

@media (max-width: 400px) {
  main .book-cover {
    left: 1vw;
    top: 7vh;
    width: 90%;
  }
}

@media (max-height: 667px), (max-width: 375px) {
  main .book-cover {
    left: 9vw;
  }

  main img {
    height: 65vh;
  }
}

.other-books {
  overflow: hidden;
}

.other-books li {
  list-style: none;
}

.other-books img {
  max-width: 180px;
}

.about {
  justify-content: initial;
  margin: 10% auto;
}

.bio {
  padding: 5%;
}

.bio h1 {
  border-bottom: 3px solid rgb(102, 51, 153);
  margin: 0 0 0.5em 0;
}
