body{
    background-color: rgba(245,245,220,0.5);
    font-family: GillSans, Calibri, Trebuchet, sans-serif;

}
footer{
    background-color: #a1887f;
    box-shadow: 0  2px 3px 5px rgba(78, 69, 51, 0.9);
    
   /*background-color: rgba(75, 67, 0, 0.5);*/
  
   
}
nav{
    
    background-color: #a1887f;
    
    font-size: 1.2em;
    color:white;
    height:55px;
    text-align: center;
    box-shadow: 0  2px 3px 5px rgba(78, 69, 51, 0.9);
    

}

h2{
  text-align: center;
  font-family: arial;
  font-size: 25px;
 background-color: rgba(71, 73, 75, 0.5);
 
  

}
h1,h3{
    color:rgba(114, 85, 4, 0.8);
    
}

div a {
   color:rgba(114, 85, 4, 0.9);
   
}
#block{
         
    border-top: 2px solid rgba(114, 85, 4, 0.9);
    border-bottom: 2px solid rgba(114, 85, 4, 0.9);
    width:500px;
    height:650px;
    margin:25px 30px;
    color:black;
    text-align: left;
  
    padding:10px

}

   @media(min-width:1280px)
   {
    footer section{
    
        height: 300px;
        padding: 20px;
    
        width: 1200px;
        display: flex;
        margin:0 auto;
        
    }
    #container{
        display:flex;
        width:1200px;
        margin: 0 auto;
    }
    
        footer div{
           
            text-align: left;
           width:500px;
           height: 250px;
           
            color:white;
           line-height: 35px;
           margin:0 auto;
           padding: 30px;
           
    
        }
   }
   @media(max-width:1280px)
   {
    footer section{
    
        height: 600px;
        padding: 20px;
    
        width: 100%;
        display: block;
        margin:0 auto;
        
    }
    
    #container{
           
        display: block;
        width: 600px;
        margin:0 auto;
    }
   
        footer div{
        
            border-bottom: 2px solid white;
           
           height: 250px;
           font-size: 1.2em;
            color:white;
           line-height: 35px;
           margin:0 auto;
           padding: 30px;
           
           
    
        }
   }
    #section2{
        height:50px;
        font-size: 14px;
        text-align: center;
       
    
       
    
    }
    footer div div{
        width:45px;
        height: 45px;
        padding: 0;
        display: inline-block;
      
        
    }
   span:hover{
       text-decoration: underline;
   }
  
   #textBox{
       color:rgba(114, 85, 4, 0.8);
      
       border-color:rgba(75, 67, 0,0);
 
       border-bottom: 2px solid  rgba(114, 85, 4, 0.8);
       background-color: rgba(75, 67, 0,0);
       font-size: 20px;

   }
   #btn{
     margin:0 15px;
    width:125px;
    height: 35px;
    color: rgba(114, 85, 4, 0.8);
    background-color:rgba(221, 209, 176, 0.9);
    
    border: 2px solid rgba(221, 209, 176, 0.9);
    font-weight: bold;

   }
   nav>a{
            
    font-size: 38px;
    color:white;
    text-decoration: none;
   
}