
body.noImage
{ 
  background-color: white;
  background-attachment: fixed;
  background-size: 100% 100%;
}
body.std
{ 
  background-color: #ffc99a;
  background-attachment: fixed;
  background-size: 100% Auto;
}
h1{
  color: #374852;
  font-family: Roboto, Helvetica, Roboto, sans-serif;
  font-weight: 400
  font-size: 24px;
  text-align: center;
}
p.std { 
    color: #000000;
    font-size: 18px;
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
}
img.leftBook{
  height: 150;
  padding: 0px 20px 0px 0px;
}
img.rightBook{
  height: 150;
  padding: 0px 0px 0px 20px;
}

a
{
   font-family: Arial, sans-serif;
   font-size: 18px;
   text-decoration: none;
}
a:link
{
   color: blue;
   padding: 4px 10px;
   text-align: center;
   display: inline-block;
}
a:visited
{
   color: blue;
   padding: 4px 10px;
   text-align: center;
   display: inline-block;
}
a:hover
{
   padding: 4px 10px;
   text-align: center;
   display: inline-block;
}

div.books
{   
   padding: 5px 5vw;
}
div.menu
{
    background-color: #FFFFFF;
    background-size: auto;
    width: 100%;
    margin: 0 auto;
}
div.gap 
{
  position: relative;
  background: white;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
 
p
{
   margin:0px;
   padding: 0px;
}


/* ------------------------------------------------------------- */

img
{
   display:block;
   margin: 0 auto;
}
img.banner
{
   width: 100%;	
   height: Auto;
   max-width: 1000px;
}
img.books
{
  width: 28%;
  max-width:300px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  display: inline;
  vertical-align: top;
  float: none;
  padding-left: 5px;
}
img.author
{
  width: 20%;
  max-width:150px;
  border-color: #280e08;
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  display: inline;
  vertical-align: top;
  float: none;
  padding-left: 5px;
}


@media (min-width: 280mm)
{   
   div.full{
      max-width:757px;
   }
   div.main {
      max-width:757px;
   }
   div.books {
      max-width: 757px;
   }
   div.footer {
      max-width:757px;
   }
   div.menu {
      max-width:757px;
   }
   div.menu2 {
      max-width: 757px;
   }
   p.quotes {
      font-size: 18px;
   }
   p.std {
      font-size: 18px;
   }
   img.banner{
      max-width:757px;
   }
}
