

@media all and (max-width: 600px){
body, html {
	font-size: 18px !important;
}

#nav ul li a {
	font-size: 2em !important;
}

}