.h1,
.h2,
h1,
h2 {
	line-height: 40px;
}

a,
em {
	color: #000;
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}

body,
html,
ul {
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	background: #fff;
	font-size: 10px;
	overflow-x: hidden;
}

.h1,
h1 {
	font-size: 24px;
}

.h2,
h2 {
	font-size: 32px;
}

.h3,
h3 {
	line-height: 0;
	margin-bottom: 50px;
}

em {
	font-weight: 700;
}

a {
	outline: 0;
}

ul li {
	padding-left: 0;
	margin-bottom: 15px;
	list-style: none;
}

figure {
	margin: 0;
}

@media screen and (min-width:0) and (max-width:640px) {

body,
html {
	overflow-x: auto;
	font-size: 14px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

}

