/********* GENERAL GRID *************************************/
/* maybe this isn't really that general as it has some sizing
   for the books */

.grid {
  margin: 0 auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  width: 300px;
  float: left;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  height: 400px;
}


.grid-item:nth-child(8n) {
  transform: rotate(-0.5deg);
}
.grid-item:nth-child(5n) {
  transform: rotate(0.5deg);
}

.grid-item-overlay {
  position: absolute;
  top: 15px;
  left: 20px;
  margin-right: 10px;
  font-family: "Special Elite", system-ui;
    font-family: GroteskRegular;
  font-size: 16px;
  font-weight: 100;
}

.book-cover {
  bottom: 190px;;  
}

.book-note {
  font-family: GroteskRegular;
  font-size: 16px;
  color: rgb(134, 134, 134);
  line-height: 120%;
  top: 210px;
}

.book-note p {
  margin-bottom: 10px;
}

.book-cover img {
  border-radius: 10px;
}

.link {
  font-size: 19px;
}
@media only screen and (max-width: 600px) {
  .grid-item {
    width: 300px;
  }

  .logo-twolines-tilt {
    display: none;
  }
}