/* main menu */
#header .navbar {
  margin: 0;
}

#header .navigation.menu--main .content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;  
  margin-bottom: 0px;  
  background-color: #7d4b3b;    
}

#header .navigation.menu--main .content li {
  padding: 10px 20px;
  text-transform: uppercase;  
  font-size: 14px;
  list-style: none;
}

#header .navigation.menu--main ul.menu{
  margin-left: 0px;
}

#header .navigation.menu--main .content li a {
	color : #fff;		
  font-family: "Montserrat", arial, sans-serif !important;

}

#header .navigation.menu--main .content li a:hover {
	color : #fff;
  font-weight: bold;
	border-bottom: 2px solid #fff;	  
}	

#header .navigation.menu--main .content li a.is-active {
	color : #fff;
  font-weight: bold;
	border-bottom: 2px solid #fff;	  
}


#mm-1 {
    background-color: #7d4b3b !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;    
}

.mm-navbar__title{
    color: #fff;    
}

#mm-1 a{
    padding: 30px;
}
