*{
	box-sizing: border-box;
	word-wrap: break-word;
	margin: 0;
}
body,.wrapper,.nav,.text,img {
	width: 100%;
}
img {
	height: auto;
}
.nav {
	display: none;
}
.text {
	padding: 0 3%;
	margin: 10% 0 0 0;
}
.text h2 {
	font-size: 120%;
	margin: 4% 0;
}
.text p {
	text-align: justify;
	font-size: 80%;
	line-height: 2;
	margin: 0;
	padding: 0;
}
div.copy {
	height: auto;
	font-size: 70%;
	text-align: center;
	margin-top: 10%;
}