/* ==========================================================================
   Reset
   ========================================================================== */
/*Remove anchor text-decoration*/

a {
  text-decoration: none;
  transition: all .2s ease;
}

/*Remove list-style*/

ol, ul {
  list-style: none;
}

body {
  font-size: 62.5%;
}


html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, ul {
  font-weight: normal;
}

img{width: 100%; height: auto;}


