#about {
    padding-top: 3em;
    padding-bottom: 3em;
    /*background-color: #E3E3E3;*/
    background-color: #ffffff;
}

.neg-pad {
    margin-top: -5px;
    margin-bottom: -3px;
}

.team-member {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
    margin-top: 2em;
}

.team-member img {
    display: block;
    width: 90%;
    height: auto;
    max-width: 350px;
    border: 1px solid #385175;
}

.member-bio {
    font-size: 12px;
    text-align: left;
    color: #385175;
}

.member-name {
    font-size: 22px;
    color: #385175;
}

.member-title {
    font-size: 15px;
    color: #385175;
}

.about-info {
    font-size: 15px;
    color: #385175;
}

.overlay-info-a {
    max-width: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../assets/images/austin-dragon.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: rgba(186, 216, 232, 0.6);*/
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: .5s ease;
    border: 1px solid #2b2d44;
}

.overlay-info-j {
    max-width: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../assets/images/john-binary.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: rgba(186, 216, 232, 0.6);*/
    overflow: hidden;
    width: 90%;
    height: 0;
    transition: .5s ease;
    border: 1px solid #2b2d44;
}

.text-container {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.social-container {
    white-space: nowrap;
    color: #385175;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 95%;
    left: 25%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.social-container a {
    color: #385175;
    padding-left: 5px;
}

.social-container a:hover {
    color: #ED6156;
    cursor: pointer;
}

.member-name .fa-chevron-left,
.member-name .fa-chevron-right {
    color: #385175;
}

.team-member:hover .overlay-info-j,
.team-member:hover .overlay-info-a {
    height: 100%;
}
