html, body, h1, h2, h3, h4, h5, 
ul, ol, dl, li, dt, dd, 
p, div, span, img, a, 
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, nav, section { 
	display:block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	list-style-type:none; 
	margin: 0;
	padding: 0;
}
table{
	order-collapse:collapse;
	border-spacing:0;
}
input[type="text"], button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: inherit;
	padding: 0; 
	font: inherit; 
	outline: none;
}

button:active,
button:focus {
	background: none;
	-webkit-tap-highlight-color: transparent;
}

img{
	max-width: 100%;
	height: auto;
}
html{
  scroll-behavior: smooth;
}
