
.navbar-fixed img{
	width: 90% !important;
	padding-top: 0;
}
.navbar-expand-md .navbar-collapse {

    flex-basis: auto;
    max-width: 1500px;
}
nav img{
	width: 100%;
	padding-left: 50px;
	padding-top: 20px;
}
.navbar{
	top: 0;
  max-width: 1500px;
  z-index: 100;
  position: fixed;
  width: 100%;
}
.navbar-fixed {
  top: 0;
  max-width: 1500px;
  z-index: 1000000!important;
  position: fixed;
  width: 100%;
  height: 100px;
       background: #e4b70e;
}
.navbar-fixed nav a{
	color: #000 !important;
	margin-top: -50px!important;

}

nav{
	background: transparent;
	z-index: 1000;
	width: 100%;
	height: auto;
}
nav a{
	color: #000;
	font-weight: 700;
}
nav a:hover{
	 color: #000000 !important;
  text-shadow: 2px 2px 3px rgba(255,255,255,0.4);
}

nav ul li a{
	height: 60px;
	margin-top: 30px;
	padding: 40px 20px !important;
	text-align: center !important;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
  
}






.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #e4b70e;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;

}

.dropdown-menu{
	background-color:#fff;
	width: 100%;
	margin-top: -10px;
}
.dropmenuheader{
		color: blue;
		border-bottom: 2px solid black;
		padding: 10px;
}
.dropdown-menu a{
	color: #000000;
	height: 50px;
	margin-top: -10px;
	padding: 10px  !important;
	text-align: center !important;
}
.dropdown-menu a:hover {
    color: #fff;
    background:  #e4b70e;

}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }





/* NAVIGATION */
nav {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;

}
nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #96070a;
  font-weight: 800;
  text-transform: uppercase;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #aaa!important;
}


/* stroke */
nav.stroke ul li a{
  position: relative;
}
nav.stroke ul li a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #96070a;
  height: 5px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
