﻿/* Move down content because we have a fixed navbar that is 50px tall */

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 20px;
    /*background-color: #25d366;
    color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url(../imagess/whatsapp.jpg)
}

/*.my-float {
    margin-top: 16px;
}*/
.float_tlf {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 170px;
    right: 20px;
    background-color: darkgray;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

./*my-float_lf {
    margin-top: 16px;
}*/

