html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html *,
html *:before,
html *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

:focus,
a:active,
a:hover {
    outline: 0;
}

textarea {
    resize: none;
}

html,
body,
h1,
h2,
h3,
h4,
p,
ul,
button {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
	display: block;
}

header,
footer,
main {
	display: block;
}

svg {
	display: block;
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	border: none;
	margin: 0;
}
