.teamMemberWrapper{
  display:flex; 
  flex-direction:row; 
  flex-wrap:wrap; 
  justify-content:center;
}

.teamMember{
  flex-basis:32%; 
  margin:20px 0.5%;
  border:1px solid rgb(220,220,220);
  border-radius:5px;
}
/*a { 

display:inline-block; 
height:10px; 

text-decoration:none;
}*/
.teamTitle
{
  height:10px;
  padding-bottom: 10px;
}
.bodyContainer{
  float:none!important; 
  margin:0px auto!important; 
  max-width:1200px!important;
}

.teamHeadshot{
  display:block; 
  margin:0px auto; 
  width:180px;
  height:200px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ 
  filter: grayscale(100%);
  padding-bottom: 25px;
}

.teamPadd{
  padding:20px; 
}

.teamName{
  text-align:center; 
  font-size:25px;
}
.socialicon
{
 height:30px;
  width:30px;
  display:flex;
  color:black;
}

.tabletitle
{
  
  padding-top:0px;
  
}
.teamTitle{
  text-align:center;
  font-size:18px;
 letter-spacing: 0px;
    line-height: 1.2;



}

.teamContent p{
  min-height:145px;
  font-size:19px;
}

.bioLink{
  display:block; 
  margin:30px auto; 
  background-color:black; 
  color:white; 
  text-align:center; 
  text-decoration:none;
  padding:5px 30px;
}
.bioLink:active{
  display:block; 
  margin:30px auto; 
  background-color:black; 
  color:white; 
  text-align:center; 
  text-decoration:none;
  padding:5px 30px;
}

@media screen and (max-width:1200px){
  
  .teamMember{
    flex-basis:46%; 
    margin:20px 1.5%;
    border:1px solid rgb(220,220,220);
    border-radius:5px;
  }
  .teamMember:hover{
    transform: scale(1.05);
  }
    
  
}


@media screen and (max-width:800px){
  
  .teamMember{
    flex-basis:100%; 
    margin:20px 0%;
    border:1px solid rgb(220,220,220);
    border-radius:5px;
  }
  
}

@media screen and (max-width:767px){
 .teamContent p{
  min-height:0px;
} 
}




















.teamMember:hover{
  transform:scale(1.05);
  -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;*
}
.bioLink:hover
{
  text-decoration:none;
   background-color:#c89c5c; 
  color:white; 
   -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;*
}


    
      

/*.blog-post__social-sharing .social-links__icon svg,
body .social-links__icon svg {
  fill:  black !important;
}*/

