html {
  scroll-behavior: smooth;
}

.container-fluid {
  margin-top: 85px;
}

.team {
  background-image: linear-gradient(
      to bottom right,
      rgba(8, 8, 8, 0.664),
      rgba(24, 22, 22, 0.857)
    ),
    url('../Pictures/teams1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.card-img-top {
  border-radius: 1000px;
  padding: 10px 50px 0 50px;
}

.Social-links a {
  display: inline-block;
  margin: 8px 3px;
  color: gray;
}

.card {
  background: none;
  border: none;
}

.teams {
  background-color: white;
  border-radius: 10px;
  box-shadow: 2px 2px #888888;
}

.teamLead {
  width: 50%;
}

.leadText {
  text-align: center;
}

@media (max-width: 575px) {
  .teamLead {
    width: 100%;
  }

  .leadText {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .card-title {
    font-size: 19px;
  }
  .card-text {
    font-size: 13px;
  }
}
