.parallax-image {
  background: linear-gradient(rgba(255,255,255,0.06) 0%, rgba(69,0,0,0.26) 100%), url("../../assets/img/backgrounds/parallax-bg.jpg");
  width: 100%;
  display: table;
}

.social-link {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.hero-text {
  margin-top: 35px;
  margin-bottom: 150px;
}

.slide-down {
  border-radius: 100px;
  position: sticky;
  background: rgba(0,0,0,0);
  border-style: none;
}

.main-section {
  padding-top: 80px;
  padding-bottom: 0px;
}

.teamprofilepictures {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 25px 0;
}

.teamprofileprofessions {
  font-size: 23px;
  color: gray;
}

.teamprofiledescription {
  text-align: justify;
  margin-top: 30px;
  max-width: 85%;
  margin: auto;
}

.teamprofileicons {
  font-size: 30px;
  margin: 30px 0 30px 0;
}

.teamprofilenames {
  font-size: 28px;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .teamprofilenames {
    font-size: 23px;
  }
}

.social-link {
  background-color: var(--bs-border-color-translucent);
}

.divider-style {
  margin-top: 0px;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 0px;
}

.divider-style span {
  background: #000000;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.divider-style:before {
  content: "";
  display: block;
  border-top: solid 1px white;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

