Add following to CSS
.navLink {
background: #ebebeb;
border: none;
color: #424242 !important;
width: 100%;
padding: 12px 32px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin-bottom: 1px;
transition-duration: 0.4s;
cursor: pointer;
text-transform: uppercase;
}
.navLink:hover {
background-color: #424242;
color: #fff !important;
}
.infix-wrap{
text-align:right!important;
}
.ll-switch-wrap:focus {outline:0;
}