/* Bookshelf Stylesheet */@media projection,screen{.home-bookshelf{background:var(--sky-blue);padding:2em 0}.home .bookshelf-item.hover-grow:hover{background-color:var(--sky-blue-dark)}
  /* .bookshelf-list { display:flex; flex-flow:row wrap; padding:0; justify-content:space-between; }*/.bookshelf-form{margin:0}.bookshelf-form input{margin-bottom:0;padding:1rem}.bookshelf-form input[type=text]{margin-right:1rem}.bookshelf-count{margin-top:1.865rem}.bookshelf-item{background:var(--sky-blue-light);margin-bottom:2rem;width:100%}.book-item-details{margin-top:1rem}.book-item-title{font-size:2rem;margin-top:0}.book-item-author{margin-bottom:0}.book-item-author-title{font-style:italic}.book-item-link{margin-bottom:0}.book-item-image{align-self:flex-start}.book-item-image img{opacity:.95}}

/* 700px
----------------------------------------------------*/@media only screen and (min-width:43.75em){.book-item{display:flex}.book-item-image{max-width:16rem;min-height:30vw;padding:1rem 0 1rem .75rem;width:20vw}.book-item-details{margin-top:0;width:100%}.book-item-image+.book-item-details{padding:0 1.5rem 1.5rem;width:calc(100% - 20vw)}.home-bookshelf .book-item-image+.book-item-details{padding:1.5rem}}

/* 1200px
----------------------------------------------------*/@media only screen and (min-width:75em){.book-item{display:flex;width:calc(50% - .5rem)}.home-bookshelf .bookshelf-item{max-width:100%;width:100%}.bookshelf-item .book-item-image{min-height:0;width:25%}.home .bookshelf-item .book-item-image{min-height:0;min-width:20%;width:20%}.book-item-details{width:100%}.book-item-image+.book-item-details{width:65%}}

/* Print
----------------------------------------------------*/@media print{.bookshelf-form{display:none}.book-item{display:flex;flex-flow:row wrap}.book-item-image{margin-right:1rem;width:11rem}.book-item-details{width:calc(100% - 12rem)}}