* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html,
body {
	min-height: 100vh;
	height: 100%;
	width: 100%;
	font-size: 100%;
}

button {
	cursor: pointer;
}


button,
button:hover,
button:active,
a:hover,
a,
a:active,
input,
input:focus {
	transition: linear 0.5s all;
}

input,
button,
textarea,
select {
	font: inherit;
}
textarea {
	resize: none;
}

ul {
	padding-left: 0;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
	font-size: inherit;
	margin: 0;
}

/*--------------------*/
