body{
    font-family: 'Open Sans', sans-serif;    
}

div.keepset{
    max-width: 1000px;
    margin: auto;
}

.bookcover{
    padding: 10px;
}
.zane{
    background-color: darkviolet; 
    color:azure;
    border: 5px;
}

#authorPhoto{

    padding: 10px;
    border-radius: 50%;
}

#more {
    display: none;
}

.s-col{
    display: table-cell;
}
.s-table{
    display: table;
}
#topnamewelcome{
    padding-top: 30px;
    padding-bottom: 30px;
}

footer{
    min-height:150px;
}

  /*Responsive Stuff*/
  /*Bigger screens*/
  @media screen and (min-width: 1000px){

    div.img-book-front{
        background-image: url('../IMG/front-thumb.png');
        max-width:100%;
        max-height: 100%;
        padding: 20px
        
    }


    #excerpt{
        height:700px ;
        overflow: auto;
    }

  }

  /*Small screens*/
  @media screen and (max-width: 1000px){

    div.img-book-front{
        background-image: url('../IMG/front-thumb-small.png');
        max-width: 100%;
        max-height: 100%;
        padding: 20px
    }

    #excerpt{
        height:550px;
        overflow: auto;
    }
    

  }
    /*Landscape mode*/
  @media screen and (max-height: 500px)
  {

    #excerpt{
        height:250px;
        overflow: auto;
    }

  }
/*Text swap*/
  p,h2,h3,h4{
      font-family: 'Open Sans', sans-serif; 
  }

  h1{
    font-family: 'Cinzel Decorative', sans-serif;
}

.buynow{
    margin-top: 5px;
    margin-bottom: 5px;
}

#books{
    padding-top: 10px;
}