@charset "UTF-8";
/* CSS Document */

/* SIDE SLIDE NAV */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #4C4C4C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav span {
    padding:7px 15px;
    text-decoration: none;
    font-size: 18px;
	line-height: 1.5em;
    color: #818181;
    display: block;
    transition: 0.3s;
	border: none;
}

.sidenav span:hover {
    color: #f1f1f1;
}

.sidenav span p a {
	display:none;
}

.sidenav span:hover p a {
	display: block;
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.2em;	
	color: #c09100;
}

.sidenav span:hover p a:hover {
	color: #ffffff;
}


.sidenav span p a {
	text-decoration: none;
	cursor: pointer;
}



.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
	color: #ffffff;
}

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



