body {
 /*background-color:#e3afe8;*/
 /*background-image: url('/BookReviews/FederalistPapers/Pictures/AlexanderHamilton.png');*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50px 25px; 
    background-size:120px;
}

.header {
 width:100%;
 background-color:red;
 
}

.character {
 float:left;
 display:inline-block;
 width:50px;
}

.cover {
 width:95%;
 display:block;
 margin-left:auto;
 margin-right:auto;
 margin-top:10px;
}

#summary p {
  padding:8px;
}

#minorinfo p {
  padding:8px;
}

#essay p {
  padding:8px;
}



/* COLUMNS */

.content {
 width:100%; 
}

.left {
  background-color:aqua;
  width:20%;
  float:left;
}

.centre {
  background-color:brown;
  width:30%;
  float:left;
}

.right {
 background-color:yellow;
 width:50%;
 float:left;
}


h1 {
  margin-left:6px;
}

h3 {
 margin-left:6px; 
}

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; 
}