body{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    line-height: 1.5;
    color: #414141;
}

.team-featured-image{
    height: 600px;
    background-position: center;
    /*background-position: top right;*/
    background-size: cover !important;
}

.team-single-container{
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1140px;
    width: 100%;
}

.team-overlay{
    height: 600px;
    
    background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 40%,rgba(255,255,255,0) 40%,rgba(255,255,255,0) 100%);
}

.team-items{
    display: flex;
    align-content: center;
    justify-content: start;
    flex-direction: column;
    text-align: left;
    height: 600px;
    padding: 200px 2.5rem 0 1rem;
    padding-top: 200px;
    padding-right: 2.5rem;
    padding-bottom: 0px;
    padding-left: 1rem;
}

.container-fluid{
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1140px;
    width: 100%;
}

.container-fluid .row:nth-child(1){
    display: none;
}

.intro-bio{
    text-align:right;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1rem;
}