body {
 /*background-color:burlywood;*/
/* background-image: url('/BookReviews/FederalistPapers/Pictures/FoundingFathers.png'); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 12px 20px; 
    background-size:200px;
}

h1 {
  margin-top:20px;
  text-align:center;

}

h2 {
  text-align:center;
}

h3 {
  text-align:left;
  margin-left:10%;
}

h4 {
 text-align:center; 
  
}

.header {
 background-color:yellow; 
}


.series {
 padding-top:50px;
 padding-bottom:50px;
 /*border-top:5px;
 border-color:black;
 border-style:solid;*/
 margin-left:1%;
 margin-right:1%;
}

.series img {
  width:12%;
  margin-left:1%;
  margin-right:1%
}

.series a:hover {
 opacity:0.7; 
}







#bottomBar{
  background-color: #2b78c3;
  display:inline-block;
  width:100%;
  position: fixed;
    bottom: 0;
    left:0;
  }
  
.icon {
 float:left; 
 margin-top:15px;
 margin-left:15px;
}

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; 
}

h6 {
 text-align:center;
 font-size:15px;
}

.navButtons {
display:inline-block;
 margin-top:38px;
 margin-left:23%;
}

.navButtons a{
  text-decoration:none;
  color:white;
}

.navButtons a:hover {
 color:aqua; 
}

