#SideBarMenu{
	width:2em;
	font-size:3em;
	cursor:pointer;
	text-align:right;
	margin-bottom:0px;
	float:right;
	}

/* The side navigation menu */
.sidenav {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 9em 0 3em 0;
}


/* The navigation menu links */
.sidenav a {
font-family:OwnFont, Verdana, sans-serif;
font-stretch:ultra-expanded;
line-height:0.8;
  padding: 0.5em 0.8em 0.5em 1em;
  text-decoration: none;
  font-size: 4.4em;
  color: #818181;
  display: block;
  transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 5em;
  margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
