*
{
  margin:0;
  padding: 0;
}

body
{
  border: 1px solid #aaaaaa;
  width: 90%;
  padding-left:10%;
}

a
{
  text-decoration: none; 
  color: #fff; 
  transition: all 0.1s ease-in;
}

#about_profiles
{
  width: 100%;
  margin-top: 0px;
  padding: 60px 0;
  background: -webkit-linear-gradient(lightblue 0%,#3366FF 80%) repeat scroll 0 0 transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; 
}

.row2
{
  display: none;
}

.banner
{
  width: 98%;
  height: 50px;
  padding-top: 10px;
  color: white;
  background: green;
}
.banner p
{
  font-size: 20px;
}

#about_profiles #row2 #first_img
{
  margin-left: 10%;
}

#about_profiles #row2 #second_img
{
  margin-left: -20%;
}

#about_profiles h4  {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  top: -30px;
}

#about_profiles h4 span {
  font-size: 20px;
  background:none;
}

#about_profiles img {
  width: 100%;
  width: 250px;
  border-radius: 50%; 
  border: 15px solid transparent; 
  box-shadow: 2px 2px 0px rgba(0,0,0, 0.18);
  transition: all 0.1s ease-in;
}
  
#about_profiles img:hover {
  border: 15px solid #3980C9;
  position: relative;
  z-index: 10;
  transition: all 0.1s ease-in; 
}

#about_profiles .sticky_span{
  padding: 8px 20px;
  display: inline-block;
  background: #4593e3;
  border-radius: 16px 16px 16px 16px;
  font-size: 16px;
  position: relative;
  top : -70px;
}


/* Buttons */
.view_btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  color: rgba(255,255,255, 0.95);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 20px;
  outline: 0;
  transition: all 0.1s ease-in;
}

.view_btn-transparent {background: rgba(0,0,0, 0.2);}
.view_btn-transparent:hover {background: rgba(0,0,0, 0.4);}

/* Member Image Hover Effect */
.hover_img {
  display: none
}

.member-profile:hover .unhover_img{
  display: none;
}

.member-profile:hover .hover_img {
  display: block;
}

/* Mobile Devices Optimization */
@media(max-width: 800px) 
{
  body
  {
    padding: 0px;
    width: 100%;
  }
  #about_profiles
  {
    margin:0px;
    padding: 0px;
    overflow-x: hidden;
  }
  #about_profiles .row div
  {
    margin-left: 0px;
    text-align: center;
  }
  #about_profiles #row2 #first_img
  {
    margin-left: 0%;
  }

  #about_profiles #row2 #second_img
  {
    margin-left: 0%;
  } 

  footer
  {
    width: 100%;
  } 
  .footer-about
  {
    margin-left: -5%;
    width:80%;
  }

}
