



.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
nav{
	background: #3e4095;
	z-index: 1000;
	width: 100%;
	height: 60px;

}
nav a{
	color: #fff;
}

nav ul li a{
	height: 60px;
	padding: 20px 20px !important;
	text-align: center !important;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
  
}
nav ul li a:hover{
	background: #fff212;
	color: #000000;padding-top: 20px;
}

.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;
  
    margin: 0px 2%;text-transform: uppercase;
}
.dropmenuheader{
		color: blue;
		border-bottom: 2px solid black;
		padding: 10px;
}
.dropdown-menu a {
    color: #454d54;
    height: 50px;
    padding: 5px 22px !important;
    text-align: left !important;
    margin-top: 10;
    font-size: 13px;
}
.dropdown-menu a:hover{
	color: blue;
	background:  transparent;
	width: 98%;
	/*border-left: 2px solid ;border-left-width: 1px;*/
}	
.dropdown-item{
	width: 100%;
	margin-right:  20px!important;
}
 #auto{

	margin-left: 30%;
}