body {
        margin: 0px;
        padding: 0px;
        background-color: #004B6C;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #004B6C; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    white-space: nowrap; /* avoid text wraping when width decrease */
    font: 20px tahoma, sans-serif;
}

.sidenav > * {
    padding-left: 16px;
    padding-right: 32px;

    padding-top: 16px;
    padding-bottom: 32px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
    height: 2%;
    white-space: break-spaces;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #00bcfb;
}

.sidenav .active{
    color: #00bcfb;
}

.sidenav-right {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #004B6C;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    /*white-space: nowrap; !* avoid text wraping when width decrease *!*/
    font: 20px tahoma, sans-serif;
}

.sidenav-right > * {
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 32px;
    font-size: 20px;
    color: white;
    transition: 0.3s;
    height: 2%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.menubtn:after  {  /* Big orange knob  */
    position: fixed;
    top: 50%;
    left: -3px;
    padding-right: 5px;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    z-index: 2;
    content: '\2026';
    color: white;
    font-weight: bold;
    font-size: 27px;
    text-align: right;
    line-height: 49px;
    background: #09a9f7; 
    border-radius: 20%;
    transition: all 0.1s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,.3), inset 0 2px 0 rgba(255,255,255,.5), inset 0 60px 50px -30px #96c5ff;
}

.title {
    font-size: 24px;
    font-weight: bold;
}
