@charset "utf-8";
* { box-sizing: border-box; }
body {
    margin: 0;
}
.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}
.nav-buttons {
    background-color: black;
    color: white;
    font-family:  cursive;
}
.nav-button {
    width: 25%;
    margin:0;
    padding: 5pt;
    float: left;
    text-align: center;
    background-color: black;
}
.nav-content {
    width:100%;

    text-align: center;
    display: none;
    background-color: teal;
    padding: 10px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
#alpha-menu  { font-size: 8vw; }
#filter-menu { font-size: 6vw; }