body{
    margin: 0px;
}
.navimg-1{
    background-image: url("images/wine-fest-free-img.jpg");
    background-size: cover;
    width: 100%;
}
.overlay{
    background-color: #000000cc;
}
.navbar{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
nav{
    text-transform: capitalize;
}
nav li{
    list-style: none;
    float: left;
}
nav a{
    text-decoration: none;
    padding: 0px 20px;
    font-size: 17px;
    color: white;
    font-weight: 600;  
}
nav a:hover{
    color: #c50529;;
}
.contact{
    margin-top: 150px;
    padding-bottom: 200px;
}
.contact h3{
    margin: 0px auto;
    color: #e1a957;
    font-size: 21px;
    text-align: center;
}
.contact h1{
    margin: 0px auto;
    color: white;
    font-size: 50px;
    text-align: center;
}
.contact p{
    color: white;
    width: 700px;
    margin: auto;
    line-height: 25px;
    text-align: center;
}
.fixed-img{
    background-image: url("images/grape-leaves1-free-img.jpg");
    background-size: contain;
    background-attachment: fixed;
}
.best{
    width: 100%;
    margin: auto;
    padding-top: 75px ;
    padding-bottom: 75px ;
    text-align: center;
}

.best h1{
    color: #c50529;
    font-size: 50px; 
}
.best p{
    width: 800px;
    margin:auto;
    line-height: 25px;
}
.address-bg{
    background-image: url("images/wine-barrels-free-img.jpg");
    display: flex;
    justify-content: center;
}
.address{
    width: 24%;
    margin: auto;
    background-color: #eaeaea;
    padding: 10px 80px;
}
.address h1{
    color: #8c95bb;
    font-size: 40px;
    margin: 0px;
    padding-top: 20px;
}
.address p{
    font-size: 18px;
    line-height: 25px;
}
.address li{
    list-style: none;
    color: #8c95bb;
    line-height: 25px;
}
.footlogo{
    width: 200px;
    margin: 50px     auto;
}
.footnav{
    width: 100%;
    margin: auto;
   
}
.footnav ul{
    display: flex;
    justify-content: center;
}
.footnav a{
    text-decoration: none;
    color: #c50529;
    font-size: 17px;
    
}
.footnav a:hover{
    color: #818a91;
}
.footnav li{
    list-style: none;
    margin:0px 75px;
}
.copywrite{
    width: 75%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-top:75px;
}
.foot-bg{
    background-image: url("images/estate-free-img.jpg");
    background-size: 100%;
    background-position: bottom;
}
.foot-overlay{
    background-color: #ffffffc7;
}

