@charset "utf-8";

/* Global / Desktop view */
.fullscreen {
	min-height: 100vh;
	min-width: 100vw;
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.fullscreen2 {
	min-height: 50vh;
	min-width: 50vw;
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

h1 {
	color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-weight: normal;
	font-size: 2.4em;
}

body p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 1.6em;
}

ul li a {
	color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 1.6em;
}

a {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-decoration: none;
	color: #FF0004;
	font-style: oblique;
}

.wrapper {
	width: auto;
}

.fullvideo {
	max-width: 100%;
	height: auto;
}

/* Tablet view */
@media (min-width: 401px) and (max-width: 1350px) {
	ul li a {
		font-size: 2.4em;
	}

	h1 {
		font-size: 2.4em;
	}

	body p {
		font-size: 1.8em;
	}
}

/* Mobile view */
@media (max-width: 400px) {
	ul li a {
		font-size: 1.8em;
	}

	h1 {
		font-size: 2em;
	}

	body p {
		font-size: 1.4em;
	}
}
