 

@media screen and (max-width: 1020px){

.sitediv {
    float: right;
    width: 100%;
    height: inherit;
    padding-bottom: 50px;
}


nav {
    margin: auto !important;
    width: 264px;
}
nav>ul>.li-1 {
    position: relative;
    margin: 10px auto;
    display: block;
    float: right;
}

nav>ul>.li-2 {
    position: relative;
    display: block;
    left: inherit;
    top: inherit;
    float: right;
}
nav>ul>.li-3 {
    position: relative;
    float: right;
    margin: auto;
}
}
