/* Dropdown Button */
.links_dropbtn {
  
  color: var(--light);
 background-color: var(--back);
  font-size: 18px;
  border: none;
	float:left;
	font-weight: bold;
	border-bottom: 4px solid var(--back);
	
}

/* The container <div> - needed to position the dropdown content */
.links_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.links_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:30px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -170px;
	text-align: left;
	
}

/* Links inside the dropdown */
.links_dropdown-content a {
  color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* Change color of dropdown links on hover */
.links_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.links_dropdown:hover .links_dropdown-content {display: block; border-bottom: 4px solid var(--light);}

/* Change the background color of the dropdown button when the dropdown content is shown */
.links_dropdown:hover .links_dropbtn {border-bottom: 4px solid var(--light); color: var(--light); background-color: var(--back);}



/* Dropdown Button */
.list_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.list_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.list_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -100px;
	text-align: left;
	height: 600px;
}

/* Links inside the dropdown */
.list_dropdown-content a {
  color: var(--fontdark);
  padding: 6px 6px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.list_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.list_dropdown:hover .list_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.list_dropdown:hover .list_dropbtn { color: var(--light); background-color: var(--back);}



/* Dropdown Button */
.rule_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.rule_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.rule_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -136px;
	text-align: left;
	height: 600px;
}

/* Links inside the dropdown */
.rule_dropdown-content a {
  color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.rule_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.rule_dropdown:hover .rule_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.rule_dropdown:hover .rule_dropbtn { color: var(--light); background-color: var(--back);}


/* Dropdown Button */
.crea_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.crea_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.crea_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -172px;
	text-align: left;
	height: 640px;
}

/* Links inside the dropdown */
.crea_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.crea_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.crea_dropdown:hover .crea_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.crea_dropdown:hover .crea_dropbtn { color: var(--light); background-color: var(--back);}


/* Dropdown Button */
.story_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.story_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.story_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -210px;
	text-align: left;
	height: 640px;
}

/* Links inside the dropdown */
.story_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.story_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.story_dropdown:hover .story_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.story_dropdown:hover .story_dropbtn { color: var(--light); background-color: var(--back);}



/* Dropdown Button */
.loc_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.loc_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.loc_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -246px;
	text-align: left;
	height: 640px;
}

/* Links inside the dropdown */
.loc_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.loc_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.loc_dropdown:hover .loc_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.loc_dropdown:hover .loc_dropbtn { color: var(--light); background-color: var(--back);}


/* Dropdown Button */
.stuff_dropbtn {
  
      color: var(--fontdark);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
	font-weight: bold;
	
}

/* The container <div> - needed to position the dropdown content */
.stuff_dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.stuff_dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--back);
  width: 350px;
	padding-left: 20px;
	padding-right: 20px;
margin-top:40px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	padding-top: 15px;
	margin-left: -380px;
	margin-top: -282px;
	text-align: left;
	height: 640px;
}

/* Links inside the dropdown */
.stuff_dropdown-content a {
  color: var(--fontdark);
  padding: 3px 3px;
  text-decoration: none;
  display: block;
	font-weight: bold;
}

/* Change color of dropdown links on hover */
.stuff_dropdown-content a:hover {color: var(--light);}

/* Show the dropdown menu on hover */
.stuff_dropdown:hover .stuff_dropdown-content {display: block;;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.stuff_dropdown:hover .stuff_dropbtn { color: var(--light); background-color: var(--back);}
		
		
		
		
		
		
		
		
		
		
		
		