﻿.picture-card {
  position: relative;
  margin: 1rem;
  width: 12.5rem;
}

#staff-picture {
  width: 12.5rem;
  height: 12.5rem;
}

.e-avatar {
  font-size: 4.286rem;
  top: calc(0% - 1.5em);
}

.picture-card-name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(82, 123, 189);
  text-align: center;
  text-shadow: 0 0 0.007rem;
  position: relative;
  padding-top: 0.5rem;
}

.picture-card-position {
  font-size: 0.85rem;
  line-height: 1rem;
  text-align: center;
  text-shadow: 0 0 0.007rem;
  position: relative;
}

.avatar {
  box-shadow: 0 1.143rem 2rem -0.571rem rgba(0, 0, 0, 0.36), 0 0.286rem 1.071rem 0 rgba(0, 0, 0, 0.12), 0 0.571rem 0.714rem -0.357rem rgba(0, 0, 0, 0.2);
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.meet-the-team-hero {
  background-image: url("../../assets/image/meet-the-team-hero.jpg");
}

/*.avatar-large {
    width: 8.571rem;
    height: 11.429rem;
}

.avatar-small {
    width: 7.5rem;
    height: 10rem;
}

.avatar img {
    height: 100%;
    width: 100%;
}*/
