@font-face {
	font-family: 'Anthony';
	src: url(font/Anthony.otf) format("opentype");
	font-style: normal;
}

@font-face {
	font-family: 'AuthSans';
	font-weight: normal;
	font-style: normal;
	src: url(font/AUTHENTICSans-130.otf) format("opentype");
}

@font-face {
	font-family: 'AuthSans';
	font-weight: light;
	font-style: normal;
	src: url(font/AUTHENTICSans-90.otf) format("opentype");
}

body, html {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
	font-family: 'AuthSans', Helvetica, Arial, sans-serif;
	color: white;
}

#mapview.waiting svg {
	opacity: 0.3;
}

#mobile_message {
	display: none;
	margin: 3em 1.25em;
}

#mobile_message h1 {
	margin-bottom: 2em;
}

*:focus {
	outline: none;
}

a, a:visited {
	color: white;
}

#container {
	height: 100%;
}

main {
	height: 100%;
	width: 100%;
	padding: 3em 3em 0 3em;
	box-sizing: border-box;
	grid-area: 1/1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 0 left 50%;
}

h1 {
	font-family: Anthony;
	position: relative;
	z-index: 100;
	font-weight: normal;
	font-size: 3.5em;
	text-transform: uppercase;
	color: red;
	text-shadow: 0 0 15px, 0 0 20px;
	margin: 0 0 2em 0;
	line-height: 0;
	font-feature-settings: "aalt" 0, "calt" 0, "ss03" 1;
}

h1 a, h1 a:visited {
	text-decoration: none;
}

#content {
		display: grid;
		height: 100%;
	}

nav {
	position: absolute;
	top: 2em;
	right: 2.5em;
	font-family: Anthony;
	text-transform: uppercase;
	font-size: 1.75em;
}

nav a, nav a:visited {
	color: #FF00FF;
	text-shadow: 0 0 20px;
	margin-left: 1em;
	text-decoration: none;
}

nav a:hover {
	color: red;
}

@media (max-width: 975px) {
	h1 {
		font-size: 2em;
	}

	nav {
		font-size: 1.5em;
		top: 1.75em;
	}
}

@media (max-width: 630px) {
	main {
		display: none;
	}

	#mobile_message {
		display: block;
		background-image: url('/images/bg-home.jpg');
		height: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		grid-area: 1/1;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top -15em left 50%;
	}

	#mobile_message a {
		color: red;
	}

	#mobile_message p {
		background: white;
		color: red;
		display: inline;
		line-height: 1.75em;
		padding: 0.25ch 0;
		font-weight: 300;
	}

	#mobile_message section {
		margin-bottom: 2em;
		padding: 0 2em;
	}

	#mobile_message p.note {
		background: red;
		color: white;
	}

	#mobile_message h1 {
		line-height: 1em;
		font-size: 11vw;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		text-align: center;
		text-shadow: 0 0 20px, 0 0 15px;
		font-weight: bold;
	}

	#mobile_message img#shapes {
		margin-bottom: 2em;
	}

	#mobile_message #logos {
		width: 100vw;
		max-width: 100vw;
		position: absolute;
		justify-content: space-around;
		top: 0;
		left: 0;
		margin: 2em 0;
	}

	#mobile_message #logos img {
		max-height: 2em;
	}

	nav {
		display: none;
	}
}

@media (max-width: 400px) {
	h1 {
		font-size: 1.5em;
	}
}