/*code written by Rutuja Nandre*/
/*code written by Rutuja Nandre*/

body {
  height: 100vh;
  background-size: 60% 60%;
  font-family: 'Anton', sans-serif;
  color: #fff;
  
}
.sbuttons {
  bottom: 15%;
  position: fixed;
  margin: 1em;
  right: 0;
}
.sbutton {
  display: block;
  width: 50px;
  height: 50px;
   border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 30px;
  line-height: 50px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 37px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
     -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
 

.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.linkedin {
  background: #0e76a8;
}
.sbutton.email {
  background:  #BB001B;
}
  .sbutton.sms {
  background: #4180ec;
}
.sbutton.twitt {
  background: #03A9F4;
}
.sbutton.fb {
  background: #3F51B5;
}
.sbutton.whatsapp {
  background: #00e676;
}
/* for desktop */
.whatsapp_float {
position:fixed;
width:70px;
height:70px;
bottom:60px;
left:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
      font-size:40px;
box-shadow: 2px 2px 3px #999;
      z-index:100;
}

.whatsapp-icon {
margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
   .whatsapp-icon {
      margin-top:10px;
   }
  .whatsapp_float {
      width: 50px;
      height: 50px;
      bottom: 200px;
      left: 10px;
      font-size: 30px;
  }
 .sbuttons {
  bottom: 10%;
  margin: 1.5em;
}
  .sbutton {
  width: 40px;
  height: 40px;
  margin: 12px auto 0;
  }
  .sbutton > i {
  font-size: 17px;
  line-height: 37px;
}
  .sbutton:not(:last-child) > i {
  font-size: 17px;
  line-height: 31px;

}
  .sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 33px;
  height: 33px;
  margin: 6px auto 0;
}
  
}
