﻿
.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #0D0D0D;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a
{
    padding: 8px 8px 8px 32px !important;
    text-decoration: none;
    font-size: 20px !important;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align:left;
}

.sidenav a:hover
{
    color: #ED3237;
}

.sidenav .closebtn
{
    position: absolute;
    top: 0;
    right: 0px;
}

@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px !important;
    }
    .sidenav a
    {
        font-size: 18px !important;
    }
}

.sidenav  > .active  {
    color: #ED3237 !important;
}
.sidenav > div > .active  {
    color: #ED3237 !important;
}
