
body{font-family: "Open Sans", sans-serif;}
body {
    background: linear-gradient(180deg,rgba(232, 226, 210, 1) 0%, rgba(241, 205, 233, 1) 50%, rgba(241, 205, 233, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a{text-decoration:none;}
header.main-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
	padding-bottom:100px;
}
.social {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    justify-content: center;
}
.social li {
  list-style: none;
  margin: 0 40px;
}
.social li .fa {
  font-size: 40px;
  color: #262626;
  line-height: 80px;
  transition: 0.5s;
}
.social li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
  transition: 0.5s;
  box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
.social li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transition: 0.5s;
  transform: rotate(0deg) skewY(-45deg);
}
.social li a::after {
  content: "";
  position: absolute;
  top: 80px;
  left: -11px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transition: 0.5s;
  transform: rotate(0deg) skewX(-45deg);
}
.social li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg)
    translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.social li:hover .fa {
  color: #fff;
}
.social li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg)
    translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
ul .facebook:hover a {
  background: #3b5999;
}

.social .facebook:hover a:before {
  background: #2e4a86;
}
.social .facebook:hover a:after {
  background: #4a69ad;
}
.social .whatsapp:hover a {
  background: #25D366;
}
.social .whatsapp:hover a:before {
  background: #075E54 ;
}
.social .whatsapp:hover a:after {
  background: #25D366 ;
}
.social .google-plus:hover a {
  background: #dd4b39;
}

.social .google-plus:hover a:before {
  background: #c13929;
}
.social .google-plus:hover a:after {
  background: #e83322;
}

.social .linkedin:hover a {
  background: #0077b5;
}

.social .linkedin:hover a:before {
  background: #036aa0;
}
.social .linkedin:hover a:after {
  background: #0d82bf;
}

.social .instagram:hover a {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.social .instagram:hover a:before {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}
.social .instagram:hover a:after {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}
#logo img {
    max-width: 400px;
    height: auto;
}
@media(max-width:1024px){

}
@media(max-width:767px){
#logo img {
    width: 80% !important;
    height: auto;
}
header.main-header {

    padding-top: 50px;

	padding-bottom:50px;
}
.social {

    column-gap: 10px;

}
.social li {
    list-style: none;
    margin: 0 40px;
}
body{padding-bottom:50px;}
}