﻿a {
    text-decoration: none;
    color: inherit;
}

#scrolldiv {
    position: fixed;
    width: 50px;
    height: 100px;
    bottom: 30%;
    right: 15%;
}

#pro-scroll-top {
    display: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: rgba(109, 97, 92, 0.8);
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #ffffff;
}

#pro-scroll-top {
    transition-duration: 250ms;
    transition-property: color, background-color, height;
    transition-timing-function: ease-in-out;
}

    #pro-scroll-top:hover {
        color: #fff;
        background: #6b0cc9;
    }

    #pro-scroll-top span {
        margin: 0 auto;
        font-weight: 100;
        font-size: 14px;
    }

    #pro-scroll-top div {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }



#pro-scroll-home {
    display: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100;
    height: 50px;
    width: 50px;
    padding: 0px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #ffffff;
    background: rgba(109, 97, 92, 0.8);
}

#pro-scroll-home {
    transition-duration: 250ms;
    transition-property: color, background-color, height;
    transition-timing-function: ease-in-out;
}

    #pro-scroll-home:hover {
        color: #fff;
        background: #6b0cc9;
    }

    #pro-scroll-home span {
        margin: 0 auto;
        font-weight: 100;
        font-size: 14px;
    }

    #pro-scroll-home div {
        display: flex;
        height: 100%;
        align-items: center;
    }
