body {
    font-family: 'Cormorant', serif;
}

h1 {
    display: inline-block;
    font-weight: 300;
    margin: 0 32px 0 0;
}

h2 {
    font-weight: 300;
}

.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 #000000;

} */

.product {
    width: 1300px;
    height: 1900px;
    box-sizing: border-box;
    margin-left: 50px;
    margin-top: 80px;
}

.product h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: 8px;
    box-shadow: 6px 6px 10px #DDE6ED;

}

.container .image_container .content_container .content {
    display: inline-block;
    box-sizing: border-box;
}

.container {
    width: 1200px;
    background-color: #DDE6ED;
    height: 400px;
    margin-left: 50px;
    margin-top: 50px;
}

.image_container {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 20px;
    top: 20px;
}

.image_container img {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.content_container {

    width: 750px;
    height: 350px;
    margin-left: 380px;
}

.content_container h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
}

.heading {
    /* border: 2px solid rgba(0, 0, 0, 0.3); */
    width: 450px;
    height: 50px;
    margin: 20px;
    margin-left: 150px;
}

.disc {
    width: 710px;
    height: 230px;
    margin: 20px;
    margin-top: 30px;
}

h3 {
    font-size: 20px;
    margin-left: 80px;
    margin-right: 80px;
}

.disc button {
    display: inline-block;
    border-color: white;
    border-radius: 50px;
    margin-left: 280px;
    margin-top: 30px;
    width: 100px;
    height: 40px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #5d8a7f;
    color:white;
}
.contact {
    width: 600px;
    left: 405px;
    top: 50px;
    display: inline-block;
    position: relative;
}
.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: 600px;
    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;
}
.contact h3{
        font-size: 20px;
        margin-left: 5px;
        margin-right: 80px;
}
