.header{
    background: url(../images/Layer\ 1.png) center;
    background-size: cover;
    height: 350px;
}
.header .content{
    position: relative;
}
.header .content h2{
    font-weight: normal;
}
.header .content .btns{
    position: absolute;    
    top: 170px;
    right: 20px;
}

/* family */
.family{
    background-color: #F5F5F5;
}
.family .content .about{
    position: relative;
}
.family .content .about p{
    color: #7B7B7B;
}
.family .content .about .more{
    position: absolute;
    left: 10px;
}
.family .content .about .more button{
    background-color: #E64652;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 5px 20px;
}
.family .content .about .more button:focus{
    box-shadow: none;
}

/* sela */
.sela .content .hide{
    display: none;
}
.sela .content .s-c:hover .hide{
    display: block;
}
.sela .content .s-c:hover .show{
    display: none;
}
.sela .content .s-c{
    padding: 10px;
}
.sela .content .s-c img{
    width: 80px;
}
.sela .content .s-c h6{
    font-weight: normal;
}
.sela .content .s-c p{
    font-size: 14px;
    color: #7B7B7B;
}

/* goals */
.goals{
    background-color: #F9F9F9;
}
.goals .title p{
    color: #7B7B7B;
}
.goals .content .goal{
    background-color: #FFFFFF;    
    border: 1px solid #E4E4E4;
    height: 250px;
}
.goals .content .goal p{
    color: #7B7B7B;
}
.goals .content .goal:hover{
    background-color: #F5F5F5;
}
.goals .content .goal:hover img{
    display: none;
}

/* ideas */
.ideas{
    background-color: #FFFFFF;
}
.ideas .idea{
    background: url(../images/ci) no-repeat center;
    background-size: contain;
}

/* join-us */
.join-us{
    background: url(../images/Layer\ 4.png) center;
    background-size: cover;
    height: 500px;
}
.join-us .content {
    padding-top: 170px;
    color: #FFFFFF;
}
.join-us .content button{
    background-color: #E64652;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 5px 20px;
}

/* team-work */
.team-work{
    background-color: #F3F2F9;
}
.team-work .title p{
    color: #7B7B7B;
}
.team-work .content .member{
    margin:  10px 0px;
}
.team-work .content .member img{
    width: 100%;
}
.team-work .content .member .info{
    background-color: #464646;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}
.team-work .content .member:hover .info{
    background-color: #E64652;
}