*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
}
*::before,
*::after {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
a:focus,a:hover {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
nav,
footer,
header,
aside {
    display: block;
}
ul,
ol,
li {
    list-style: none;
}
html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-style: normal; 
    line-height: 1;
    /*font-size: 14px;*/
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,button,textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    background-color: transparent;
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
  }
h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
cite {
    font-style: normal;
}