 @media screen and (max-width: 1280px) {
     /* #menu {
         box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
         height: 100%;
         left: 0;
         position: fixed !important;
         top: 0;
         z-index: 10000;
     } */
 }

 /**/
 /* #menu {
    position: fixed;
    z-index: 1000;
    height: 100%;
} */
 @media screen and (max-width: 1280px) {
     /* #sidebar {
        box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
        height: 100%;
        left: 0;
        position: fixed !important;
        top: 0;
        z-index: 10000;
    } */
 }

 small {
     font-size: 0.8em;
 }

 /*  @media screen and (max-width: 736px) {
     #header .logo {
         font-size: 1.25em;
         margin: 0;
         display: flex !important;
         line-height: normal !important;
         flex-direction: row !important;
         align-items: center !important;
     }
 }

 #header .logo {
     border-bottom: 0;
     color: inherit;
     font-family: "Roboto Slab", serif;
     font-size: 1.125em;
     display: flex !important;
     line-height: normal !important;
     flex-direction: row !important;
     align-items: center !important;
 } */
 #header {

     align-items: center !important;
 }

 #header .logo svg {
     display: block;
     float: left;
     margin-right: 10px;
 }

 @media screen and (max-width: 736px) {
     #header .logo {
         font-size: 1.25em;
         margin: 0;
         line-height: 1;
     }
 }