body, nav, div, ul, li, a{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
body{
    background: url('../pics/footer_lodyas.png')
}
/* NavBar */
nav{
    width: 300px;
    height: 100%;
    margin-left: -290px;
    background: #cbedbe;
    position: fixed;
}
nav:hover{
    margin: 0px;
}
@media screen and (min-width: 1600px){
    nav{
        width: 400px;
        margin-left: -390px; 
    }
}
#usersNav{
    
}
#eventsNav{
    
}
#reportsNav{
    
}
#customersNav{
    
}
.navTab{
    width: 200px;
    height: 35px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 15px;
    background: #3c3c3c;
    color: #cbedbe;
    font-family: 'Unkempt', cursive;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
}
.navtab:hover{}

/**/


/**/
#accountStuff{
    float: right;
    margin: 20px;  
    height: 40px;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #000000;
}
#logout{
    float: right;
}
#logout ul{
    padding: 9.5px;
    background: #5a5a5a;
    border-radius: 0 5px 5px 0;
} 
#logout ul:hover{
    background: #828282;
    padding: 9.5px;
    cursor: pointer;   
}
#logout ul li a{
    color: #cbedbe;
    font-family: 'Unkempt', cursive;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #logout ul{
     padding: 10.5px;
 }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #logout ul:hover{
     padding: 10.5px;
 }
}
#settings{
    height: 40px;
    width: 40px;
    background: url("../pics/settingsGear.png") no-repeat;
    float: left;
}
#settings:hover{
    background: url("../pics/settingsGearHover.png");
    cursor: pointer;
}
/**/


/**/

#users{
   background-color: #ebffe4;
}
#events{
    background: red;
}
#reports{
    background: blue;
}
#customers{
    background: purple;
}
.content{
    width: 70%;
    height: 600px;
    margin: 0 auto;
    margin-right: 50px;
    margin-top: 200px;;
    float: right;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #000000;
    display: none;
}
/**/
.active{
    display: block;
}