body{
    margin: 0px;
}
.navbar{
    width: 80%;
    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;
    font-weight: 400;  
    color: black;
}
nav a:hover{
    color: #c50529;;
}
.bg{
    background-color: whitesmoke;
}
.container{
    width: 80%;
    margin: 50px auto;
    padding: 50px 75px;
    background-color: white;

}
.container h3{
    font-size: 35px;
    margin: 7px 0px;
}
.container img{
    width: 100%;
}
.container h5{
    font-size: 16px;
    color: #c50529;
    margin: 0px;
}
.container p{
    font-size: 17px;
    margin: 20px 0px;
    line-height: 28px;
}
.container i{
    font-size: 17px;
    margin: 20px 0px;
    line-height: 25px;
}
.italic{
    border-left: 6px solid whitesmoke;
    padding-left: 20px;
    margin-left: 40px;
}
.italic h4{
  padding: 15px 0px;
}
.container h4{
    font-size: 18px;
    margin: 20px 0px;
}

.flex{
    width: 99%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.p{
    
    line-height: 25px;
    font-size: 15px;
}
.previous-post h4{
    width: 80%;
    margin: auto;
    color: #c50529;
}
.comments{
    width: 90%;
    margin: auto;
    background-color: white;
    
}
.form{
    width: 80%;
    margin: auto;
}
.form h3{
    padding-top: 50px;
    font-size: 30px;
    color: #c50529;
    margin-bottom: 10px;
    
}
form{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
textarea{
    font-size: 15px;
    background-color: whitesmoke;
}
.bar{
    font-size:15px;
    padding: 13px 5px; 
    background-color: whitesmoke;
    border: 0px;
}
.btn{
    background-color: #c50529;
    border: 0px;
    padding: 13px 20px;
    border: 0px;
    margin-bottom: 50px;
}
.btn a{
    font-size: 17px;
    text-decoration: none;
    color: white;
}
.btn a:hover{
    background-color: #8c95bb;
}
.btn:hover{
    background-color: #8c95bb;
}
.footlogo{
    text-align: center;
    margin: 50px auto;
    background-color: white;
}
.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;
}
