.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    margin-top: 65px;
    border-right: thin inset;
}

.navbar {
    height: 64px;
}

.nonnav{
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #00274c;
    display: block;
    transition: 0.3s;
}

.sidenav > a > i {
    padding-right: 30px;
}

.indentnav {
    padding: 70px 8px 70px 32px;
}


.sidenav a:hover {
    color: #f1f1f1;
    background-color: #6d6c6c;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*SVG Used*/
.whiteM{fill:#fff;stroke:#fff;}
.maizeM{fill:#f5c400;}
.logo{display:block;width:160px;}
.small{font-size:80%;}
.small{font-weight:400;}
svg{margin:5px;}
svg path{stroke:#000;stroke-width:0px;}


/* Move Navbar text down a bit since Mcity logo is so big. */
.navbar-text{margin:0px;}

.MichiganBlue-color {
    background-color: #00274c!important;
}


.MichiganBlue-color-dark {
    background-color: #00274c!important;
}

.MichiganMaize-color {
    background-color: #f5c400!important;
}

.MichiganMaize-color-dark {
    background-color: #f5c400!important;
}

body {
    background-color: #f2f2f2 !important;
}

.page-footer {
    height: 20px;
}

.content {
    min-height: calc(100vh - 21px);
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 18px;}
}

h3 {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
}

h2 {
    font-weight: 350 !important;
}
