@charset "utf-8";

html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
}

nav {

	position: absolute;
	z-index: 2;
	text-align: center;
	width: 400px;
	height: 100px;
	left: 50%;
	margin-left: -200px;
	bottom: 0px;
}

section {
	min-height: 100%;
	min-width: 80%;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;	
}

#wrapper {
	height: 100%;
	width: 100%;
}

img.titlepic {
	width: 70%;
	height: 70%;
	max-width: 800px;
	max-height: 600px;
}

img.logo {
	width: 156px;
	height: 40px;
}
