* {
box-sizing: inherit;
}
body, html {
			margin: 0;
			padding: 0;
			width: 100%;
			height: 100%;
			overflow-x: hidden;
			font-size: calc(15px + 0.390625vw);
			background-color: #f2f2f2;
	}
html {
			scroll-behavior: smooth;
			font-size: calc(15px + 0.390625vw);
}
body {
	margin: 0;
	overflow-x: hidden;
	width: 100vw;
}
a:hover {
	text-decoration-color: #204d7a;
	text-decoration-thickness: 0.75px;
	text-underline-offset: 4px;
	color: #204d7a;
	opacity: 70%
}
a {
	color: #204d7a;
}
a[href^="http"] {
	background: url(assets/externalurl.svg) no-repeat;
	background-size: 0.6em;
	background-position: 100% center;
	margin-left: 0px;
	padding-right: 12px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
.content {
	width: 100%;
	height: calc(100vh + 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;
	width: 200px;
	overflow: hidden;
}
.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: 50px;
}
.middle {
	min-width: 520px;
	flex-grow: 1;
	box-sizing: border-box;
	max-width: calc(100vw - 600px);
	padding: 50px;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #f2f2f2;
	z-index: 1;
	scroll-snap-align: start;
}
.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;
}
.right {
	max-width: 400px;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	right: 0;
	z-index: 0;
}
#menutext {
	z-index: 4;
	display: block;
	position: fixed;
	top: 30px;
	left: 30px;
}
.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;
	margin-bottom: 100px;
}
#menugradient {
	position: relative;
	bottom: 100px;
	left: 0;
	width: 200px;
	height: 100px;
	background: linear-gradient(
		to top,
		rgba(242, 242, 242, 1) 0%,
		rgba(242, 242, 242, 0) 100%
	);
	z-index: 2;
}
.mainsmall {
	font-family: "Libre Caslon Condensed", serif;
	font-size: 12px;
	opacity: 30%;
	color: #204d7a;
	display: flex;
	font-style: italic;
}
.K {
	font-style: italic;
}
.K:hover {
	font-style: normal;
} 
.sectioncontainer {
	min-height: 100vh;
	display: flex;
	flex-direction: row;
}
.lowersection {
	font-size: 15px;
}
.sectionheading {
	font-size: 50px;
	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: 150px;
}
.timelineEvent {
	font-size: 12px;
	font-style: italic;
	font-family: 'Libre Caslon Condensed', serif;
	border-bottom: 0px;
}

.sectiontable {
	/*padding-top: 130px;
	margin-left: 40px;
	margin-right: 40px;
	min-width: 450px;*/
}
.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: 190px;
}
#currentLang {
	text-decoration: underline;
	text-decoration-color: #204d7a;
	text-decoration-thickness: 0.75px;
	text-underline-offset: 4px;
	cursor: not-allowed;
}
/*table.maintable > tbody > tr:last-child th {
	border-bottom: 3px solid #204d7a;
}*/
.container {

}
#menuWaves {
	width: 550px; 
	height: calc(100vh + 100px); 
	font-family: monospace; 
	margin: 0; 
	margin-top: -10px; 
	overflow-y: hidden; 
	color: #204d7a; 
	z-index: 3;
	background-color: #f2f2f2;
}
.trace-chars {
	font-size: 0.8vh;
}
@media (max-height: 1600px) {
	.trace-chars {
		font-size: 12px;
	}
}
@media (max-height: 1350px) {
	.trace-chars {
		font-size: 10px;
	}
}
@media (max-height: 1200px) {
	.trace-chars {
		font-size: 9px;
	}
}
@media (max-height: 1000px) {
	.trace-chars {
		font-size: 6px;
	}
}
@media (max-height: 800px) {
	.trace-chars {
		font-size: 5px;
	}
}