@media screen and (max-width: 980px) {

	#container {
		width: 95%;
	}

	#content {
		width: 90%;
		padding: 3% 4%;
	}

}

@media screen and (max-width: 650px) {

	#header {
		height: auto;
	}


	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

}

@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
	}


}