div#cover {
	display: none;
}
body > h1 {
	margin: 40vh 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
main {
	background-color: #335195;
	margin-top: -20vh;
	box-shadow: 0 1px 8px rgba(255,255,255,.3);
	font-size: 1.7em;
}
main > ul {
	column-width: 8em;
	margin-left: 0 !important;
}
.fa-li {
	position: initial !important;
}
main * {
	color: #fff;
	transition: color .4s;
}
main li {
	padding: 6px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
main a:hover *, main a:hover {
	color: black;
}
.aly-button {
	box-shadow: 0 1px 1.5px 0 rgba(255,255,255,.12),0 1px 1px 0 rgba(255,255,255,.24);
}
.aly-button:hover {
	box-shadow: 0 4px 5px 0 rgba(255,255,255,.14),0 1px 10px 0 rgba(255,255,255,.12),0 2px 4px -1px rgba(255,255,255,.2);
}
.aly-shadow {
	background-color: rgba(255,255,255,.4);
}