html{
	scroll-padding-top:  95px;
	scroll-behavior: smooth;
}

.normalLink{
	text-decoration: none;
	color: black;

	padding: 0.2em;
}
.normalLink:visited{
	color: black;
}
.normalLink:hover{
	border: 2px dotted black;
}
.underlineLink{
	text-decoration: underline;
	color: black;
}
.underlineLink:visited{
	color: black;
}
.menuLink{
	text-decoration: none;
	color: transparent !important;
}
.menuLink:visited{
	color: transparent;
}
.menuLink:hover{
	background-color: rgba(0, 200, 200, 1.0);
}
.grid-container{
	width: 100%;
	background-color: rgba(255,255,255, 1.0);
	display: grid;
	grid-template-columns: 20fr 1fr 1fr 1fr;
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 27px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1em;

	grid-column-gap: 0rem;

	position: fixed;
	z-index: 10;

	border-bottom: 1px solid rgba(0,0,0,0.25);

	background-color: white;

	align-items: center;
}
.grid-item{
	background-color: rgba(240, 240, 240, 0.0);
	border:  0px solid rgba(0,0,0,1);
	font-size: 1rem;
	padding-right: 2.5rem;
	font-family: 'diatype-regular', sans-serif;
	padding-top: auto;
	padding-bottom: auto;
}

.menu-content-container{
	display: grid;
	grid-template-columns: 0% 0% 0% 100%;

	padding-top: 4.5em;

	max-height: 100px;
}

.menu-container{
	max-width: 0%;

	width: 0%;
	max-height: 0%;
}

.menu-container-padding-selected{
	width: 0%;
	color: transparent !important;
	height: 0%;

	display: none;
}

.menu-container-padding-selected > hr{
	width: 0%;
	height: 0%;
	border: 0px;
}

.menu-container-padding-selected > div{
	color: transparent;
}
.menu-container-padding-selected > small{
	color: transparent;
}
.menu-container-padding-selected > h2{
	color: transparent;
}
.menu-container-padding-selected > h1{
	color: transparent;
}

.menu-container-padding-technical{
	width: 0%;
	color: transparent;
	height: 0%;
}

.menu-container-padding-technical > hr{
	width: 0%;
	height: 0%;
	border: 0px;
}

.menu-container-padding-prototypes{
	width: 0%;
	height: 0%;
	color: transparent;
}

.menu-container-padding-prototypes > hr{
	width: 0%;
	height: 0%;
	border: 0px;
}

.menu{
	display: grid;
	grid-template-columns: 2fr 5.5fr 14.5fr 7fr;
	margin-top: -6px;
	margin-bottom: -6px;

	background-color: rgba(0, 0, 0, 0.0);

	color: transparent;
}
.menu:hover{
	background-color: rgba(200, 200, 200, 1.0);
}
.menu-prototype{
	display: grid;
	grid-template-columns: 7fr 15.5fr 5fr;
	margin-top: -6px;
	margin-bottom: -6px;

	background-color: rgba(0, 0, 0, 0.0);
}
.menu-prototype:hover{
	background-color: rgba(200, 200, 200, 1.0);
}
.menu-special{
	display: grid;
	grid-template-columns: 2fr 5.5fr 13.5fr 8fr;
	margin-top: -6px;
	margin-bottom: -6px;

	background-color: rgba(0, 0, 0, 0.0);
}
.menu-special:hover{
	background-color: rgba(200, 200, 200, 1.0);
}
.menu-technical{
	display: grid;
	grid-template-columns: 2fr 20.5fr 7fr;
	margin-top: -6px;
	margin-bottom: -6px;

	background-color: rgba(0, 0, 0, 0.0);
}
.menu-technical:hover{
	background-color: rgba(200, 200, 200, 1.0);
}
.menu-item{
	font-size: 0.8em;
	font-family: 'Work Sans', sans-serif;
	padding-right: 1em;
	margin-top: auto;
	margin-bottom: auto;

	padding-top: 0.2em;
	padding-bottom: 0.2em;

	color: transparent;
	user-select: none;
}

.content-container{
	max-width: 100%;
	margin-top: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-right: 0%;
	font-family: 'Work Sans', sans-serif;

	border-right: 0px dotted black;

	max-height: 100px;
}
.content-container-padding{
	padding-left: 10px;
	padding-right: 10px;
}
.content-img{
	max-width: 100%;
	text-align: center;

	object-fit: cover;
	max-height: auto;
	border: 0px dotted black;

	border-radius: 0.6em;
}
.content-img-wide{
	width: 100%;
	cursor: pointer;
}
.content-video-wide{
	width: 100%;
}
.img-thoughts{
	cursor: pointer;
}
.basic-info{
	margin-top: 0px;
	padding-left: 0.1em;
	width: 100%;
	border-width: 2px;
	/*border-style: solid;*/
	height: 130px;
	position: relative;
	z-index: 5;

	font-size: 0.9em;
	border: 0px solid black;
}

.basic-info > p{
	margin-bottom: 0em;
	margin-top: 0.5em;
}

.intro{

}

.intro > p{
	font-size: 0.9em;
	line-height: 1.4;
}
.intro > img {
	border: 1px solid black;
	width: 98%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.intro > video {
	width: 98%;
	display: block;
	margin-left: auto;
	margin-right: auto;

	z-index: -1;
}
.myRole {
	color: grey;
}
.imgText{
	text-align: center; 
	font-size: 0.7em
}

.thoughts{
	border: solid;
	border-width: 0px;
	text-align: justify;
	column-count: 1;
	column-rule: 1px dashed black;
	column-fill: balance;
	column-gap: 25px;

	font-size: 0.8em;
}
.thoughts > p{
	margin-top: 0px;
}
.thoughts > img{
	width: 100%;
}
code {
	font-family: Consolas,"courier new";
  	color: #7A7A7A;
  	background-color: #f1f1f1;
  	padding: 5px;
  	font-size: 50%;
  	display: block;
  	white-space: pre-wrap;

  	-moz-tab-size:    4; /* Firefox 4+ */
    -o-tab-size:      4; /* Opera 11.5 & 12.1 only */
    tab-size:         4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}
.largeImage{
	background-color: rgba(0,0,0,0);
	position: fixed;
	width: 99%;
	height: 99%;
	z-index: -100;
	padding: 0px;
	margin: 0px;

	text-align: center;

	display: flex;
	justify-content: center;
	align-items: center;
}
.largeImageContainer{
	height: 85%;
	width: 85%;
	border: 0px solid black;
}
.largeImageContainer > img{
	background-color: rgba(1,1,1,0);
	height: 100%;
	max-width: 100%;
	object-fit: scale-down;
}
footer{
	font-family: 'Work Sans', sans-serif;
}

.smallerAbout > p{
	font-size: 0.9em;
}
.largerAbout{
	border: 2px dotted black;
	padding: 1em;
}
.largerAbout > p{
	font-size: 0.9em;
}
.title-img{
	width: 100%;
	cursor: pointer;
	border: 1px solid black;

	aspect-ratio: 16/9;
	object-fit: cover;
}
.largerGrey{
	color: rgba(0,0,0,0.4);
	font-size: 1.1rem;
}
small{
	font-size: 1rem;
	color: rgba(62, 84, 120, 0.72);
	line-height: 1.2;
	font-family: 'work sans';
}
h2{
	font-size:1.1rem;
	line-height: 0.9;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
}
h1{
	font-size:1.2rem;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
}