body{
    background: #dbd1c1;
    font-family: 'Roboto', sans-serif;
    color: #3b3d31;
}
a{
    color: #dbd1c1;
}

a:hover{
    color: #c1272d;
}

.logo{
    text-align: center;
}

.logo img{
    width: 300px;
}

.header{
    background:  #3b3d31;
    margin-top: 40px;
}

.navbar{
    margin: 0px;
    border: none;
}
.navbar .navbar-toggle .icon-bar {
    background-color:#dbd1c1;
}

.navbar-nav {
    display:inline-block;
    float:none;
}

#navbar ul{

}
#navbar ul li {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    margin-bottom: -6px;
}
#navbar > ul > li > a:hover{
    background-color: #dbd1c1;
    color: #c1272d;
    margin: 10px 0px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
#navbar ul li a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 30px;
    margin: 10px 0px;
    color: #dbd1c1;

}

#navbar .active{
    background:  #dbd1c1;
}

#navbar .active a{
    color: #c1272d;
}

.navbar-collapse {
    float: right;
}


.blood_img{
    position: absolute;
    margin-left: 5px;
}

.contents{
    text-align: center;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 40px;
    margin-top: 101px;
    border-radius: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
.contents h1{
    margin-top: 50px;
    font-weight: bold;
    color: #c1272d;
}
.contents h3{
    margin-top: 50px;
    font-weight: bold;
    color: #c1272d;
}
.contents a{
    color: #dbd1c1;
}
a:hover{
    color: #c1272d;
}
.social-icons a{
    color: #3b3d31;    
}

.social-icons a:hover{
    color: #c1272d;
}

.social-icons{
    display: inline-block;
}


.social-icons i{
    background: #dbd1c1;
    padding: 10px 30px;
    font-size: 24px;
    -webkit-clip-path:polygon(26% 0%, 100% 0%, 72% 100%, 0% 100%);
    clip-path: polygon(26% 0%, 100% 0%, 72% 100%, 0% 100%);

}


.intel-section{
    width: 80%;
}
.intel-section a{
    color: #dbd1c1;
}

.intel-content-one{
    text-align: center;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 40px;
    margin-top: 50px;
    border-radius: 15px;
}

.intel-content-one h1{
    font-weight: bold;
    color: #c1272d;
}

.intel-content-two{
    text-align: left;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 40px;
    margin-top: 50px;
    border-radius: 15px;
}

.intel-content-three{
    text-align: right;
    background: #3b3d31;    
    color: #dbd1c1;
    padding: 40px;
    margin-top: 50px;
    border-radius: 15px;
}

.intel-content-four{
    text-align: left;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 40px;
    margin-top: 50px;
    border-radius: 15px;
}

.intel-content-five{
    text-align: right;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 40px;
    margin-top: 50px;
    border-radius: 15px;
}



.team h1 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.team_members{
    background: #3b3d31;
    margin-bottom: 60px;
    border-radius: 15px;
    padding: 50px;
    color: #dbd1c1;
}
.team_members img{
  
}
.team_members p{
    text-align: justify;
}



.footer{
    margin-top: 100px;
    background: #3b3d31;
    color: #dbd1c1;
    padding: 10px 0px;
    text-align: center;
}

.footer p{
    margin-top: 50px;

}

.footer img{
    width: 160px;
}