html{
	scroll-padding-top:  95px;
	scroll-behavior: smooth;
}
body{
	font-weight: 400;
}

.normalLink{
	text-decoration: none;
	color: rgba(0,0,0,0.9);
	font-size: 1rem;
	padding: 0em;

	border: 2px dotted white;
}
.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: black;
}
.menuLink:visited{
	color: black;
}
.menuLink:hover{
	background-color: rgba(0, 200, 200, 1.0);
}
.grid-container{
	width: 99%;
	background-color: rgba(255,255,255, 1.0);
	display: grid;
	grid-template-columns: 6.5fr 2fr 3.8fr 16.2fr;
	margin-top: -10px;
	margin-left: 1.1rem;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 0em;
	font-size: 1em;

	position: fixed;
	z-index: 10;

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

	background-color: white;
}
.grid-item{
	background-color: rgba(240, 240, 240, 0.0);
	border:  0px solid rgba(0,0,0,1);
	font-size: 1.5em;
	padding-right: 1.5em;
	font-family: 'diatype-regular', sans-serif;
}

.emptySecond{
	border-right: 0px dotted black; margin-top: 0.5em;

	border-right: 0px solid rgba(0,0,0,0.25);
}

.menu-content-container{
	display: grid;
	grid-template-columns: 28% 6% 5% 46%;

	padding-top: 4.5em;
}

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

	width: 100%;


	position: sticky;
	top: 5.3em;
	height: 5em;
	box-sizing: border-box;

	
}

.menu-container-padding-selected{
	padding-left: 0px;
	padding-right: 5px;

	padding-top: 0px;

	margin-top: 0px;
	margin-right: -3.1rem;
	padding-left: 1.1rem;
	padding-right: 2.1rem;

	background-color: white;
	font-family: 'work sans';
	color: rgba(0, 0, 0, 0.75);

	
	height: 95vh;

	overflow-x: hidden;
  	overflow-y: auto;

  	z-index: 5;

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

.menu-container-padding-selected > hr{
	border-top: 1px solid rgba(0,0,0,0.25);
}

.menu-container-padding-selected::-webkit-scrollbar{
    display: none;
  }

.menu-container-padding-technical{
	padding-left: 5px;
	padding-right: 5px;

	padding-top: 10px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;

	background-color: white;
	font-family: 'Work Sans', sans-serif;

	border: 2.5px dotted black;
	height: 160px;

	overflow-x: hidden;
  	overflow-y: auto;

  	z-index: 1;
  	background-color: white;

}

.menu-container-padding-technical > hr{
	border-top: 1px dotted black;
}

.menu-container-padding-prototypes{
	padding-left: 5px;
	padding-right: 5px;

	padding-top: 10px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;

	background-color: white;
	font-family: 'Work Sans', sans-serif;

	border: 2.5px dotted black;
	height: 350px;
	width: 94%;

	overflow-x: hidden;
  	overflow-y: auto;

}

.menu-container-padding-prototypes > hr{
	border-top: 1px dotted black;
}

.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);
}
.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;
}

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

	border-right: 0px dotted black;
}
.content-container-padding{
	padding-left: 10px;
	padding-right: 10px;
}
.content-img{
	width: 49%;
	display: inline-block;

	object-fit: cover;
	height: 19.5vh;
	min-height: 180px;
	border: 0px dotted black;

	border-radius: 0.6em;
}
.content-img-wide{
	width: 100%;
	cursor: pointer;
	border: 1px solid black;
}
.title-img{
	width: 100%;
	cursor: pointer;
	border: 1px solid black;

	aspect-ratio: 16/9;
	object-fit: cover;
}
.title-img-small{
	width: 80%;
	cursor: pointer;
	border: 1px solid black;

	aspect-ratio: 16/9;
	object-fit: cover;
}
.content-video-wide{
	width: 100%;
}
.img-thoughts{
	cursor: pointer;
}
.basic-info{
	display: inline-block; float: right;
	margin-top: 0px;
	padding-left: 0.1em;
	width: 48%;
	border-width: 2px;
	/*border-style: solid;*/
	height: 180px;
	position: relative;
	z-index: 5;

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

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

.intro{

}

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

	z-index: -1;
}
.myRole {
	color: rgba(62, 84, 120, 0.72);
}
.imgText{
	text-align: center; 
	font-size: 0.8rem;
	margin-top: 5px;
}

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

	font-size: 0.9rem;
}
.thoughts > p{
	margin-top: 0px;

	color: rgba(0,0,0,0.8);
	line-height: 1.4;
}
.thoughts > img{
	width: 100%;
}
.thoughts-one{
	border: solid;
	border-width: 0px;
	text-align: left;
	column-count: 1;
	column-rule: 1px dashed black;
	column-fill: balance;
	column-gap: 25px;

	font-size: 0.9rem;
}
.thoughts-one > p{
	margin-top: 0px;

	color: rgba(0,0,0,0.8);
	line-height: 1.4;
}
.thoughts-one > 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: 1rem;
}
.largerAbout{
	border: 2px dotted black;
	padding: 1em;
}
.largerAbout > p{
	font-size: 1rem;
}

.menu-improved{
	
	line-height: 1.6;

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

	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-improved:hover{
	background-color: rgba(200, 200, 200, 0.5);
}
.menu-grid{
	display: grid;
	grid-template-columns: 3.7fr 7fr;
	grid-column-gap: 0vw;
	line-height: 1.4;
}
.menu-grid-technical{
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 0vw;
	line-height: 1.4;
}
.menu-grid-item{
	color: rgba(0, 0, 0, 0.75);
	border: 0px solid black;
}
.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;
}