.instagram {
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:80px;
    background-color:#d73765;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
    transition: transform .2s; /* Animation */
}
.instagram:hover {
    color: #fff !important;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*.instagram:focus {
    color: #fff !important;
}
.instagram i {
    margin-top:11px;
}*/
.instagram svg {
    fill: #fff;
    height: 34px;
    width: 34px;
    margin: 8px;
}

.whatsapp {
    position:fixed;
    width:50px;
    height:50px;
    bottom:18px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
    transition: transform .2s; /* Animation */
}
.whatsapp:hover {
    color: #fff !important;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*.whatsapp:focus {
    color: #fff !important;
}
.whatsapp i {
    margin-top:11px;
}*/
.whatsapp svg {
    fill: #fff;
    height: 34px;
    width: 34px;
    margin: 8px;
}
