/* Responsive CSS Styles Table of Contents */


@media only screen and (max-width: 400px) {
	
	.central {
	heigth: 250px;
}
	.menumobile {
	display:block;
}

	.menu ul {
	display:none;
}

