
@media only all and (max-width: 740px) {
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;
}
	header p {
    float: left;
}
	.row80-20 .box2-1:after, .row80-20 .box2-1:before {
   display:none;
}
	.bg-color-2 .box2-2 {
		display:none;
	}
	.row80-20 {
    flex-wrap: wrap;
}
	header p {
    padding: 0px 10px 0;
    float: right;
    text-align: left;
    max-width: none;
		width:100%;
}
}
