body {
	font-family: "Oracle Sans","OracleSansFB",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
	font-size: 16px;

	margin: 0;

	--radius: 8px;

	--orange: #f0cc71;
	--light-blue: #00758f;
	--blue: #264759;
	--dark-blue: #02191f;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
	margin: 0;
}

h1 {
	font-size: 2.25em;
}

h2 {
	color: white;
	background-color: var(--dark-blue);
	border: 1px solid var(--dark-blue);
	border-radius: var(--radius);

	font-size: 2em;
	text-align: center;
	margin: 0 0 0.5em;
	padding: 0.5em 0.5em 0.25em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.1em;
}

a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

.Layout-n3zKbwB6-menu {
	position: sticky;
	top: 0;
	z-index: 1;

	padding: 0.75em 1em;
	overflow-y: auto;

	color: white;
	background-color: var(--dark-blue);
}

.Layout-n3zKbwB6-menu::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to right, rgba(0,0,0,0), var(--dark-blue));
}

/* prevents linked elements from scrolling under the sticky header */
*[id] {
	scroll-margin-top: 70px;
}

.Layout-n3zKbwB6-menu > div {
	display: flex;
	flex-direction: row;
}

.Layout-n3zKbwB6-menu .Layout-n3zKbwB6-oracle {
	min-width: 2.75em;
	min-height: 2.25em;
	align-items: center;
	display: inline-flex;
}

.Layout-n3zKbwB6-menu .Layout-n3zKbwB6-entry {
	align-items: center;
	display: inline-flex;

	padding: 0.7em 0.7em 0.35em 0.7em;
	border-left: 1px solid #6f6967;
}

.Layout-n3zKbwB6-menu .Layout-n3zKbwB6-entry .Layout-n3zKbwB6-regular {
	display: none;
}

.Layout-n3zKbwB6-header {
	padding: 0 1em;
	height: 123px;

	color: white;
	background-color: var(--blue);
}

.Layout-n3zKbwB6-header > div {
	height: 100%;
	display: flex;
	flex-direction: row;
}

.Layout-n3zKbwB6-header h1 {
	flex-grow: 1;
	align-content: center;
}

.Layout-n3zKbwB6-header .Layout-n3zKbwB6-duke {
	height: 123px;
	width: 0;
	overflow: hidden;
	position: relative;

	display: flex;
	justify-content: center;
}

.Layout-n3zKbwB6-header .Layout-n3zKbwB6-duke img {
	display: none;
}

@media all and (min-width: 650px) {
	.Layout-n3zKbwB6-header .Layout-n3zKbwB6-duke {
		width: 320px;
	}

	.Layout-n3zKbwB6-header .Layout-n3zKbwB6-duke img {
		display: unset;
	}
}

@media all and (min-width: 850px) {

	.Layout-n3zKbwB6-menu .Layout-n3zKbwB6-entry .Layout-n3zKbwB6-brief {
		display: none;
	}

	.Layout-n3zKbwB6-menu .Layout-n3zKbwB6-entry .Layout-n3zKbwB6-regular {
		display: unset;
	}

}

@media all and (min-width: 1400px) {
	.Layout-n3zKbwB6-menu {
		padding: 0.75em 2em;
	}

	.Layout-n3zKbwB6-header {
		padding: 0 2em;
	}

	.Layout-n3zKbwB6-menu > *, .Layout-n3zKbwB6-header > * {
		max-width: 1344px;
		margin-left: auto;
		margin-right: auto;
	}

	h2 {
		padding-left: 0;
		padding-right: 0;
	}
}
