html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  color:inherit;
  text-decoration: none;
}


@font-face {
  font-family: Druk-Extended;
  src: url('_Fonts/DrukTextWide-Bold.otf') format("opentype");
}

@font-face {
  font-family: AG-Buch-Extended;
  src: url('_Fonts/AkzidenzGrotesk-Extended.otf') format("opentype");
}

  body {
    font-family: AG-Buch-Extended;
    padding:0;
    background-color: black;
    color:white;
		text-transform: uppercase;
		overflow-x: hidden;
  }

	.Banner {
		width:100vw;
		color: white;
		background-color: black;
		font-family: Druk-Extended;
		padding: 5px 0 5px 0;
		font-size: 1.5em;
		white-space: nowrap;
		z-index:100;
	}

	footer {
		bottom:0;
		position: fixed;
	}
	header {
		position: sticky;
		top:0;
	}

	em {
		position: relative;
	}
	/* main {
		margin-bottom: 300px;
	} */

	nav {
		text-align: center;
		position: relative;
		font-size: 15vh;
		width:100vw;
		padding: 5px 0 0 0;
		background-color: black;
		top: 0vh;
	}

	nav:hover{
		background-color: white;
		color: black;
	}

	@media only screen and (max-width: 800px) {
		nav {
			font-size: 4em;
			top:10vh;
		}
	}

	@media only screen and (max-width: 500px) {
		nav {
			font-size: 8vw;
			top:25vh;
		}
	}
