a.vanillatop {
    background-color: #fd5f17;
    border-radius: 50%;
    bottom: 40px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    /*right: 10px;*/
    text-align: center;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: 1s all;
    transition: 1s all;
    vertical-align: middle;
    z-index: 9999;
    font-family:"Font Awesome 5 Free";
    color: #ffffff;
}

a.vanillatop::before {
    color: rgba(255, 255, 255, 0.71);
    /*content: '↑';*/
    /*content: '';*/
    font-size: 210%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35b";
}

a.vanillatop:link {
    text-decoration: none
}

a.vanillatop:hover {
    background-color: #fd5f17;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

@media only screen and (min-width:375px) {
    a.vanillatop {
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (min-width:768px) {
    a.vanillatop {
        bottom: 20px;
        right: 20px;
    }
}

@media only screen and (min-width:1024px) {
    a.vanillatop {
        bottom: 30px;
        height: 50px;
        line-height: 50px;
        right: 30px;
        width: 50px
    }
}

@media only screen and (min-width:1440px) {
    a.vanillatop {
        bottom: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        right: 30px;
        
    }
}
