/* jumpy */

.jumpy {
    position: fixed;
    bottom: -100px;
    right: 25px;
    text-transform: uppercase;
    display: block;
    padding: 16px 19px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-decoration: none;
    z-index: 8;
    border: 3px solid #ffffff;
    border-radius: 3px;
}

.jumpy span {
    display: none;
}

.jumpy:hover,
.jumpy:focus {
    background-color: #007481;
}

/*.jumpy:after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
}*/