
#MENUtoggle {
	display: none;
}

@media (max-width: 767px) {

	#NAVI {
	display: none;
	}

  #MENUtoggle {
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 10px;
  }
  #MENUtoggle img {
    height: 32px;
  }
}

