html {
	position:relative;
	min-height:100%;
	overflow-x:hidden;
	overflow-y:hidden;
	box-sizing:border-box;
	font-size:14px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1rem;
	line-height:1.5;
	font-weight:400;
	background:black;
	padding:0!important;
	margin:0;
	color:white;
	overflow-x:hidden;
	overflow-y:hidden;
	min-height:100%;
	box-sizing:border-box;
	text-align:left;
	-webkit-font-smoothing:antialiased;
}







*,:before,:after {
	box-sizing:border-box;
}

:root {
	--orange: #f1931e;
}

a { text-decoration: none; }

.bgcover { background-color: transparent; background-size: cover; background-repeat: no-repeat; background-position: center center; }

ul.reset { margin: 0; padding: 0; list-style: none; }
