/* noAarchitecten - rules that apply to every page
   ---------------------------------------------------------------------------
   Loaded after app.css, on all pages. Keep this file for things that are true
   site-wide; anything belonging to one page has its own file.

   An override on top of app.css. Nothing here is compiled, so it can go up
   over FTP; the proper home for these rules is app.less, whenever the site is
   next built.
   --------------------------------------------------------------------------- */

/* The menu sits under the wordmark, on the left, at every width.

   app.css puts it there only from 1024px up; between 768 and 1024 it spreads
   the wordmark and the menu to opposite ends of a row. This keeps the stacked
   arrangement everywhere, so the two never trade places as a window is
   resized, and work / info always begin on the same line as the noA. */
#main-header .nav-bar{
  display:block;
}

#main-header nav.menu ul{
  justify-content:flex-start;
}
