.article-content::after { 
  content: "";
  display: table; 
  clear: both;
}

/* creates flex menus which adjust to screen width */
nav.horizontal ul {
    display: flex;
    flex-flow: row;
}
nav.horizontal ul>li {
    margin: auto !important;
}

