@media (min-width: 768px) {
.navbar-nav > li:last-child > a {
  background-color: #1d3261!important;
  color: white;
}
.navbar-nav > li:last-child > a:hover {
  background-color: #1d3261!important;
  color: white;
}
}