* {
box-sizing: inherit;
}
body, html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: calc(15px + 0.390625vw);
	background-color: #f2f2f2;
}
html {
	scroll-behavior: smooth;
	font-size: calc(15px + 0.390625vw);
}
a:hover {
	text-decoration-color: #204d7a;
	text-decoration-thickness: 0.75px;
	text-underline-offset: 4px;
	color: #204d7a;
	opacity: 0.7;
}
a {
	color: #204d7a;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	overflow-x: hidden;
}
.content {
	width: 100%;
	height: calc(100vh - 100px);
	height: calc(100dvh - 100px);
	display: flex;
	flex-direction: row;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}
.menu {
	font-family: "Space Mono";
	color: #204d7a;
	font-size: 15px;
	line-height: 1.5;
	height: 110px;
	width: 100%;
	top: 0;
	z-index: 0;
	display: block;
	overflow: hidden;
	position: fixed;
	pointer-events: none;
}
.main {
	font-family: "Space Mono";
	color: #204d7a;
	font-size: 30px;
	line-height: 1.5;
	text-transform: uppercase;
}
.mainbdate {
	font-family: "Space Mono";
	color: #204d7a;
	opacity: 50%;
	font-size: 12px;
	line-height: 1.5;
}
th, td {
	padding: 6px;
	text-align: left;
	border-bottom: 1.5px solid #204d7a;
	text-decoration: none;
	font-weight: 400;
	font-family: "Libre Caslon Condensed", serif;
	font-size: 13px;
	transition: 0.3s;
	color: #204d7a;
}
th.item:hover {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	transition: 0.3s;
}
.maintable {
	width: 100%;
	padding-bottom: 100px;
}
#main.middle {
	width: 100%;
	flex-grow: 1;
	height: calc(100vh - 100px);
	height: calc(100dvh - 100px);	
	box-sizing: border-box;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.middle {
	flex-grow: 1;
	box-sizing: border-box;
	min-height: calc(100vh - 100px);
	min-height: calc(100dvh - 100px);	
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #f2f2f2;
	z-index: 1;
}
.trace {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	font-family: monospace;
	font-family: "Space Mono";
	color: #204d7a;
	background: transparent;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: -1;
}
.right {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#menutext {
	z-index: 100;
	display: block;
	position: fixed;
	top: 30px;
	left: 30px;
	pointer-events: auto;
}
.xheight-bg {
	position: relative;
	display: inline-block;
}

.xheight-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 22%; 
	height: 55%; 
	background: #f2f2f2;
	z-index: -1;
	border-radius: 3px;
}
.mainbottom {
	display: flex;
	justify-content: space-between;
}
#menugradient {
	display: none;
}
.mainsmall {
	font-family: "Libre Caslon Condensed", serif;
	font-size: 12px;
	opacity: 50%;
	color: #204d7a;
	display: flex;
	font-style: italic;
}
.K {
	font-style: italic;
}
.K:hover {
	font-style: normal;
} 
.sectioncontainer {
	min-height: calc(100vh - 100px);
	height: calc(100dvh - 100px);
	height: fit-content;
	display: flex;
	flex-direction: row;
}
.lowersection {
	font-size: 15px;
}
.sectionheading {
	font-size: 40px;
	height: 80px;
	padding-left: 7px;
	border-bottom: 0px;
	position: sticky;
	top: 0;
	left: 0;
	background: #f2f2f2;  
	z-index: 3;
}
.sectionsubheading {
	font-size: 16px;
	position: sticky;
	height: 30px;
	top: 85px;
	background: #f2f2f2;  
	z-index: 2;
	font-family: "Libre Caslon Condensed", serif;
}
#honoursTable .sectionsubheading {
	position: static;
	top: 0;
}
.timelineDate {
	font-size: 12px;
	font-family: 'Space Mono', monospace;
	text-align: right;
	border-bottom: 0px;
	min-width: 85px;
}
.timelineEvent {
	font-size: 12px;
	font-style: italic;
	font-family: 'Libre Caslon Condensed', serif;
	border-bottom: 0px;
}

.sectiontable {
	padding-top: 0;
}
.noheightlimit {
	max-height: none;
}
.tableBorderBottomThin {
	border-bottom: 1.5px solid #204d7a;
}
.noBottomBorder {
	border-bottom: 0px;
}
.noitalics {
	font-style: normal;
}
.monoFont {
	font-family: 'Space Mono', monospace;
}
.bigFont {
	font-size: 16px;
}
.BigFont {
	font-size: 18px;
}
.BIGFont {
	font-size: 20px;
}
.sectionsubheading p {
	margin-bottom: 1em;
	margin-top: 0;
}
.sectionsubheading p:last-of-type {
	margin-bottom: 0;
}
#Experience th.timelineDate {
	width: 100px;
}
#currentLang {
	text-decoration: underline;
	text-decoration-color: #204d7a;
	text-decoration-thickness: 0.75px;
	text-underline-offset: 4px;
	cursor: not-allowed;
}
#wrapper {
	position: absolute;
	top: 100px;
	height: calc(100vh - 100px);
	height: calc(100dvh - 100px);
	width: 100vw;
	overflow-y: scroll;
}
#menuWaves {
	width: 110vw; 
	font-family: monospace; 
	margin: 0; 
	margin-top: -10px; 
	color: #204d7a;
	background-color: #f2f2f2;
	z-index: 0;
}