.desktop-nav {
  display: none;
}

@media only screen and (min-width: 61.25em) {
  .menu {
    display: none !important;
  }

  .desktop-nav {
    display: block;
    float: left;
  }

  .desktop-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 4em;
  }

  .desktop-nav li {
    display: inline-block;
    margin-right: 1em;
  }

  .desktop-nav a {
    text-decoration: none;
    color: #4A4A4A;
    font-size: 0.8em;
  }

  .desktop-nav a:hover {
    color: #145EC9;
  }
}