.target {
  position: absolute;
  border-bottom: 2px solid transparent;
  z-index: -1;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}

.nav a, .target {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}