/*Body*/


.text1{
  padding-top: 5%;
  text-align: center;
  font-size: 11px;
}

/*layer1 begins*/
.layer1{
  position: relative;
  background-color: #f7f7f7;
  height: auto;
  color: black;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bolder;
  font-size: 30%;
}
.team-txt{
  font-family:'Josefin Sans', sans-serif;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.team-txt:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid red;
}
.layer1 .text1{
	margin-bottom: 2%;
}
.card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 90%;
    color: black;
    margin: 10% auto;
    height: 300px;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .6s ease;
}
.card:hover .overlay {
  bottom: 0;
  height: 100%;
}
.card:hover {
    box-shadow: 3px 8px 16px 0 rgba(0,0,0,0.4);
}
.icons{
	margin-top: 40%;
	text-align: center;
	font-size: 35px;
}
span+span{
	margin-left: 3%;
}
.container {
    padding: 2px 16px;
}
#circle{
	width: 30%;
	padding-top: 10%;
	margin: 1.66%;
}
#dp{
	border-radius: 50%;
	max-width: 250%;
	max-height: 250;
	margin-left: 36%;
	margin-top: -15%;
	margin-bottom: 5%;
	padding: 5%;
}
#lsttxt{
  font-size: 12px;
  margin-left: 47.5%;
  margin-top: 7%;
  font-family: 'Roboto', sans-serif;
  color: #666;
}
.fa-heart{
  color: #E90606;
}
/*layer1 ends*/
.footer {
position: relative;
height: auto;
color: rgb(53, 54, 56);
}

.removed{
display: none;
}
@media screen and (max-width: 768px)
{
  .layer1 .card{
  height: auto;
  width: 100%;
  }
  .container {
  padding: 2px 42px;
  }

  .text1{
  padding-top: 2%;
  text-align: center;
  font-size: 11px;
  }
  #land_img{
  width: 100%;
  height: auto;
  margin-top: 7%;
  margin-left:0%;
  }

  .team-txt{
  padding-top:10%;
  }
}


