@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:667px){
	nav{
		display: none;
	}
	#section1 {
		margin-top: 0;
	}
}
