:root{
	--highlight-color:rgba(70, 113, 144, 1);
	--text-color:rgba(255,255,255,.7);
	--background-color:#111C38;
}

* {
	box-sizing: border-box;
	outline: none;
	outline: 0;
	outline-style: none;
	-webkit-tap-highlight-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

html {
}

body {
	margin: 0;
	font-family:  Avenir;
	color: var(--text-color);
	padding: 0;
	line-height: 1.7em;
	background-color:var(--background-color);
	display: flex;
	flex-direction: column;
	min-width: 24em;
	box-sizing: border-box;
	overflow:hidden;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: 13px;
}


#bgvideo {
	position: absolute;
	height: 100%;
	transition: opacity .4s ease-in-out;
}
