div.wrapper {
	padding: 0;
}

footer.footer {
	border-top: 0;
}

main {
	/*
	dynamically adjust the size of splash image so that the frontpage
	can fit on-screen in a variety of screen sizes
	*/
	height: calc(100vh - 325px);
	min-height: 250px;
	max-height: 607px;
	/*
	Paint a black background until overridden by JS 
	Users of noscript get a secret screenshot of ge_transition ;)
	*/
    background-color: black;
    background-size: cover;
    background-position: center;
    display: flex;
}

div.frontpage-buttons {
	position: relative;
	width: fit-content;
	text-align: center;
	margin: auto;
	margin-bottom: 16px;
	color: white !important;
	font-weight: bold !important;
	font-size: 1.25em;
	text-shadow: 0 0 8px black;
}

#download-header {
	/* trick to put the text above the download button's shadow*/
	position: relative;
	margin-bottom: 6px;
}

a.button {
	background-color: green;
	border: 8px solid green;
	border-radius: 4px;
	width: 12em;
	font-size: 1.25em;
	display: inline-block;
	text-decoration: none !important;
	font-weight: bold !important;
	text-shadow: 0 0 3px black;
	box-shadow: 0 0 16px -8px black;
}

div.frontpage-buttons > a {
	color: white !important;
}

#video-link {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}
