﻿.rightSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    --padding-top: 60px;
}
        /*.rightSidenav a:hover {
            color: #f1f1f1;
        }*/

    .rightSidenav .closebtn {
        position: absolute;
        top: 0;
        left: 25px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .rightSidenav {
        padding-top: 15px;
    }

}

