.team-list img {
  width: 50%;
}

.team-list .content {
  width: 50%;
}

.team-list .content .follow {
  position: absolute;
  bottom: 24px;
}

.team-list:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team, .team-list {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team .content .title, .team-list .content .title {
  font-size: 18px;
}

.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .member-position, .team .team-social {
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto 10%;
  z-index: 99;
}

.team .team-social {
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.team:hover .overlay {
  opacity: 0.6;
}

.team:hover .team-social {
  opacity: 1;
}

@media (max-width: 768px) {
  .team-list img,
  .team-list .content {
    width: 100%;
    float: none !important;
  }
  .team-list img .follow,
  .team-list .content .follow {
    position: relative;
    bottom: 0;
  }
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd;
}
.social-icon li a {
    color: #35404e;
    border: 1px solid #35404e;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    width: 32px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.rounded {
    border-radius: 5px !important;
}

.para-desc {
    max-width: 600px;
}
.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}


#teammembers ~ .row img.img-responsive {
  width: 100%;
  height: 220px;     /* pick the height you want */
  object-fit: cover; /* crops the image instead of stretching */
  display: block;
  
}

.team-section {
  text-align: center;
  margin-top: 40px;
}

/* Keep even spacing between rows */
.team-row {
  margin-bottom: 40px;
}

/* Make all member images uniform and cropped */
.member-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}



/* Use these to adjust the cropping of member images */
.crop-top { object-position: center top; }
.crop-center { object-position: center center; }
.crop-bottom { object-position: center bottom; }
.crop-upper { object-position: 50% 15%; }
.crop-mid   { object-position: 50% 40%; }
.crop-lower { object-position: 50% 45%; }
.crop-low { object-position: 50% 85%; }

.container, .wrapper {
  background: transparent !important;
}

body {
  background-image: url("/resources/halloween.jpg") !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-size: auto !important;
  background-position: top left !important;
  /* background-color: black !important; */
  /* color: white !important; /* ensures readable text */
}
