.sidenav {
	top: 60px;
	bottom: 30px;
	width: 250px;
	position: fixed;
	left: 0;
	background-color: transparent;
	overflow-x: hidden;
	padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  border: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.dropdown-btn {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #680148;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.links {
	color: #680148;
}

nav a:hover, .dropdown-btn:hover {
	color: white;
	background-color: #680148;
	transition: color 0.5s, background-color 0.5s;
}

.actlinks {
	color: white;
	background-color: #666;
	transition: color 1s, background-color 10s;
}

.dropdown-btn:after {
	content: '\002B';
	float: right;
}

.actdropdown-btn {
	color: white;
	background-color: #8a00e6;
	transition: color 1s, background-color 10s;
}

.actdropdown-btn:after {
	content: "\2212";
}

.dropdown-container {
  display: none;
  background-color: transparent;
  padding-left: 8px;
}