/**** MENU *******/
.menu_box {
	box-sizing: border-box;
	width: 100%;
	background-color: #333;
	display: flex;
    flex-direction: column;
	z-index: 1;
}
