/*
Blue: #003d69 rgb(0,61,105)
Orange: #e37514 rgb(227,117,20)
Grey: #969897 rgb(150,152,151)
Black: #121212 rgb(18,18,18)
*/

button#open,
.mm-header .mm-prev,
.mm-header .mm-next,
nav#mobile-nav:not(.mm-menu) {
	display: none;
}
#menu {
    color: #000;
}
button#open {
	background: rgba(255,255,255,0.6);
	fill: #003d69;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: none;
	position: fixed;
	top: 0; left: 0;
	z-index: 3001;
	box-shadow: none;
}
.mm-list > li > a,
.mm-list > li > span {
    color: #fff !important;
}
#mobile-nav .grandchild li {
	margin-left: 40px;
}
#mobile-nav a {
	color: #fff;
}
#mobile-nav .dropdown-nav-one li {
  background-color: rgba(150,152,151,0.7);
	margin-left: 0;
	padding-left: 20px;	
	}  

#mobile-nav .dropdown-nav-two li {
	background-color: rgba(150,152,151,1);
	margin-left: 0;
	padding-left: 20px;	
}

@media screen and (max-width: 640px) {
	button#open,
	#mobile-nav {
		display: block;
	}	
}
