@media only screen and (max-width: 768px) {
      .navbar-nav {
        flex-direction: column-reverse;
      }
  }