@charset "UTF-8";

@font-face {
	font-family: 'TaubSans_regular';
	src: url('../font/TaubSans-Regular.woff2') format('woff2'),
		url('../font/TaubSans-Regular.woff') format('woff'),
		url('../font/TaubSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'TaubSans_medium';
	src: url('../font/TaubSans-Medium.woff2') format('woff2'),
		url('../font/TaubSans-Medium.woff') format('woff'),
		url('../font/TaubSans-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

html {
	box-sizing: border-box;
/* 	font-family: 'adineuePRO-RegularWeb'; */
	overscroll-behavior: none;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

*, *:before, *:after {
	box-sizing: inherit;
/* 	-webkit-user-select: none; */
	overscroll-behavior: none;
}

body {
	font-family: sans-serif;
	overscroll-behavior: none;
	height: 100%;
	overflow: hidden;
	font-family: 'TaubSans_regular';
	color: #005cb9;
	background-color: #fff;
}

#header p {
	font-size: 1.4em;
}

p {
	font-weight: 300;
	margin-top: 0.5em;
}

#page-content {
	font-family: sans-serif;
	padding: 40px;
}

h1 {
	margin-top: 0;
	color: #fff;
	text-align: center;
	font-family: 'TaubSans_medium';
	line-height: 1;
}

.body-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #111C4E;
}

.hide {
	display: none;
}