@media screen and (max-width:600px) {
	#menu {
		display:none;
	}
	#mobile-menu,
	.hamburger,
	#menubar {
		display:block;
	}
	#branding img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width:600px) {
	.blur, .blur a {
		color: inherit !important;
		text-shadow: none;
	}
	#menublocker {
		display: none !important;
	}
}