/* jumpy */

a.jumpy {
    display: none;
}

@media only screen and (max-width: 767px) {
    a.jumpy {
        position: fixed;
        bottom: -100px;
        right: 25px;
        text-transform: uppercase;
        display: block;
        padding: 13px 19px;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.9);
        color: #fff;
        text-decoration: none;
        z-index: 20;
        border: 3px solid #ffffff;
        border-radius: 3px;
    }

    a.jumpy i.fas.fa-angle-up {
        color: #ffffff;
    }

    a.jumpy span {
        display: none;
    }

    a.jumpy:hover,
    a.jumpy:focus {
        background-color: #007481;
    }

    /*a.jumpy:after {
        font-family: "Font Awesome 5 Free";
        content: "\f106";
    }*/

    /*div.no-heading {
        padding: 1.5em 0 0.83em 0;
    }*/
}