body{
    margin: 0px;
}
.navimg-1{
    background-image: url("images/wine-fest1-free-img.jpg");
    background-size: cover;
    background-attachment: fixed;
    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;;
}
.event{
    margin-top: 150px;
    padding-bottom: 200px;
}
.event h3{
    margin: 0px auto;
    color: #e1a957;
    font-size: 21px;
    text-align: center;
}
.event h1{
    margin: 0px auto;
    color: white;
    font-size: 50px;
    text-align: center;
}
.event p{
    color: white;
    width: 700px;
    margin: auto;
    line-height: 25px;
    text-align: center;
}       
.fest h1{
    font-size: 75px;
    color: #c50529;
    text-align: center;
    margin-bottom: 0px;
    
}
.fest h3{
    font-size: 25px;
    color: #8b94bb;
    text-align: center;
}
.fest p{
    text-align: center;

}
.fest{
    margin: 100px;
}
.color-wine{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.red-wine,.rose-wine,.white-wine{
    text-align: center;
    width: 27%;
}
.red-wine p,.rose-wine p,.white-wine p{
    line-height: 25px;
}
.red-wine h1{
    color: #c50529;
    font-size: 30px;
    margin: 0px;
}
.rose-wine h1{
    color: #ea009c;
    font-size: 30px;
    margin: 0px;
}
.white-wine h1{
    color: #e1a957;
    font-size: 30px;
    margin: 0px;
}
.rose-wine {
    border-bottom: 1px solid red;
}
.rose-wine p{
    padding-bottom: 50px;
}
.taste{
  text-align: center;
  
}
.taste h2{
    
    color: #c50529;
    font-size: 30px;
}
.taste button{
    background-color: #e1a957;
    color: white;
    border: 0px;
    padding: 15px 50px;
    margin-bottom: 75px;
}
.taste button:hover{
    background-color: #8b94bb;
}
.wine-bg{
    background-image: url("images/wine-and-wedding-free-img.jpg");
    background-attachment: fixed;
    background-size: 100%;
}
.flex{
    width: 85%;
    margin: auto;
    display: flex;
}
.verona-overlay{
    background-color:#000000cc;
}
.wedding h3{
    margin-top: 200px;
    color: white;
    font-size: 25px;
}
.wedding h1{
    font-size: 70px;
    color: #8b94bb;
    margin: 0px;
}
.wedding p{
    color: white;
    font-size: 17px;
    line-height: 25px;
}
.wedding button{
    background-color: #c50529;
    border: 0px;
    font-size: 15px;
    padding: 20px 60px;
    color: white;
    margin-top: 50px;
}
.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;
}
