/* Minimal reset to reduce browser differences */
*,
*::before,
*::after{
	box-sizing:border-box;
}

html{
	font-size:16px;
	line-height:1.4;
}

html, body{
	margin:0;
	padding:0;
}

body{
	font-size:1rem;
}

@media (max-width:767.98px){
	html{
		font-size:20px;
	}
	body{
		font-size:1rem;
	}
	
}

img, svg, video, canvas{
	display:block;
	max-width:100%;
}

button, input, select, textarea{
	font:inherit;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a{
	color:inherit;
}
