.toggle, [id^="drop"] {
   display: none;
}

nav {
   background: rgba(23,30,32, 0.7);
   margin: 0;
   padding: 0;
}

nav a:link {
	background: rgba(23,30,32, 0.7);
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	margin: 0px 2px 2px 0px;
	border-radius: 0px;
	color: #416368;
	text-decoration: none;
	font-family: "Oswald", Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px; letter-spacing: 1px; transition: 0.5s;
}

nav ul li ul li:hover {
   background-color: rgba(23,30,32, 1); transition: 0.5s;
}

nav a:hover {
   background-color: rgba(23,30,32, 1); text-shadow: 1px 1px #5f3e43; transition: 0.5s;
}

nav::after {
   clear: both;
   content: "";
   display: table;
}

nav ul {
 
   list-style: outside none none;
   margin-left: 0px; text-align: center;
   padding: 10px;
   position: absolute;
}

nav ul li {
   border-left: 0px solid #555;
   display: inline-block;
   float: left;
   margin: 0; transition: 0.5s;
}

nav ul ul {
   display: none;
   position: absolute;
   top: 35px; font-size: 10px;
}

nav ul li:hover > ul {
   display: inherit;
}

nav ul ul li {
   display: list-item;
   float: left;
   position: relative;
   width: 100%;
}

nav ul ul ul li {
   left: 100%; 
   position: relative;
   top: -40px;
}

nav ul li > a::after {
   content: " ";
   display: inline;
   font-family: fontawesome;
}

nav ul li > a:only-child::after {
   content: "";
}

@media all and (max-width: 768px) {
nav {
   margin: 0;
}

.toggle + a, .menu {
   display: inline-block;
}

.toggle {
	background: #333;
	color: #ffffff;
	border: medium none;
	display: block;
	padding: 10px 15px;
	
	text-decoration: none;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
}

.toggle:hover {
   background-color: #ffffff;
}

[id^="drop"]:checked + ul {
   display: block;
}

nav ul li {
   display: block;
   width: 100%;
}

nav ul ul .toggle, nav ul ul a {
   padding: 0 40px;
}

nav ul ul ul a {
   padding: 0 80px;
}

nav a:hover, nav ul ul ul a {
   background-color: rgba(23,30,32, 1); transition: 0.5s;
}

nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
   color: #ffffff;
   font-size: 10px;
   padding: 10px 15px;
}

nav ul li ul li .toggle, nav ul ul a {
   background-color: transparent;
}

nav ul ul {
   color: #ffffff;
   float: none;
   position: static;
}

nav ul ul li:hover > ul, nav ul li:hover > ul {
   display: none;
}

nav ul ul li {
   display: block;
   width: 100%;
}

nav ul ul ul li {
   position: static;
}


}

@media all and (max-width: 330px) {
nav ul li {
   display: block;
   width: 94%;
}


}

@media only screen and (min-width: 769px) {
nav ul {
   margin-left: 0%;
}

nav ul ul {
   margin-left: 0;
}


}

/*
Tutorial by WallBB
http://wallbb.co.uk
*/
		