@charset "utf-8";
/* 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: 0 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;	
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;	
  font-family: "Montserrat", sans-serif;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { color: #d4ac55; }
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: 210px;
  float: none;
  display: list-item;
  position: relative;
  border-bottom:1px solid #fff;		
  background-color: #143897;
}
nav ul ul li:last-child{ border-bottom:none;}

nav ul ul ul li {
  position: relative;
  top: -50px;
  left: -225px;
   width: 225px;
}
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 : 1200px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; position: absolute; top: 10%; width: 85vw; background-color:#14216a;}
nav .ham{position: relative; top: 5px; left: 0%; text-align: right}
.toggle + a,
 .menu { display: none; width: 100%; }

.toggle {
  display: block;
  background-color: transparent;
  padding: 0 20px;
  color: #FFF;
  font-size: 14px;
  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: 0 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 : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
	