@charset "utf-8";
/* CSS Document */

body {
	background-attachment:fixed;
	background-color:black;
	background-repeat:no-repeat;
	background-size:cover;
	webkit-background-size:cover;

	color:white;
	font-family:lato;
	font-size:16pt;
	line-height:90%;
	text-align:center;

	position:relative;
	min-height:100vh;
	padding:0;
	margin:0;
}

@media only screen and (max-width:800px) {
	body {
		font-size:14pt;
	}
}
