/* Shelf Css starts */
.ShelfsTitle{font-size: 3em;color:#3e3e3e;}
.ShelfsTitle::after{
      content:'';
      display:block;
      width:100%; 
      margin-top:0.5em;
      border-bottom:1px solid #cecece;
 }

img.stampIt {position: absolute; top:234px; right:-20px; width:110px;}

.Shelf > div { margin-top:2em;margin-bottom: 1em;}
.Shelf > div > a { text-decoration: none;}
.Shelf > div > a > h3{margin: 0;color:#3e3e3e;font-size: 2.1em;margin-top:.4em; }        
.Shelf > div > a > h4{margin: 0;color:#989898;font-size: 1.7em;}
.Shelf > div > a:nth-child(1) {background: white;}
.Shelf > div > a:nth-child(1) img.bookThump {margin:0 auto;opacity: .9;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);}


.Shelf > div > a:nth-child(1):hover img { opacity: 1; }  
.Shelf > div > a:nth-child(2) { text-align:center;}
.Shelf > div > a:nth-child(2)>h3 { transition-duration: .5s;}
.Shelf > div > a:nth-child(2):hover >h3{color:#ffffff;}
/*Shelf Css ends*/