html, body {
	font-family: Futura LT W01 Medium;
	width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex: 0 1 auto;
	background: #0e1824;
}

canvas {
	width: auto !important;
	height: 100% !important;
	max-height: 100%;
	margin: auto;
}

.game {
	flex: 0 0 auto;
	height: 100%;
	position: relative;
}

.game-over {
	background-image: url('/interactives/notoupsizing/assets/png/scene/spiral.png');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	height: 100%;
	margin: auto;
	max-width: 1160px;
	position: relative;
	text-align: center;
	width: 100%;
}

.game-over .logo {
	left: 30px;
	position: absolute;
	top: 30px;
	width: 100px;
}

.game-over h1 {
	font-family: Futura LT W01 Bold, Arial, sans-serif;
	font-size: 3.5em;
	line-height: 1em;
	margin: 2em 0.5em 1em 0.5em;
}

.game-over h3 {
	font-family: Futura LT W01 Medium, Arial, sans-serif;
	font-size: 2em;
	margin: auto;
	max-width: 500px;
}

.game-over h3:not(.score-text) {
	padding: .5em;
}

.game-over .submit p {
	font-size: 1.2em;
	margin: auto;
	margin-top: 1em;
	width: 75%;
}

.game-over form input[type="text"] {
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #FEE944;
	color: white;
	font-family: Futura LT W01 Bold, Arial, sans-serif;
	font-size: 2em;
	margin: 25px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
}

.game-over .ntu-btn {
	background-color: #FEE944;
	border-radius: 35px;
	display: block;
	font-family: Futura LT W01 Medium, Arial, sans-serif;
	font-size: 1em;
	margin: auto;
	margin-top: 1em;
	padding: 15px 45px;
	text-transform: uppercase;
}

.game-over .ntu-btn:hover {
	background-color: #FE960B;
}

.game-over .ntu-btn img {
	position: relative;
	top: 2px;
	width: 44px;
}

.game-over .leaderboard .ntu-btn {
	display: inline-block;
	margin-bottom: 1em;
	vertical-align: middle;
}

.game-over .leaderboard .play-again {
	margin-right: 20px;
	padding: 3px 5px;
}

.game-over .score {
	color: #FEE944;
	font-family: Futura LT W01 Bold, Arial, sans-serif;
	font-size: 5em;
}

.game-over .strapline {
	font-size: 2em;
}

.game-over .leaderboard {
	padding-top: 250px;
	position: relative;
	z-index: 1;
}

.game-over .leaderboard::before {
	background-image: url('/interactives/notoupsizing/assets/png/scene/hypno_server.png');
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 200px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 75px;
	width: 235px;
	z-index: -1;
}

.game-over .leaderboard .outer {
	background-image: url('/interactives/notoupsizing/assets/svg/leaderboardlight.svg');
	background-repeat: space;
	background-size: 40px;
	background-color: #0e1724;
	border-radius: 10px;
	padding: 40px;
	margin: auto;
	width: 70%;
}

.game-over .leaderboard .inner {
	background: #1A4057;
	font-size: 1.5em;
	margin: auto;
	padding: 25px;
}

.game-over .leaderboard .inner h4 {
	margin-top: 0;
}

.game-over .leaderboard #leaders {
	border-bottom: 1px solid #FEE944;
	margin: auto;
	padding-bottom: 10px;
}

.game-over .leaderboard .name {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	width: 75px;
}

.game-over .leaderboard .position {
	color: #FEE944;
	left: -20px;
	position: relative;
}

.game-over .socialLinks span, .game-over .socialLinks__inner {
	display: inline-block;
	vertical-align: middle;
}

.game-over .socialLinks {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.socialLinks {
	position: absolute;
    bottom: 0;
	width: 100%;
	color: white;
}

.socialLinks span {
	display: block;
	text-align: center;
}

.socialLinks__inner {
	display: flex;
    justify-content: center;
}

.socialLinks img {
	width: 45px;
	height: 45px;
	padding: 10px 5px;
}

.hidden {
	display: none;
}

.google-search-app {
	height: 80vh;
	margin-bottom: 20vh;
}

@media (orientation: landscape) {
	.google-search-app {
		height: 65vh;
		margin-bottom: 20vh;
	}
}

@media (min-width: 1200px) {
	.game-over {
		background-size: 100%;
	}
}

@media (max-width: 600px) {
	html.game-over {
		height: unset;
	}

	.game-over .ntu-btn {
		margin-bottom: 4em;
	}

	.game-over .leaderboard .ntu-btn {
		margin-bottom: 1em;
	}

	.game-over .leaderboard .inner {
		font-size: 1.2em;
	}
}