.slideshow-container {

overflow: hidden;
  position: relative;
  margin: auto;
	width: 100%;
  box-shadow: 0px 3px 10px 5px rgb(0, 0, 0 ,40%);
  margin-bottom: 30px;
  margin-top: -55px;
  color: white;
}



#committee{
  padding-left: 0;
}
#committee li{
  display: inline-block;
  margin: auto;
  margin: 20px auto;
  padding: 10px 20px;
}
#committee p:first-of-type{
  text-align: center;
  font-size: 14pt;
  font-weight: bolder;
  padding: 0;
  margin: 0;
  margin: auto;
  margin-top: 10px;

}

#committee p:last-of-type{
  text-align: center;
  font-size: 12pt;
  margin: auto;

}
#committee a{
  width: 180px;
  height: auto;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: auto;
  background-color: #003d6f;
  border-radius: 100%;
}
#committee img{
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;

}

#committee a[href]>img:hover:hover{
opacity: 50%;
}


.abutton{
  display: block;
  background-color: #0058a0;
  color: white;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  margin: auto;
}
.abutton:hover{
  background-color: #003d6f;
  color: white;


}

.member{
  min-width: 25%;
}
@media screen and (max-width: 991px) {
  .carousel-inner{
    
    height: 500px;

  }

  .member{
    min-width: 50%;
  }
  #committee a{
    max-width: 250px;
    width: 70%;
  }
  #committee{
    padding: 10px 10px;
  }
  .member{
    margin: 20px auto;
    
  }
  .member p:first-of-type{
    font-size: 20pt !important;
  }

  .member p:last-of-type{
    font-size: 16pt !important;
  }
  .button{
		font-size: 20pt;
		padding: 7px 40px;
  }
  .carousel-item p{
    font-size: 16pt;
  }
  .carousel-item h5{
    font-size: 20pt;
  }
  .information{
    width: 90% !important;
  }
}

.information{
	width: 80%;
	margin: 0px auto;
	height: fit-content;
	padding: 20px 2%;
}

.information p{
	font-size: 16pt;
	text-align: center;
	width: 100%;
}


#sliderGradient {
  position: absolute;
  bottom: 0px;
  left: -5px;
  width: 102%;
  background-image: linear-gradient(to top,#0E90CF, transparent);
}