﻿/* The side navigation menu */
.sidenav {
    height: 0; 
    width: 100%; 
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    bottom: 0; 
    left: 0;
    /*background-color: #111;*/ /* Black*/
    overflow-y: hidden; /* Disable horizontal scroll */
    padding: 0;
    margin: 0;
}

/* The navigation menu links */
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.2s;
}*/

/* When you mouse over the navigation links, change their color */
/*.sidenav a:hover {
    color: #f1f1f1;
}*/

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    cursor: grab;
    font-size: 25px;
}
