
@media (max-width: 600px) {
	img {
		max-width: 100% !important;
		height: auto !important;
		display: block;
	}
	p, h2, h3, h4, h5, h6 {
		margin-left: 0.5em !important;
	}
	h1 {
		margin-left: 0.3em !important;
	}
}
html, body {
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Base styles: web-friendly sans-serif font and mobile support */

body {
	font-family: 'Segoe UI', 'Helvetica Neue', Arial, 'Liberation Sans', sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #222;
	background: #fff;
}

h1 {
	font-family: inherit;
	font-weight: 600;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 1.0em;
	margin-right: 0;
}
h2 {
	text-align: left;
	margin-bottom: 0.5em;
  margin-left: 1em;
}
h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 600;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

p {
	margin: 1em 0 1em 2em;
	line-height: 1.6;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
}

