.container {
	margin: 0 5%; 
}
.banner-slideshow {
    background-color: lightcoral;
    height: 400px;
    text-align: center;
    font-size: 100px;
    margin: 2%;
    font-family: 'Major Mono Display', monospace;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	  z-index: -1;
  }
    .slideshow {
      padding-top: 15%;
    }
.banner-img img {
	width: 100%;
	height: 400px;
}

.banner-img {
	position: relative;
}

.middle h1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.team {
  padding: 0;
	padding-bottom: 1%;
	margin: 5%;
}

.row {
  margin: 0;
}

.column {
  float: left;
  text-align: center;
  padding-left: 50px;
}

.middle .team .row .column .team-member .member img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.overlay {
  position: absolute;
  top: 245px;
  height: 200px;
  width: 200px;
  opacity: 0;
  transition: .5s ease;
  border-radius: 50%;
  background-color: black;
}

.member:hover .overlay {
  opacity: 0.5;
}

.team-member h3{
  color: #212F3C;
	font-size: 18px;
}

.team-member p{
  color: black;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.team-member a:hover {
  text-decoration: none;
}

.team-member a h3:hover {
  color: #1abc9c !important;
}

.line::before {
  content: "\00A0";
  width: 400px;
  height: 3px;
  margin: 5% auto 15px;
  display: block;
  background-color: #212F3C;
  zoom: 1;
  opacity: 0.8;
}

.btm-column {
  margin: 0;
  height: 100%;
  float: left;
}

.btm-left {
  width: 40%;
}

.btm-left-top {
  height: 50%;
  width: 100%;
}

.btm-left-btm {
  height: 50%;
  width: 100%;
}

.btm-right {
  width: 60%;
}

.btm-right-ctr {
  height: 100%;
  margin: 2%;
}

#btm-right-name {
  width: 100%;
  padding-bottom: 10px;
}

#btm-right-qual {
  width: 100%;
}

#btm-right-bio {
  width: 100%;
	color: white;
}

.middle {
	/*background-color: white;*/
	margin: 2%;
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
	height: auto;
}

/* Style the accordion panel. Note: hidden by default */
.bottom {
	display: none;
 	overflow: hidden;
	background-color: firebrick;
	margin: 2%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	height: 1000px;
	text-align: left;
}

body {
	background-color: #E5E8E8;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	
.middle .team .row .column .team-member .member img {
  height: 150px;
  width: 150px;
}

.overlay {
  height: 150px;
  width: 150px;
}
.team-member h3{
  font-size: 18px;
}

.team-member p{
  font-size: 14px;
}

}

@media only screen and (max-width: 780px) {
 

}

.btm-left .btm-left-top img {
	margin: 5%;
	margin-left: 15%;
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
