.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a, .dropdown-btn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover {
  color: #0000ff;
  font-weight: bold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.active {
  background-color: green;
  color: white;
}

.btn-close {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 6px 8px;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 25px;
  font-size: 22px;
  margin-left: 220px;

}

.dropdown-container {
  display: none;
  background-color: #eee;
  padding-left: 8px;
  font-weight: bold;
}

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

.sonsie-lightsea {
	color: lightseagreen;
	font-family: 'Sonsie One', cursive;
}
