nav {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 3.5em;
	margin-top: 3em;
	z-index: 2;
}

.navbar {
	background-color: #09090b80;
	border: 1.5px solid #ffffff19;
	border-radius: 1em;
	box-shadow: 0 0.25em 3em -0.5em #00000080;
	display: flex;
	align-items: center;
	width: 36em;
	height: 4.5em;
}

.navbar-left {
	margin-left: 1.25em;
	display: flex;
	align-items: center;
	gap: 0.5em;

	a {
		font-size: 1.125em;
		font-weight: 500;
	}

	img {
		width: 2em;
	}
}

.navbar-center {
	margin-left: auto;
	margin-right: auto;

	a {
		color: #ffffff66;
		align-content: center;
		padding: 0.5em 0.75em;
		transition: 0.2s;

		&:hover {
			color: rgba(255, 255, 255, 0.95);
		}
	}
}

.navbar-right {
	margin-right: 0.875em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

/* Hide the logo title and shrink the navbar on mobile */
@media (max-width: 40em) {
	.navbar {
		width: fit-content;
		gap: 1em;
		margin: 0 1em;
		padding-right: 0.75em;
	}

	.navbar-right {
		display: none;
	}
}

@media (max-width: 25em) {
	.navbar {
		gap: 0.5em;
	}

	.navbar-left {
		a {
			display: none;
		}
	}

	.navbar-center {
		a {
			padding-left: 0.25em;
			padding-right: 0.25em;
		}
	}
}

/*
     FILE ARCHIVED ON 20:15:14 May 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:53:30 Apr 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 3.38
  captures_list: 0.677
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 13.302
  LoadShardBlock: 326.712 (3)
  PetaboxLoader3.datanode: 362.725 (5)
  PetaboxLoader3.resolve: 137.54 (4)
  load_resource: 234.824 (2)
*/