

.rdp-sticky-nav{
    width: 100vw;
    height: 100%;
    background-color: #0CAEBD;
}
.linkly-container{
    position: fixed;
    bottom: 0;
    z-index: 8;
    height: 76px;
    width: 100vw;
    display: flex;
    justify-content: end;
    background-color: #0CAEBD;
}
.linkly-container .all-work-link-wrapper{
    display: none;
}
.boogie-button{
    margin-top: 15px;
    margin-right: 115px;
}
.linkly-container .boogie-button a {
    color: #0d0824;
    font-size: 12px;
}
.linkly-container a:hover {
    cursor: pointer;
}
.top-link-wrapper{
    align-self: center;
    margin-right: 45px;
}
.top-link-wrapper a svg{
    transform: rotate(90deg);
    height: 17px;
    width: 15px;
    margin-right: 8px;
    margin-top: -3px;
}
.top-link-wrapper a:hover svg{
    width: 15px;
}
.back-to-top{
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
}

@media all and (max-width:1090px){
    .rdp-sticky-nav .btn{
        height: 36px;
        line-height: 36px;
    }
    .linkly-container{
        justify-content: center;
        flex-direction: row-reverse;
        height: 56px;
    }
    .top-link-wrapper{
        margin-right: 0px;
    }
    .top-link-wrapper a svg{
        transform: rotate(90deg);
        vertical-align: middle;
        width: 24px;
        height: 14px;
        color: #FFFFFF;
        fill: #FFFFFF;
        margin-bottom: 6px;
    }
    .top-link-wrapper a svg path{
        fill: #FFFFFF;
        
    }
    .all-the-work{
        margin-top: 7px;
    }
    .all-work-link-wrapper svg g{
        opacity: 1;
    }
    .all-work-link-wrapper svg > g > g > g > path{
        fill: #FFFFFF;
        fill-opacity: 1;
    }
    .back-to-top{
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
    .back-to-top span{
        display: none;
    }
    .linkly-container .all-work-link-wrapper{
        display: flex;
        height: 36px;
    }
    .linkly-container .all-work-link-wrapper a{
        height: 70%;
        display: flex;
        flex-direction: column;
        font-size: 12px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: 700;
        text-align: center;
    }
    .linkly-container .boogie-button {
        margin-left: 45px;
        margin-right: 45px;
        margin-top: 10px;
        font-size: 12px;
    }
    .top-link-wrapper a:hover svg{
        width: 29px;
    }
}

@media (max-width:500px){
    .linkly-container .boogie-button {
        margin-left: 25px;
        margin-right: 25px;
    }
    .linkly-container .all-work-link-wrapper a{
        width: 24px;
    }   
}
