body {
	margin: 0;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, rgb(121, 96, 76), transparent);
}

footer {
    background-color: black;
    padding: 85px 0;
}
    .footerimg {
    width: 12%;
    margin: 10px;
}
    #middle {
    width: 40%;
}


.first {
	height: 900px;
	display: grid;
	place-items: center;
	text-align: center;
}
.content1 {
	margin-top: 0;
}
     .content1 h2 {
	    margin: 0;
	    font-family: 'Playfair Display', serif;
	    font-size: 65px;
	    color: #fff;
    }

    .leftside {
       position: relative;
       left: 700px;
       top: 200px;
    }

    .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.75);
      overflow: hidden;
      width: 100%;
      height: 0;
      transition: .5s ease;
    }

    

     h3, p {
      letter-spacing: 3px;
      text-align: center;
     }
   ::selection {
    color: white;
    background: #b0ab76;
}
      .profile-card-1 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  height:368px;
  border:none;
}
.profile-card-1 .background {
  width:100%;
  vertical-align: top;
  opacity: 0.9;
  filter: blur(3px);
  transform: scale(2.8);
}
.profile-card-1 .card-content {
  width: 100%;
  padding: 15px 25px;
  position: absolute;
  left: 0;
  top: 50%;
}
.profile-card-1 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: none;
  transform: translate(-50%, 0%);
}
.profile-card-1 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size:25px;
}
.profile-card-1 h2 small {
  display: block;
  font-size: 15px;
  margin-top:10px;
}


.profile-card-1 .icon-block a{
    text-decoration:none;
}
.btn {
     
    background-color: transparent;
    background-size: 4px 3px;
    border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
    border-style: solid;
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    box-sizing: border-box;
    color: #36332e;
    font-size: 1rem;
    padding: .75rem;
    text-decoration: none;
    transition: all 220ms ease-in-out;
    border-bottom-left-radius: 15px 255px;
    border-bottom-right-radius: 225px 15px;
    border-top-left-radius: 255px 15px;
    border-top-right-radius: 15px 225px;
  }

  .btn:hover {
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
    transform: translate3d(0, 2px, 0);
  }
#logo {
    width: 70%;
}
