html, body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: table !important;
}
body {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #40403F;
	line-height: 1.4em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-top: 12px;
	line-height: 2.7rem;
}
h1 {
	font-size: 3rem;
}
@media only screen and (max-width: 600px) {
	h1 { font-size: 2.5rem; }
	body { font-size: 16px; }
	h2,h3,h4,h5,h6 { }
}
@media only screen and (max-width: 319px) {
	h1 { font-size: 2.2rem; }
	body { font-size: 15px; }
	h2,h3,h4,h5,h6 { }
}
a {
	font-weight:700;
	color: #4294D7;
	text-decoration: none;
}
a:hover {
	opacity:.7;
}
img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.container {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	max-width: 600px;
}
.content_img {
	display: inline-block;
	text-align: center;
}
.content_text {
	margin-top: 30px;
	text-align: center;
}
