header.masthead{
	height: 45vh;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.maincontainer{
	
  padding-bottom: 0vh;
}
#aboutheading{
	padding-top: 10vh;
}
div.teamdiv{
	margin-bottom: 15%;
}
div.teamparent:last-child{
	margin-bottom: 0%;
}
div.teamdiv h1,h3,p{
	font-family: 'Quicksand', sans-serif;
	color: #2e3338;
}
img.memberpic{
	width: 19.5rem;
	height: 22rem;
	border-radius: 50%;
object-fit: cover;
}
.h-main{
  font-size: 2rem;
	width: 14%; 
	margin-bottom: 5%;
  border-bottom: 5px solid #e3e6ea;
}
.p-aboutus{
	font-size: 18px;
	
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;

}
.p-aboutus:before, .p-aboutus:after, .p-aboutus>:first-child:before, .p-aboutus>:first-child:after{
	  position:absolute;
    width:100px; height: 100px;
    border-color:#c1c1c1; /* or whatever colour */
    border-style:solid; /* or whatever style */
    content: ' ';

} 
.p-aboutus:before {top:0;left:0;border-width: 1px 0 0 1px;}
.p-aboutus:after {top:0;right:0;border-width: 0px 0px 0 0}
.p-aboutus>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}
.p-aboutus>:first-child:after {bottom:0;left:0;border-width: 0 0 0px 0px}
figure.thumbnail{
	position: relative;
    padding: 0;
    margin-bottom: 40px;
    line-height: 22px;
    background-color: #ffffff;
   	height: 23.5rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transition: .5s ease all;
}
figure.thumbnail:hover .overlay{
	 
  opacity: .9;

}
figure.thumbnail img {
   width:95%;
max-height:100%;
    height: 20rem;
}
figure.thumbnail .caption {
    padding: 15px 0;
    background-color: #f9f9f9;
    color: #313131;
}
figure.thumbnail h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    color: #3e3f42;
}
figure.thumbnail h3 small {
    font-size: 11px;
    color: #a3a2a2;
    text-transform: uppercase;

}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: #2a2f38;
  border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
hr.style17 {
    border: 0 !important;
    height: 1px !important;
    background-image: linear-gradient(to right, rgba(66, 134, 244, 0), rgba(66, 134, 244, 0.75), rgba(66, 134, 244, 0)) !important;
    color: white;
}
@media only screen and (max-width: 600px){

  .h-main{
  width: 40vw;
}

}