/* this is a custom CSS stylesheet */



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
  
}
body {
  background: repeat url(../img/kindajean.jpg);
}

.navbar-default {
  margin-top: -3px;
}

.mar-btm20 {
  margin-bottom: 20px;
}

.col-sm-4 img { border-right: 1px solid #ddd; padding-right: 20px}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
    img.books {
      float: left;
      border: 0px solid red;
    } 
    img {
      margin: 0 auto;
      border: 0px solid red;
    }    
  .col-sm-4 img { border-right: 0px solid #ddd; padding-right: 20px}
}

.row {margin: 10px 0;}

p.bookHeader {
  font-weight: bold;
  font-style: italic;
}
.publisher {
  font-style: normal;
}
.quoter {
  text-align: right;
  margin: -5px auto 30px;
  color: #565759;
}

.caption img {
  float: left;
  margin-right: 10px;
}

.frm-err {
  color: red;
}
footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;

}
.navbar.navbar-default {
  font-family: 'Lobster', cursive;
  font-size: 26px;

}