#nav {
  /*position: relative;*/
	/*overflow: hidden;*/
    margin-bottom: 2%;
}
#nav ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav ul li a {
  display: block;
  font-size: 87.50%;
  color: #2b211c;;
  text-decoration: none;
 font-weight: 600;
}
#nav ul li a:hover {
	color: #941200;
}
#nav ul li:last-of-type a {
  border-right: 0px;
}
#nav ul li ul li a {
  padding-left: 8%;
}
#nav ul li ul li ul li a {
  padding-left: 8%;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}
#nav li.has-child > a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: " \f107";
	font-size: 75%
}
@media screen and (max-width:1024px) {
	#nav ul li ul li ul {
	left: -190px!important;
  }
}
@media screen and (max-width:980px) {
	#nav ul li ul {
    top: 35px!important;
   }
}
@media screen and (max-width:900px) {
	#nav ul li ul {
    top: 30px!important;
   }
}
@media (min-width: 812px) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: flex;
    flex-direction: row;
  }
}
#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: 0.45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  line-height: 2em;
  color: #fff;
  background-color: #2b211c;
}
#nav label:after {
  position: absolute;
  right: 1em;
  top: 0.2em;
  content: "≡";
  font-size: 1.8em;
  color: white;
  }

@media (min-width: 812px) {
  #nav ul {
    display: flex;
    flex-direction: row;
  }
  #nav ul li {
    position: relative;
    text-align: center;
    flex: 1;
  }
  #nav ul li ul {
    display: none !important;
    position: absolute;
    /*top: 3.0625em;*/
    left: 0;
    display: block;
    width: 100%;
    z-index: 200;
  }
  #nav ul li ul li {
    text-align: left;
	background: #fff;
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	border-radius: 3px;
	transition: all .2s ease-in-out;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 0px!important;
   left: 12.4em;
	  /* left: 3em;*/
  }
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
@media screen and (max-width:812px) {
	#nav ul li a {
    font-size: 100%;
	padding: 2% 1%;
  }
}

