/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.nav-menu .row {
  display: flex;
  justify-content: space-between; /* or center */
  align-items: center;
}

