/* stylesheet.css */
header {
 background-color:#FFFFB9;
 border: solid black 3px;
 width:100%; 
 padding-bottom:15px;
 padding-top:0px;    
 font-family:'Port Lligat Slab', serif;
 font-size:30px;
 height:50px;
 box-shadow: 0px 5px 10px rgba(0,0,0,0.5); 
 margin:1px;    
}

body {
  line-height: 1;
  font-family: 'Cinzel', serif;
  font-size: 30px;
  background-color: #B0FFED;
}

a{
  color:black;
}
footer {
   padding-top:5px;
   padding-bottom:5px;    
   border:solid 3px black;
   height: 50px; 
   background-color: #FFFFB9;
   margin:5px;
   width:100%;
    
}

#logo {
    height:420px;
    width:100%;
    background-image: url(../img/book7.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center 49%;
    border:solid #00294D 3px;
    margin: 1px;   
}

#book3img {
    height:800px;
    width:100%;
    border: solid #FFFFB9 3px;    
}

#book2img{
    height:600px;
    width:100%;
    border: solid black 3px;
}

#book4img{ 
    height:800px;
    width:100%;
    border: solid black 3px;
}

#book5img{
    height:450px;
    width:50%;
    border: solid black 3px;
}
#book6img{
    height:600px;
    width:100%;
    border: solid black 3px;
}

#book9img{
    height:400px;
    width:100%;
    border: solid black 3px;
}

h1 {
    float:inherit;
    margin-bottom:0px;
    margin-left:300px;
    margin-top:0px;
    font-size:60px;
}
p {
    text-align: center;
    font-size:40px;
}

head {
    font-size: 30px;
    font-family:'Yeseva One', cursive;
    text-align: center;
}

header nav{
    float:inherit;
    margin-left: 350px;
}

header nav li{
    display:inline;
    
}

h3 form {
    width:500px;
    margin:0px;
    margin: auto;
}

.search {
    padding:5px 10px;
    background:rgba(50, 50, 50, 0.2);
    border:solid black 2px;
}

.button {
    position:relative;
    padding:5px 10px;
    left:-12px;
    border:solid black 2px;
    background-color:black;
    color:#fafafa;
}

.right {
    float:right;
    border:solid black 3px;
}   

footer nav {
    float:inherit;
    margin-left: 400px;
    margin-bottom: auto;
    
}

footer nav li {
    display: inline;
    
}

h2 {
    font-size: 20px;
    text-align: inline;

}

/*=========================================
    Main Styles
    =========================================*/


  

 












