/* WHATSAPP */
#myWABtn {
    bottom: 65px;
    background-color: rgb(255, 255, 255);
    color: #00982A;

    border: 0.5px solid #bebebe;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);

    text-decoration: none;
}

#myWABtn:focus,
#myWABtn:active,
#myWABtn:hover {
    outline: none;
    border: none;
    text-decoration: none;
}

/* iOS / Android tap highlight */
#myWABtn {
    -webkit-tap-highlight-color: transparent;
}

#myWABtn:hover {
    background-color:#00982A;
    color:#fff;
}

@media (max-width: 1200px){
  #myWABtn    { bottom:65px; }
}

@media (max-width: 1100px){
  #myWABtn    { bottom:60px; }
}

@media (max-width: 900px){
  #myWABtn    { bottom:55px; }
}

@media (max-width: 600px){
  #myWABtn    { bottom:50px; }

  #myTopBtn:hover {
    transform:none;
  }
}  