* {
	padding: 0px; 
	margin: 0px;
	box-sizing: border-box;
}

html {
	overflow: hidden;
}

body { 
  	font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;	
	font-weight: 200;
	background: #ffe2e2;
	background: #fafafa;
	background: #ccc;
	background: #fff;
}

.blockSelection {
	user-select: none;
}

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

.about-student a {text-decoration: none;}

/* navigation */

#nav {
	height: 60px;
	position: fixed;
	display: inline-block;

	transition: all 100ms ease;
	z-index: 100;
	color: white;
	/*background-color: rgba(255,255,255, .9);*/
}

#nav-links {
	box-sizing: border-box;
	padding: 20px;
	display: inline-block;

	z-index: 1;
	position: relative;
	/*box-shadow: 0px 0px 60px rgba(255,0,0,.8);*/

	/*border-bottom: 10px solid red;*/
}

#nav h1, #nav span{
	cursor: pointer;
}

#nav h1:hover, #nav span:hover {
	opacity: .8;
}

#nav h1 {
	float: left;
	margin-left: 20px;
}

#nav span {
	float: right;
	padding: 0px 20px;
}

/* type */

h2, p, .separator {
	font-size: 60px;
	line-height: 80px;
	font-weight: 300;
}

h1, .section-word, .images-item h3, #desc, #desc p, #desc h3, #tags {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 22px;
	font-weight: 400;
}

#desc .about-student h3, #desc .about-student p {
	margin-bottom: 0px;
}

#projects h2, .separator, .section-word{

}

b, strong, #desc h3, .images-item h3, #tags ul li.title, .section-word, h1 {
	font-weight: 600;
}

p {
}

p.caption {
	font-size: 12px;
    color: black;
    margin: 0 20px 0;
    padding-bottom: 20px;
    line-height: 1.3em;
    font-weight: 600;
}


/* fixing main content container in place */

#container {
	height: 100vh;
	width: calc(100vw - 200px);
	position: fixed;
	top: 0px;
	left: 0px;
	transition: all 100ms ease;
	z-index: 1;
	color: #aaa;
	display: flex;
}

/* handle */

#handle {
    
    position: fixed;
    left: calc(100vw - 415px);
    top: 0;
    height:100vh;
    width:28px;
    cursor: col-resize;
    z-index: 100000;
	pointer-events: none;


}
#handle:after {
	display: block;
	content:'';
	width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: calc(50vh - 15px);
	background: url(../img/frontend/handle.svg) no-repeat;
	background-size:cover;
    z-index: 100000;
    pointer-events: all;

}

/* columns */

#left-column, #middle-column, #desc {
	height: 100vh;
	overflow-x: visible; 
    overflow-y: scroll;
    display: block;
    resize: horizontal;
    /*scroll-behavior: smooth;*/
	/*transition: 250ms;    */
}
#middle-column {
	/*scroll-behavior: smooth;*/
}
#middle-column img {
	/*transition: opacity 100ms ease;*/
}
#middle-column.hideImages img{
	opacity: 0;	
}

#nav span#category {
	padding: 0px 10px;
	/*padding: 0px 40px;	
	margin: 0px;
	position: fixed;
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 180px;
	color: rgba(255,0,0,1);
	transform: translateY(-65px;);
	z-index: 10;
	pointer-events: none;
	display: none;*/
}

/* left-column */

#left-column {
	padding-top: 100px;
	width: 50vw;
	width: calc(100% - 200px);
	flex-grow: 0;
    flex-shrink: 0;	
    color: #fff;
    background: black;
}

#projects {
	box-sizing: border-box;
	padding: 40px;
	padding-bottom: 30vh;
}

#projects div, #projects h2 {
	display: inline;
}

#projects h2 {
	padding-right: 0.33em;
}

.section-word {
	margin-top: 22px;
	display: block;	
}

.separator {
    padding: 0 0.33em 0 0;
}

#projects h2:hover {
	cursor: pointer;
	opacity: .8;
}


/* middle-column */

#middle-column {
	padding-top: 0px;	
	flex-grow: 1;
    flex-shrink: 1;	
	/*border-left: 1px solid black;*/
	background: lightgrey;
}

.images-item:last-child {
	min-height: 105vh;
}

.about-student {
	padding-bottom: 10px;
}

#tags {
	/*min-height: 100vh;*/
	padding: 10px 20px;
	background: lightgrey;
	color: black;
	margin: 0px;
}

#tags ul{
	list-style-type: none;
	margin-bottom: 40px;
}

#tags ul li{
	border: 2px solid black;
	border-radius: 30px;
	padding: 5px;
	margin: 10px 0px;
	text-align: center;
}

#tags ul li:first-child{
	margin: 0px;
}

#tags ul li:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
	cursor: pointer;
}

#tags ul li.title {
	border: none; 
	padding: 0px;
	text-align: left;
}

#tags ul li.title:hover {
	box-shadow: none;
} 

#search {
	padding: 10px 20px;
    background: lightgrey;
}
#search-box {
    width: 100%;
	border: 2px solid black;
    border-radius: 30px;
    padding: 5px;
    margin: 10px 0px;
    text-align: center;
    background: lightgrey;
}
#search-box:focus {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
    outline:none;
}

.project {
	overflow: auto;
}

#project-images {
	padding-top: 0px;
	padding-bottom: 0px;	
}

#project-images img, #project-images video {
	width: calc(100% - 40px);
	height: auto;
	margin: 1.75% 20px;
/*	filter: grayscale(1);
	mix-blend-mode: multiply;*/
}

#project-images img:hover {
	filter: grayscale(0);
	mix-blend-mode: normal;
}

#project-images h3{
	margin: 0px 0px 0px 20px;
	color: black;
	padding-top: 20px;
}

.images {
	margin-bottom: 220px;
}

/* project descriptions */

#desc{
	box-sizing: border-box;
	background: white;
	color: black;

	flex-grow: 1;
    flex-shrink: 1;	

    min-width: 200px;	
	width: 200px;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100vh;
    overflow: scroll;
    background: yellow;
}

#desc p{
	margin-bottom: 22px;
}

.desc-item {
	height: 100vh;
	overflow: scroll;
	padding: 20px;
}

.description-bubble {
    font-size: 12px;
    border: 2px solid black;
    border-radius: 20px;
    padding: 5px 12px;
    margin: 4px 4px 4px -2px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.3em;
}

.description-bubble:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
	cursor: pointer;
}

/* resize */

/*#desc {
    opacity: 1;
    pointer-events: all

}

 #left-column, #right-column {
	width: 40vw;
	overflow-x: visible; 
	overflow-y: scroll;
	display: block;
	position: absolute;
}

#projects {
	width: 40vw;	
}

#right-column {
	left: 40vw;
}
*/


/* show specific desc */

div.desc-item {
	display: none;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}

#about.desc-item {
	display: block;
	z-index: 0;
}

#desc div.desc-item.active{
	display: block;
}

.student-result-card {
	border-radius: 20px;
	padding: 20px 20px;
	margin: 10px 0px;
	cursor: pointer;
	
}
.student-result-card * {
	font-size: 18px;
	line-height: 24px;
	margin:0;
}