body {
  background: #fff;
  color: #222;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
}

.main-content {
  margin: 2.5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

h1 {
  width: 100%;
  margin: 0 auto 0.5em;
  font-size: 30px;
}

h1 small {
  text-transform: none;
  display: block;
  margin: 16px 0;
  font: 300 20px 'QuickSand', sans-serif;
  color: #999;
}

.wrapper {
  max-width: calc(100% / 4);
  min-width: 10em;
}

.book {
  height: 250px;
  width: 175px;
  position: relative;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 5px 15px 15px 5px;
  -webkit-transform-origin: left center 0px;
          transform-origin: left center 0px;
  display: inline-block;
  margin: 32px;
  -webkit-perspective: 800px;
          perspective: 800px;
}

.book:hover {
  -webkit-transform: rotateZ(-8deg);
          transform: rotateZ(-8deg);
}

.book:hover .book__cover {
  -webkit-transform: rotateY(-40deg);
          transform: rotateY(-40deg);
  z-index: 999;
  -webkit-box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 10px 50px rgba(0, 0, 0, 0.2);
}

.book__cover {
  height: 250px;
  width: 175px;
  position: absolute;
  border-radius: 5px 15px 15px 5px;
  -webkit-box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
  z-index: 10;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: left center 0px;
          transform-origin: left center 0px;
  background-size: 180px 255px;
}

.book__detail {
  background-color: rgba(51, 51, 51, 0.8);
  margin-top: 185px;
  padding: 15px;
  font-size: 12px;
  font-weight: 800;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.book__page {
  height: 100%;
  width: 175px;
  position: absolute;
  background-color: #fbfae8;
  z-index: 0;
  -webkit-box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 1.5px rgba(0, 0, 0, 0.25);
  border-radius: 5px 16px 16px 5px;
  overflow: hidden;
}

.book__page.ruled {
  background: linear-gradient(to bottom, #fbfae8 9px, #e4e4e4 1px);
  background-size: 100% 10px;
}

.book__page.squared {
  background-image: linear-gradient(#e4e4e4 1px, transparent 1px), linear-gradient(90deg, #e4e4e4 1px, transparent 1px);
  background-size: 10px 10px, 10px 10px, 2px 2px, 2px 2px;
}

.book__page.dotted {
  background: linear-gradient(90deg, #fbfae8 10px, transparent 1%) center, linear-gradient(#fbfae8 10px, transparent 1%) center, #999;
  background-size: 11px 11px;
}



.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}



/*# sourceMappingURL=s3.css.map */