/* NAV STYLES */
#sidebar{
    height:100vh;
    float:left;
    margin-right:20px;
    position:fixed;
}

/* DASHBOARD STYLES */

#adminDash #totalRaised{
    border-left:5px solid green;
}
#adminDash #numStudents{
    border-left:5px solid blue;
}
.quickLooks .qlIcon{
    display:inline-block;
    width:50px;
    height:50px;
    font-size:2em;
    border-radius:50px;
    text-align:center;
    margin-top:auto;
    margin-bottom:auto;
}
.quickLooks .card{
    margin-right:5px;
    border-radius:10px;
}
.quickLooks h3{
    border-radius:10px;
}