@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
/* CSS Document */

.navbar img{max-width: 250px; width:100%; position: relative; z-index: 9999; }	
p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
}	
nav {
  margin: 0;
  padding: 0;
  background-color: transparent;
  z-index: 999;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: transparent;  
}

nav a {
display: block;
padding: 15px 15px;
color: #f1d683;
font-size: 13px;
font-weight: 600;
line-height: 20px;
text-decoration: none;
text-transform: uppercase;	
font-family: "Montserrat", sans-serif;
height: auto;
text-align: left;	
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { color: #ffffff; }
nav ul li:active { color: #d4ac55; }		

nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  
}
nav ul ul li:first-child{ border-top:2px solid #d4ac55;}		

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 180px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom:1px solid #fff;		
  background-color: #4a006a;
}
nav ul ul li:last-child{ border-bottom:none;}

nav ul ul ul li {
  position: relative;
  top: -50px;
  left: -195px;
   width: 195px;
}
nav ul ul ul li:first-child{  border-top:2px solid #d4ac55;	}		
		

li > a:after { content: ' '; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1140px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; position: absolute; top: 18%; width: 95vw; /*background: #26214f;*/ background: rgb(73,13,88);
background: -moz-radial-gradient(circle, rgba(73,13,88,1) 39%, rgba(41,0,53,1) 93%);
background: -webkit-radial-gradient(circle, rgba(73,13,88,1) 39%, rgba(41,0,53,1) 93%);
background: radial-gradient(circle, rgba(73,13,88,1) 39%, rgba(41,0,53,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#490d58",endColorstr="#290035",GradientType=1); }
nav .ham{position: relative;
    top: 0px;
    left: 90%;}
.toggle + a,
 .menu { display: none; width: 100%; }

.toggle {
  display: block;
  background-color: transparent;
  padding: 0 17px;
  color: #f1d683;
  font-size: 15px;
  font-weight:500;
  line-height: 50px;
  text-decoration: none;
  border: none;
  position: relative;
  top: 5px;	
  text-transform: uppercase;
}

.toggle:hover { background-color: transparent; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;	
 border-bottom:1px solid #fff;	
}
nav ul ul .toggle,
nav ul ul a { padding: 140 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: transparent; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: transparent; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

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;  width: auto;
}
}
@media all and (max-width : 560px) {
	nav{width: 87vw; }	
	nav .ham{left:87%;}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
	