/* 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: #cf2834;
}

#header .navigation.menu--main .content li {
  padding: 10px 30px;
  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;
    /*font-family: 'Josefin Slab',Georgia,"Times New Roman",serif !important;*/
    /*font-weight: bold;*/
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 1px #080808;  */
    font-size: 17px;
}

#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: #cf2834 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;    
}

.mm-navbar__title{
    color: #fff;    
}

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