body {
 background-color:#c9f168;
 /*background-image: url('/BookReviews/FederalistPapers/Pictures/AlexanderHamilton.png');*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50px 25px; 
    background-size:120px;
}

/* COVERS */

.imagerow {
  width:65%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  
}

.covers {
 display:inline-block;
 float:left;
}

.covers img{
  width:12%;
  
}

/*.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:70px;
    height:auto;
    display:block;
    z-index:999;
}*/


h5 {
  font-family: "Ariel", sans-serif;
  float:left;
  color:white;
  font-size:20px;
}

h5 a{
  text-decoration:none;
  color:white;
}

h5 a:hover {
 color:aqua; 
}

#bottomBar{
  background-color: #2b78c3;
  display:inline-block;
  width:100%;
  position: fixed;
    bottom: 0;
    left:0;
}
  
.icon {
 float:left; 
 margin-top:15px;
 margin-left:15px;
}

.FamousFive {
display:inline-block;
text-align:right;
margin-right:30px;
 margin-top:38px;
 margin-left:23%;
}

.FamousFive a{
  text-decoration:none;
  color:white;
}

.FamousFive a:hover {
 color:aqua; 
}