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

	h1,h2,nav ul li, footer article p{
		font-size: 2.2em;
	}

	header {
		position: initial;
		width: 94%;
		height: 96%;
		padding: 0;
	}

	section,footer {	
		width: auto;
		margin-left: none;
	}

	article {
		width: 96%;
		padding: 1% 2%;
	}

	h3,h4,h5,h6 {
		font-size: 3.8em;
		display: inline-block;
	}

	p,details,article blockquote {
		font-size: 1em;
		margin: 0 0 0.5em 0;
	}

	summary {
		font-size: 1.75em;
	}

	figure {
		width: 100%;
		height: 100%;
		background-attachment: scroll;
		background-position: center center;
	}
}