
.bioandpic{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.avatar {
 max-width: 40%;
  position: relative;
  margin-right: 2em;
}
.whodat{
  width: 75vw;

}
.whodat h1{
  width: 50%;
}
.bio{
  padding-bottom: 3em;
  width: 50%;

}
.bio p{
  margin-right: 50px;
}
.furtherLink{
  display: flex;
}
.handles{
  margin-top: 2em;
  margin-right: 2em;
}
.bio div,ul{
  margin-bottom: 3em;
}
.userpages{
  display:flex;
  flex-wrap: wrap;
align-content:space-around;

}

.userwork {
  position: relative;
 width: 30%;
  

}
  .userwork p {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.userwork img{

  margin: 20px;
  border-width: 10px;
 border-color: white;
  color: black ;
  border-style: solid;
  max-width: 90%;
}

.userwork:hover img {
    border-color: black;
    #border-width: 10px;
    transition: border-style, 0.3s, padding, 0.3s;
  }

  .userwork:hover p {
display: block;
  }

  .pubs {
    margin-top: 2em;
    margin-right: 2em;
  }

  .furtherLink li{
    margin-bottom: 1em;
  }
  .pubs a{
    text-decoration: underline;
  }

@media (orientation: portrait) {
 
  .avatar{
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 50px;
  }

  .handles a{
    background-color: black;
    color:white;
    padding: 3px;
    margin: 5px;
  }
  .bio{
    font-size: 1.2rem;
    width: 90vw;
    margin-bottom: 5vh;
    padding: 0;
  }
  .bio p{
    margin: auto;
  }
  
}
@media only screen and (max-width: 600px) {
  .grid{
    width: 100%;
    margin-left:0;
    margin-top: 30px;
  }
  .item{
    width: 100%;
  }
  .item img{
    width:100%;
  }

  .pubs .lessThickLink{
      color: black;
      background-color: white;
      text-decoration: underline;
  }
}
