	::-webkit-scrollbar {display: none;}
	::-webkit-scrollbar-button {display: none;}
	::-webkit-scrollbar-track {display: none;}
	::-webkit-scrollbar-track-piece {display: none;}
	::-webkit-scrollbar-thumb {display: none;}
	::-webkit-scrollbar-corner {display: none;}
	::-webkit-resizer {display: none;}


			@media only screen and (max-width: 985px){
			.cvsmall{font-size: 8px;}
			}

			@media only screen and (max-width: 985px){
			.cv{display: none;font-size:13px!important; line-height: 17px!important;}
			}

			@media only screen and (min-width: 985px){
			.cv-mobile{display: none; font-size:13px!important; line-height: 17px!important;}
			}

			@media only screen and (max-width: 985px){
			.cv-mobile{font-size:13px!important; line-height: 17px!important;}
			}

  html {
	height: auto;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
  	}
/* rgb(255, 9, 9) */
  body {
	color: rgb(82, 82, 82);
	background-color: rgba(222, 222, 255, 0.43);
	font-family: 'EB Garamond',  sans-serif;
	font-size:21px;
	margin: 10px;
	padding-left: 7px;
	padding-right: 7px;
	height: 100vh;
	-webkit-font-smoothing: antialiased;
	counter-reset: section;
	overflow-x: hidden;
	overflow-y: auto;
	}

  #wrapper{
	height: 100%;
	}




  .right{
	float: right;
	}

  /*---------------infopage--------------------*/

  .info{
	float: left;
	padding-right: 10px;
	line-height: 8px;
	margin-bottom: 50px;
	overflow-x: hidden;
	width: 32%;
  	}

		@media only screen and (max-width: 985px){
		.info{width: 97%; }
		img {
			width: 95vw; /* 95% of the viewport height */
			height: auto;   /* auto width to maintain aspect ratio */
			object-fit: contain; /* ensures the whole image fits without distortion */}
		}

		@media (max-width: 768px) {
  .disable-click {
    pointer-events: none; /* Disable clicks */
    touch-action: manipulation;    /* Allow scrolling and gestures */
  }
}



	.info .line{
		line-height: 26px;
	}

	.imgsub{
		display: inline;
		width: 375px;
	}

	.caption{
		font-size: 12px;
		color: black;
		width: 375px;
				display: inline-block;
			}

	.imgsub img {
	  margin: 0 auto;
		}

	.arch{
		text-decoration: underline;
		}

	p{
	text-indent: 15%;
	margin-block-start: 0;
	margin-block-end: 0;
	}

li{
		text-indent: -30px;
	  padding-left: 30px;
		list-style-type: none;
		/* font-size:18px;
		line-height: 23px; */
		}

.year{
	text-indent: 30px;
	/* font-size:18px;
	line-height: 20px; */
	}

.wxt{
	height: 350px;
	}

.wxtThr{
	height: 450px;
	}

.wxtX{
	height: 320px;
	}

.wxt2{
	height: 280px;
	}

.wxt4{
	height: 355px;
	}

.wxt5{
	width: 310px;
	height: auto;
	}

.pub{
	height: 230px;
	}

.pubyel{
	height: 330px;
	}


.phil{
	height: 390px;
	}

.posters{
	width: 610px;
	height: auto;
	}

.log{
	height: 440px;
	}

.log2{
	height: 430px;
	}

.what{
	height: 425px;
	}

.truth{
	height: 325px;
	}

.seeds{
	width: 350px;
	height: auto;
	}

.thes{
	height: 380px;
	}

.bot{
	height: 305px;
	}

.stu{
	height: 480px;
	}

.stg2{
	height: 320px;
	}

.aliki{
	height: 495px;
	}

.cv{
	font-size:18px;
	line-height: 24px;
	}

	.info .cvsmall{
		font-size:14px;
		line-height: 17px;
		}

	.gdwork{
	position: fixed;
	right: 10px;
	top: 10px;
	}

	.jve{
	height: 440px;
	}

	.jve2{
	height: 480px;
	}

	.kun{
	height: 400px;
	}

	.jve3{
	height: 500px;
	}

	.jve4{
	height: 350px;
	}

	.jve5{
	height: 520px;
	}

	.wtm{
	height: 550px;
	}

	.wtc{
	height: 350px;
	}

	.hed{
	height: 250px;
	}

	.arc{
	height: 270px;
	}

	.fin{
	height: 250px;
	}

	.vam{
	height: 230px;
	}

	.oil{
	height: 280px;
	}

	.ety{
	height: 450px;
	}

	.spe{
	height: 380px;
	}

	.hei{
	height: 200px;
	}

	.hor{
	height: 260px;
	}

	.cm{
	height: 290px;
	}

	.tooltip {
  position: absolute;
  width: 320px;
  border-radius: 6px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	padding: 5px 5px 10px 15px;
}
/*---------------lightbox--------------------*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {


}

.modal-content img {
	height: 100%;
	max-height: 95vh;
	max-width: 95vw;
	display: block; /* remove any extra space around the image */
	object-fit: contain;
	margin: auto;
	position: absolute;
	top:0;bottom:0;
	left:0;right:0;
	}

/* The Close Button */
.close {
  color: white;
  position: fixed;
  top: 10px;
  right: 15px;
  font-size: 65px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
/* .mySlidesWtm {
  display: none;
} */

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: regular;
  font-size: 60px;
  transition: 0.6s ease;
  border-radius: 9px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Number text (1/3 etc) */
.no {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	font-family: 'Arial';
}

.cap {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: fixed;
  top: 0;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%);
	text-align: center;
	font-family: 'Arial';
}


img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

	/*---------------links--------------------*/

	li a:link {color: rgb(82, 82, 82); border-bottom: 1px solid rgb(82, 82, 82);  text-decoration: none; }
	li a:visited {color: rgb(82, 82, 82); border-bottom: 1px solid rgb(82, 82, 82); text-decoration: none; }
	li a:hover {color: rgb(82, 82, 82); cursor: pointer;}

	a:link {color: rgb(82, 82, 82); border-bottom: none; text-decoration: none; }
	a:visited {color: rgb(82, 82, 82); border-bottom: none; text-decoration: none; }
	a:hover {color: rgb(82, 82, 82); border-bottom: none; cursor: pointer;}




  a {outline: 0;}
	input::-moz-focus-inner {
	border: 0;
	}

  .left{float:left;}
