body{
    width: 100%;
    background-color: #7c573f;
}
 header{
        background-color: #5f1312;
      
       
       
    }
    .logo{
        margin-left: 40%;
        width: 20%;


        
    }
    nav{
    
      text-align: center;
        padding-right: 10px;
       
       
    }
    nav ul{
        margin-top: 50px;
        padding: 0;
        list-style: none;
        //outline: 2px solid blue
    }
   nav li{
        display: inline-block;
        margin-left: 75px;
              
     
        //outline: 2px solid blue;
    }
    nav a {
        color: red;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 34px;
        
        
    }
    nav a:hover{
        color:#0b9446;
    }
    nav a::before{
        content: '';
        display: block;
        height: 5px;
        width: 100%;
        background-color: black;
        top: 30px;
        width: 0;
       
    }
    nav a:hover::before{
        width: 100%;
       transition: all ease-in-out 300ms; 
    }
section{
    width: 100%;
    padding-top: 2%;
    //padding-left:20px;
    //padding right:20px;
}


img.hotdish{
    //outline: 2px solid green;
    width: 28%;
    
}
img.winerack{
    width: 45%
}
img.brushetta{
    width: 25%;
}
h1{
    text-align: center;
    text-decoration: underline;
    text-decoration-color: green;
    color: black;
    font-size: 3em;
}
p{
    width: 100%;

    
    
}
.p1{
    font-family: goudy old style;
    text-align: center;
    font-size: 1.5em;
   padding: 0;
}
.p2{
     font-family: goudy old style;
    text-align: center;
    font-size: 1.5em;
    padding: 0;
 
}