/* Add here all your CSS customizations */

.icon-bar {
    position: fixed;
    bottom: -100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:999;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: transparent;
        }


@media screen and (max-width:767px) {
    .icon-bar{
        bottom: -35px;
    }

    .icon-bar img{
        height:100px;
    }
}
