/* The side navigation menu */
.sidenav.light {
    background-color: rgba(255, 255, 255, 0.9); 
}

.sidenav.dark {
    background-color: rgba(0, 0, 0, 0.9); 
}

.sidenav.light .sb-icon {
    fill: #fff;
}

.sidenav.dark .sb-icon {
    fill: #000; 
}



.sidenav {
    min-height: 96px; /* 100% Full-height */
    width: 42px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9); 
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    margin-top: 245px;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	padding: 0px;
}

.sb-icon {
    fill: #fff;
}

/* The navigation menu links */
.sidenav a {
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    font-size: 0pt;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    font-size: 12pt;
}

.bottom {
    min-height: 42px !important;
    width: 100%;
    bottom: 0 !important;
    left: 0;
	top: auto;
	right: auto;
}

.sidenav.bottom a {
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    font-size: 0pt;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
	width: 42px;
	height: 42px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
.sidenav {
    min-height: 42px; /* 100% Full-height */
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 3000; /* Stay on top */
    bottom: 0 !important;
    left: 0;
	top: auto;
	right: auto;
    background-color: rgba(255, 255, 255, 0.9); 
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    transition: 0.5s;
	padding: 0px;

}

.sidenav a {
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    font-size: 0pt;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
	width: 42px;
	height: 42px;
}

body {
	margin-bottom: 42px;
}
}
