@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap');

body {
    font-family:'Open Sans', sans-serif;
    line-height: 1.6;
}

h1 {
    color: #fff;
    font-weight:600;
}

h2 {
    color: #fff;
    font-weight:600;
}

h4 {
    line-height: 1.375em;
    color: #fff;
    font-weight: 400;
}

.btn {
    border-radius: 0.5rem;
}

.container-fluid {
    overflow: hidden; /*padding: 60px 50px;*/
}

.linkzlist a{
  color: white;
  text-decoration: none;
}

.linkzlist a:hover{
  color: #50b2b9;
  text-decoration: none;
}

/*.carousel-control-prev {
  padding-left: 0%;
}

.carousel-control-next {
    padding-right: 0%;
}*/

.carousel-control-prev-team,
.carousel-control-next-team {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev-team,
  .carousel-control-next-team {
    transition: none;
  }
}

.carousel-control-prev-team:hover, .carousel-control-prev-team:focus,
.carousel-control-next-team:hover,
.carousel-control-next-team:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-team {
  left: 0;
}

.carousel-control-next-team {
  right: 0;
}

.carousel-item.active {
    min-height: 200px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.carousel-indicators2 [data-target] {
    background-color: #7764ac;
}

.carousel-caption {
/*    bottom: auto;*/
    position: inherit;
}

.carousel-indicators {
/*    bottom: -50px;
    margin-top: 0;*/
    margin-bottom: 0;
}


#topPage {
    scroll-behavior: smooth;
  }