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

html {
	overflow-y: scroll; 
}

body,
html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body {
	font-family: 'Jura', sans-serif;
	color: #CECECE;
	background:#1a1a1a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #f0f0f0;
	outline: none;
}