@media only screen and (min-width: 320px) and (max-width: 1280px) {
	html {
		zoom: .5;
	}

	body {
		font-size: 14px;
		line-height: 28px;
	}

	#header #nav {
		width: 100%;
		right: 0;
		top: 200px;
		text-align: center;
	}

	#header #logo {
		width: 100%;
		left: 0;
	}

	#projects {
		padding: 400px 0 0 0;
	}

	.project {
		text-align: center;
		margin: 0 auto 100px auto !important;
		float: none !important;
	}

	.project img {
		max-width: 80%;
	}

	#footer {
		padding: 100px 0 60px 0;
	}
}
