/* Landing - Stylesheet

	 info@alwaysawake.be

*/

/* Basics */

html { color: #FFFFFF; font-family: Arial, sans-serif; font-weight: normal; font-size: 14px; width: 100%; height: 100%; margin: 0px; padding: 0px; }
body { margin: 0px; padding: 0px; height: 100%;	background: #010101; background-size: cover; }
img { border: 0; display: block; }
h1, h2, h3, p, a { padding: 0; margin: 0; font-weight: normal; }
b, strong { font-weight: 700; }
a { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; }

#vid { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; }
@supports (height: 100dvh) { #vid { height: 100dvh; } }

