body{
    margin: 0px;
}
.navimg-1{
    background-image: url("images/grape-leaves-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;;
}
.blog{
    margin-top: 150px;
    padding-bottom: 200px;
}
.blog h3{
    margin: 0px auto;
    color: #e1a957;
    font-size: 21px;
    text-align: center;
}
.blog h1{
    margin: 0px auto;
    color: white;
    font-size: 50px;
    text-align: center;
}
.blog p{
    color: white;
    width: 700px;
    margin: auto;
    line-height: 25px;
    text-align: center;
}
.mixing-bg{
    width: 85%;
    margin: auto; 
    background-image: url("images/winery-blog-02-1024x768.jpg");
    background-size: 100%;
    background-position: bottom;
}
.mixing-text{
    padding: 75px;
    margin: 50px 0px;
    
}
.mixing-text h3{ 
    font-size: 25px;
    color: white;
}
.mixing-text p{
    font-size: 16px;
    color: white;
    line-height: 30px;
}
.mixing-text h6{
    color: gray;
}
.mixing-overlay{

    background-color: #3130307d;
}
.mixing-text button{
    border: 0px;
    margin-top: 20px;
    padding: 15px 10px;
    font-size: 18px;
    background-color: #c50529;
    color: white;
}
.mixing-text button a{
    text-decoration: none;
    color: white;
    padding: 15px 35px;
}
.mixing-text button:hover{
    background-color: #8c95bb;
}
.container{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card{
    width: 31%;
    background-color: #3a3a3a;
    margin: 50px 0px;
}
.card h3{
    color:white;
    font-size: 19px;
    margin-top: 50px;
    line-height: 30px;
}
.card h6{
    color: gray;
}
.card img{
    width: 100%;
}
.card p{
    color: white;
    line-height: 25px;
}
.card h3,.card h6,.card p{
    padding: 0px 30px ;
}
.card button{
    border: 0px;
    margin-left: 25px;
    padding: 15px 10px;
    font-size: 16px;
    background-color: #c50529;
    color: white;
    margin-bottom: 50px;
}
.card button a{
    text-decoration: none;
    color: white;
    padding: 15px 35px;
}
.card button:hover{
    background-color: #8c95bb;
}
.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;
}


 
