JavaScript Zoom Navigation w/Add & Remove CSS Classes

I built this as a lesson for a JavaScript college course I teach, this is a demonstration on using CSS to hide/show HTML elements, based on what has been clicked.

Behind the scenes, that click adds and removes CSS classes using JavaScript, giving us a lovely navigation with animated transitions, which could be used in all sorts of real-world projects.