/* Like style.css, but with fixed nav bar at top.
*/
@import "style.css";
/* Shuffle body down to make room */
body {
margin-bottom: 5em;
}
body>div.navBar {
position: fixed;
}
div.navBar {
/* display: block; */
/* position: absolute; */
/* width: auto; height: auto; */
/* top: auto; right: auto; */
bottom: 0em;
/* left: auto; */
/* margin-left: auto; margin-right: auto; */
/* This navbar will overlap objects on the page.
*/
}
