

 .logo {
    background: url(../toki-logo.png) no-repeat center center rgba(255, 255, 255, 1);
    width: 150px;
    height: 50px;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 70px;
    margin: auto;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    }


 .nav {
    position: absolute;
    right: 0;
    top: 40%;
    background: rgba(0, 0, 0, 0.4);
   
    /* height: 50px; */
    z-index: 9999;
}
  .nav li {}
   .nav li a{
    color: #fff;
    font-family:Arial, Helvetica, sans-serif; transition:0.2s;
    display: block;
    padding: 12px;
    border-bottom: 1px solid #565656;
}
      .nav li a:hover { background:#fff; color:#000 }