/* CSS RESET v2.0 | 20110126 License: none (public domain) */
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;}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  filter:inherit; -ms-filter:inherit;
  backface-visibility: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}
img {
  display: block;
  max-height: 100%;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: border-box;
}

body {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #a8e0ed;
}

.wrapper {
  position: relative;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  overflow: hidden;
  max-width: 1500px;
  transform: translateX(-50%);
}
.wrapper > div {
  transition: all 0.2s;
}


[class^="img-"] {
  position: absolute;
}

[class^="img-"] i {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

#footer {
  background-color: #222;
  color: #fff;
  font-family: inherit;
  padding: 1em;
  text-align: center;
}

#footer a {
  cursor: pointer;
}

.dnsos {
  color: #fff !important;
  border: unset !important;
  padding: unset !important;
  font-size: unset !important
}
.dnsos:hover {
  background: unset !important;
}


/******************************************
* images
******************************************/
.bg {
  background-image: url(../img/bg.jpg);
  background-size: cover !important;
  background-position: center !important;
}
.book {
  background-image: url(../img/book.png);
}
.book-available {
  background-image: url(../img/book-available.png);
}
.logo {
  background-image: url(../img/logo.png);
}
.available-at {
  background-image: url(../img/available-at-v3.png);
}
.audio-book {
  background-image: url(../img/audio-book.png);
}
.ebook {
  background-image: url(../img/ebook.png);
  background-position: bottom right !important;
}
.amazon {
  background-image: url(../img/amazon.png);
  background-position: bottom right !important;
}
.indie {
  background-image: url(../img/indiebound.png);
  background-position: bottom right !important;
}
.chronicle {
  background-image: url(../img/chronicle.png);
  background-position: bottom left !important;
}
.barnes {
  background-image: url(../img/barnes.png);
  background-position: bottom left !important;
}
.audible {
  background-image: url(../img/audible.png);
}
.trevor {
  background-image: url(../img/trevor.png);
  background-position: bottom right !important;
}
.aids-united {
  background-image: url(../img/aids-united.png);
  background-position: bottom right !important;
}





/******************************************
* position
******************************************/
.img-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.img-book {
  left: 5.2%;
  top: 13%;
  width: 46.8%;
  height: 67.4%;
}
.img-book-available {
  left: 20.4%;
  top: 96.4%;
  width: 59.6%;
  height: 3.6%;
}
.img-logo {
  left: 51.7%;
  top: 10.5%;
  width: 41.9%;
  height: 34.9%;
}
.img-available-at {
  left: 58.7%;
  top: 48%;
  width: 29.8%;
  height: 24.7%;
}
.img-audio-book {
  left: 53.4%;
  top: 75.5%;
  width: 41.2%;
  height: 22.2%;
}
.img-ebook {
  left: 22%;
  bottom: 0%;
  width: 350px;
  height: 98px;
  transform: translateX(-50%);
  overflow: hidden;
}

.img-amazon,
.img-chronicle,
.img-barnes,
.img-indie,
.img-audible,
.img-trevor,
.img-aids-united{
  transition: transform 0.2s ease;
  transform: scale(1) rotate(0.1deg);
}

.img-amazon {
  left: 0%;
  top: 15%;
  width: 44.4%;
  height: 38.3%;
}
.img-chronicle {
  left: 55.5%;
  top: 15%;
  width: 44.4%;
  height: 38.3%;
}
.img-indie {
  left: 0%;
  top: 60.7%;
  width: 44.4%;
  height: 38.3%;
}
.img-barnes {
  left: 55.5%;
  top: 60.7%;
  width: 44.4%;
  height: 38.3%;
}

.img-audible {
  left: 32.5%;
  top: 22.3%;
  width: 32.3%;
  height: 43.1%;
}

.img-trevor,
.img-aids-united {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img-trevor {
  width: 57%;
  overflow: hidden;
}
.img-trevor a {
  position: absolute;
  left: 0;
  top: 0;
  width: 175%;
  height: 100%;
}
.img-aids-united {
  width: 30%;
  left: auto;
  right: 0;
  overflow: hidden;
}
.img-aids-united a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 333%;
  height: 100%;
}

.links {
  position: absolute;
  right: 1.9%;
  bottom: 3.3%;
  color: white;
  font-size: 18px;
  font-size: 1.8vmin;
  white-space: nowrap;
  transform: none;
}

a {
  color: white;
}
.desktop .img-amazon:hover,
.desktop .img-chronicle:hover,
.desktop .img-indie:hover,
.desktop .img-barnes:hover,
.desktop .img-audible:hover,
.desktop .img-trevor:hover,
.desktop .img-aids-united:hover {
  transform: scale(1.03) rotate(0.1deg);
}





body, .wrapper, .img-bg {
  min-height: 450px;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}





/******************************************
* breakpoints
******************************************/
@media only screen and (min-width : 801px) and (max-height : 400px) and (orientation: landscape) {
  .img-ebook {
    width: 250px;
    height: 70px;
  }
}

@media only screen and (max-width : 1024px) and (orientation: landscape) {
  .img-logo {
    top: 6%;
  }
  .img-book {
    top: 10%;
  }
  .img-available-at {
    top: 42%;
  }
  .img-audio-book {
    top: 70%;
  }
}

@media only screen and (max-width : 850px) {
  .img-ebook {
    left: 27%;
  }
}
@media only screen and (max-width : 800px) {
  body, .wrapper {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .wrapper, .img-bg {
    min-height: 1000px;
  }
  .img-book {
    left: 1%;
    top: 22%;
    width: 97.9%;
    height: 35.2%;
  }
  .img-logo {
    left: 8.8%;
    top: 3.2%;
    width: 80.3%;
    height: 16.8%;
  }
  .img-available-at {
    left: 50%;
    top: 60.6%;
    width: 64.8%;
    height: 13.5%;
    max-width: 396px;
    transform: translateX(-50%);
  }
  .img-audio-book {
    left: 4.3%;
    top: 78.1%;
    width: 89.6%;
    height: 11.6%;
  }
  .img-ebook {
    left: 50%;
    bottom: 0%;
    width: 66.4%;
    height: 6.8%;
    max-width: 250px;
    transform: translateX(-50%);
  }
  /*.img-book-available {
    left: 8%;
    top: 97%;
    width: 80%;
    height: 6%;
  }*/
  .ebook, .trevor, .aids-united {
    background-position: bottom center !important;
  }
}

@media only screen and (max-width : 600px) {
  .img-book {
    left: 4.3%;
    width: 99%;
  }
  .img-available-at {
    max-width: 343px;
  }
}

.optanon-toggle-display {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 11px;
  color: #59a1c8;
  opacity: 0.8;
}

.optanon-toggle-display:hover {
  opacity: 1.0;
}






