@charset "UTF-8";
/* Don't paste any styles above the media line */
@media screen and (max-width:667px){
	nav {
		display: none;
	}
	
}
/* Don't paste any styles below this line */