body{
    margin: 0px;
}
.navimg-1{
    background-image: url("images/wine-barrels-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;;
}
.story{
    margin-top: 100px;
    padding-bottom: 150px;
}
.story h3{
    width: 275px;
    margin: auto;
    color: #e1a957;
    font-size: 21px;
}
.story h1{
    width: 575px;
    margin: auto;
    color: white;
    font-size: 42px;
    text-align: center;
}
.container
{
    width: 100%;
    margin:auto;
    display: flex;
    justify-content: center;
}
.left p{
    width: 550px;
    line-height: 25px;
    text-align: right;
    color: white;
    margin-right: 30px;

}
.right p{
    width: 550px;
    line-height: 25px;
    text-align: left;
    margin-left: 30px;
    color: white;
}
.grape{
    width: 70%;
    margin: 100px auto;
}
.grape p{
    font-size: 18px;
}
.legend{
    width: 300px;
    display: inline-block;
    line-height: 25px;
}
.hr{
    width: 75px;
    color: #c50529;
}

.vision{
    width: 300px;
    display: inline-block;
    line-height: 25px;
    margin: 0px 50px;
}
.theblind{
    width: 300px;
    line-height: 25px;
}
.legend h2,.theblind h2,.vision h2{
    color: #c50529; 
    font-size: 32px;
}
.image{
    background-image: url("images/grape-free-img.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 100%;
}
.image img{
    width:300px;
    height:300px;

}
.location{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    
}
.estates{
    text-align: center;
    
}
.estates h1{
    font-size: 50px;
    color: #8c95bb;
    margin-bottom: 0px;
    margin-top: 100px;
}
.estates p{
    width: 650px;
    font-size: 20px;
    line-height: 25px;
}
.ontario img{
    width: 400px;
    margin: 50px;
}
.bg-image{
    background-image: url("images/estate-free-img.jpg");
    width: 100%;
    background-size: cover;
    background-position: bottom;
}
.foot-img{
    background-image: url("images/estate-free-img.jpg");
    background-size: 100%;
    background-position: bottom;
}
.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;
}
