body {
    font-family: 'Cormorant', serif;
}
h1{
    display: inline-block;
    font-weight: 300;
    margin: 0 32px 0 0 ;
}
.navbar {
    margin: 32px;
}
.list{
    display: inline-block;
}
.nav_list{
    display: inline-block;
}
.navbar a{
    text-decoration: none;
    color:black;
    margin: 0 8px;
}
.list ul{
    padding: 0;
    }
.list a:hover{
    border-bottom:1px solid black; 
}

/* a.active {
    border-bottom: 1px solid black;

} */
.container{
    border: 5px solid;
    margin: auto;
    width: 900px;
    padding: 10px;
    margin:0 auto;
    height:400px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.dear_cust{
    display: block;

}
.dear_cust1{
    display: block;
    line-height: 5px;

}

.pr{
    font-size: 20px;
    line-height: 50px;
}

.contact {
    width: 600px;
    left: 405px;
    top: 50px;
    display: inline-block;
    position: relative;
}
.contact h3{
    position: relative;
    left:4.5px;
}

.contact p {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
    left:6px;
}

.footer {
    background-color: #F2F4F6;
    width: 1415px;
    height: 300px;

}

.footer h1 {
    position: relative;
    left: 599px;
    display: inline-block;
    bottom: 70px;
    height: 200px;
}
.socials {
    margin: 30px;
    width: 200px;
    height: 100px;
    position: relative;
    left: 570px;
    bottom: 110px;
}

.icon {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    display: inline-block;
    border-radius: 50%;
}

.icon img {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    border-radius: 50%;
}
h5{
    width:500px;
    position: relative;
    right:55px;
}
hr{
    width:100%;
    position: relative;
    right:20px;
}
