/* team.html styling */
#team{
    overflow: hidden;
    text-align: center;
    background: #101010;
    padding: 40px;
}

#team h2{
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #d20000;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 1000;
}

#team h3{
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #d20000;
    font-size: 30px;
    font-weight: 700;
}

.team-intro-paragraph{
    color:white; 
    margin-top: 5px; 
    font-size: 17px;
    line-height: 25px;
    padding: 0 4.52%;
    text-align: left;
    margin-bottom: 40px;
}

/* Each team member css */
.team-member{
    width: 220px;
    height: auto;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    vertical-align: top;
}

.team-member h4{
    margin: 0;
    color: #d20000;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.team-member h5{
    margin: 0;
    color: #d20000;
    font-size: 16px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.team-member img{
    width: 100%;
}

.team-member p{
    text-align: left;
    font-size: 17px;
    color: #fff;
    padding-bottom: 40px;
}

.span{
    opacity: 1;
}


.span{
    position: relative;
}

