/* ----- RESET ------- */

html {
	padding:0; margin:0; border:0;
	overflow:auto;
	overflow-y:scroll;
	font-size: 12px;
  width:100%;
  height:100%;
}

body {
	padding:0; margin:0; border:0;
	width:100%;
	min-height:100vh;
  font-family: 'open_sans', arial, sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ul, li, h1, h2, h3, h4, h5, hr, p, dl, dt, dd, section, header, article, footer, figure, nav, div, span, form, fieldset, legend, a, img {
  position:relative;
	font-size:inherit;
	margin:0;
	padding:0;
	border:0;
  color:inherit;
	text-decoration:none;
}

 h1, h2, h3, h4, h5, hr, p, dl, dt, dd, section, header, article, footer, figure, nav, div, form, fieldset, legend {
	font-weight:normal;
}

ul {
	list-style-type:none;
}
