/* Team section */

h4 {
    padding-bottom:60px;
}

#team h3 {
    padding-bottom: 0px;
}

#team .team-des h4 {
    color: #666;
    padding-top: 0px;
    padding-bottom: 100px;
}

#team img {
    width: 100%;
    margin-bottom: 10%;
}

#team .team-thumb {
    width: 100%;
    position: relative;
}

#team .team-des {
    background: black;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
    overflow: hidden;
    transition: height 450ms;
}

#team .team-thumb:hover .team-des {
    color: #ffffff;
    height: 100%;
    background-color: black;
    padding-top: 30%;
    opacity: 0.9;
}

#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
    color: #eee;
}

#team .join-team {
    background-color: #c21500;
    color: #f0f0f0;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
}

#team .join-team .fa {
    font-size: 32px;
    padding-bottom: 14px;
}

#team .join-team .btn {
    background-color: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 26px;
    margin-top: 18px;
}

#team .join-team .btn:hover {
    color: #222;
}

#team .col-md-6 {
    padding-top: 62px;
}

#team .col-md-6 h2 {
    padding-bottom: 16px;
}

/* Mobile Responsive */
@media (max-width: 980px) {
    #home {
        height: 65vh;
    }

    #feature .col-md-4:last-child,
    #about .col-md-4 {
        margin-top: 42px;
    }

    #team .team-thumb {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #team .join-team {
        padding: 71px 50px;
        margin-top: 20px;
    }
}

@media (max-width: 650px) {
    #home {
        height: 100vh;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 30px;
    }

    #feature {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #about,
    #feature,
    #video,
    #menu,
    #team,
    #gallery,
    #contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #menu .media-object img {
        width: 100%;
        padding-bottom: 14px;
    }

    #menu .media-object span.menu-price {
        top: 30%;
        left: 6%;
    }
}

@media (min-width: 650px) {
    #team {
        padding-top:60px;
        /* padding-bottom:60px; */
    }
}