
@media only all and (max-width: 700px) {
body {
	font-size: 12px;
	line-height: 15px;
}
#wrapper {
	width: 100%;
	min-width: 240px;
}
#content {
	padding: 5%;
}
div[class^="box"] {
	width: 100%;
}
div[class^="box"]:nth-of-type(n+2) {
	margin-top: 10px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	
}
p.entry-text {
	float: left;
	width: 100%;
	position: relative;
	background: #585858;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
}
