body {
    font-family: "Lato", sans-serif, arial;
} 

.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    background-color: #ffffff;
    z-index: 0;
    top: 67px; 
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    font-size: 12px;
    color: #444444; 
    display: block;
}

.sidenav a:hover {
    color: green;
}





@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;} 
} 

.sideMenu{ 
	position: absolute; 
	top:  50px;
	left: 20px;
	z-index: 1; 
}

.pdlogo{
	position: absolute; 
	left: 20px;
	z-index: 2;
}