* {
	box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,body,div,span,iframe,h1,h2,
h3,h4,h5,h6,p,blockquote,a,address,
img,s,small,
strike,strong,b,u,i,center,
ol,ul,li,fieldset,form,label,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,
embed,figure,figcaption,footer,header,input,button,menu,
nav,section,audio,video {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  min-height: 100vh;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

img {
  border-style: none;
}

[hidden] {
  display: none;
	visibility: hidden;
}