body {
	background-image: url("../media/background.png");
	color: #fff;
	font-family: 'Inter', sans-serif;
	background-color: #000105;
	user-select: none;
	line-height: 1;
	background-position: center center;
	background-size: cover;
	z-index: -9999;
}

section#landing #background {
	position: absolute;
}

body > section {
	width: 100%;
	margin: auto;
}

section#landing {
	position: relative;
	display: table;
	height: 95vh;
}

section#landing > div:first-child {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section#landinghome {
	position: relative;
	display: table;
	height: 95vh;
}

section#landinghome > div:first-child {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

#logo {
	font-size: 3.5em;
	font-weight: 300;
	font-family: 'Uni Sans', sans-serif;
	line-height: .73;
}

#loginbuttonsteam {
	text-align: center;
}

#home {
	text-align: center;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}
