#sms-share-button-side {display: none;}
#sms-button-top {display: none;}

.sidenav {
    width: 70px;
    position: fixed;
    z-index: 1;
    top: 50px;
    left: 0;
    overflow-x: hidden;
    padding-top: 90px;
}

.fa {
    padding: 18px;
    font-size: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

@media screen and (max-width: 768px) {
    .fa {
        padding: 10px;
        font-size: 100px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        margin: 1px 1px;
    }

    .fa-envelope {
        background: #45bbff;
        color: white;
        padding: 9px;
    }

    .fa-mobile{
        background: #00b489;
        color: white;
        padding: 11px;
    }
}

.fa:hover {
    opacity: 0.7;
    color: black;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-envelope {
    background: #45bbff;
    color: white;
}

.fa-mobile{
    background: #00b489;
    color: white;
    padding: 11px;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

