#team{
    width: 100%;
    height: auto;
    position: relative;
    top: 35px;
    overflow: hidden;
    text-align: center;
    background-color: #FDFDFD;
    /* background-image: url("../imgs/Taieri\ –\ 1.png");
    background-repeat: no-repeat;
    background-size: 100% auto; */
  
}


.team-wrapper{
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}


.team-member{
    height: auto;
    width: 300px;
    /* Center service div */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    background-color: transparent;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased;

}


.meet-team{
    margin-bottom: 70px;
    font-family: 'Noto Sans TC', 'Arial';
    font-size: 22px;
}

.team-member-img-container{
    margin-bottom: 35px;
}

.tash-pic{
    display: block;
    width: 170px;
    height: 170px;
    /* Center image */
    margin: auto;
    border-radius: 50%;
}

.kristina-pic{
    display: block;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    margin: auto;
  
}

.tm-info{
    height: auto;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
   
}


.team-name{
    font-family: 'Noto Sans TC', 'Arial';
    font-size: 16px;
    text-align: center;
}

.team-title{
    color: #A58861;
    font-family: 'Roboto', 'Arial';
    font-size: 14px;
    margin-bottom: 17.5px;
    text-align: center;
}

.team-description{
    /* text-align: left; */
    color: rgb(119,119,119);
    /* border-left: 2px solid #A58861;
    padding-left: 15px; */
}

.simple, .streamlined{
    color: #A58861;
}

.fb-image-team, .insta-image-team{
    display: inline-block;
    border-radius: 0;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    width: 20px !important;
    height: 20px !important;
    
    
}




/* Responsive */

@media screen and (min-width: 450px)
{
    .team-member{
        width: 345px;
    }

    .tm-info{
        width: 300px;
    }

    .tash-pic{
        width: 190px;
        height: 190px;
    }

    .kristina-pic{
        height: 190px;
        width: 190px;

    }

}

@media screen and (min-width: 605px)
{
    .team-member{
        width: 390px;
    }

    .tash-pic{
        width: 210px;
        height: 210px;
    }

    .kristina-pic{
        height: 210px;
        width: 210px;
    
    }

    .meet-team{
        font-size: 24px;
    }
    
}


@media screen and (min-width: 1143px)
{
    #team{
        /* Ensures div is positioned correctly */
        top: 35px;
    }

    .team-members-container{
        width: 950px;
        height: auto;
        margin:auto;
        display: flex;
        flex-direction: row;
        align-items: bottom;
    }

    .team-member{
        width: 435px;
        margin-left: 35px;
        margin-right: 35px;
        margin-bottom: 0;
    }

    .tm-info{
        width: 400px;
    }
    
    .team-title, .team-description{
        font-size: 16px;
    }

    .meet-team{
        font-size: 26px;
        margin-bottom: 70px;
    }


    .fb-image-team:hover, .insta-image-team:hover{
        cursor: pointer;
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
    }
}


@media screen and (min-width: 1727px)
{

    .team-wrapper{
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .team-members-container{
        width: 1050px;
    }

    .team-member{
        margin-left: 50px;
        margin-right: 35px;
    }

    .tash-pic{
        width: 230px;
        height: 230px;
    }

    .kristina-pic{
        height: 230px;
        width: 230px;
    
    }
  
}

@media screen and (min-width: 2355px)
{
    .meet-team{
        font-size: 30px;
    }
}


