@font-face {
	font-family: 'KontextDot0033';
	src: 	url("/font/KontextDot0033/KontextDot0033.ttf"),
			url("/Users/user/Desktop/impressi0n/impressi0n_Website/font/KontextDot0033/KontextDot0033.ttf");
}

* {
	margin: 0;
	box-sizing: border-box;
	border: none;
	
}

#grid_paper_template_with_small {
	opacity: 0.2;
	position: fixed;
	width: 100vw;
	height: 100vh;
	width: 100svw;
	height: 100svh;
	left: 0px;
	top: 0px;
	overflow: visible;
}

#publication {
	height: 80vh;
	/* display: flex; */
	margin-top: 7vh;
	scroll-behavior: auto;
	background-color: unset;
}

button {
	z-index: 2;
	text-decoration: none;
	position: fixed;
	overflow: visible;
	white-space: nowrap;
	text-align: end;
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: rgb(0, 0, 0);
  	border: 0.5px solid rgb(71, 71, 71 / 50%);
	border-radius: 9px;
	padding: 0px 10px;
	background-color: transparent;
	text-align: center;
	margin: auto;
	cursor: pointer;
	background: rgb(219 219 219 / 50%);
	color: rgb(124 124 124);
}

#close-button {
	top: 3vh;
	left: 3vw;
}

#fullscreen-btn {
	bottom: 3vh;
	right: 3vw;
}

@media (max-width:768px) {
	#fullscreen-btn {
		display: none;
	};
}

@media (max-width:450px) {
	#fullscreen-btn {
		display: none;
	};
}
	
#plint-left {
    align-content: flex-start;
    display: table-cell;
    width: 50vw;
    height: 95vh;
	padding-left: 10px;
	padding-top: 20px;
    overflow: visible;
}

#plint-right {
    display: table-cell;
    width: 50vw;
    height: 95vh;
	padding-right: 10px;
	padding-top: 20px;
    overflow: visible;
}

#viewer-board-container {
	position: absolute;
	float: right;
	margin-left: 10px;
	overflow-x: hidden;
	display: flex;

}

.viewer-board {
	size: A4;
	display: flex;
	margin-top: 5vh;
	height: 70vh;

}


#close-button:hover {
	color: #6d6d6d;
}

#close-button:hover #close-button-expand {
	color: #6d6d6d;
	max-width: 100%;
	
}

#close-button-expand {
	display: inline-block;
	max-width: 0%;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	transition: max-width 0.2s ease-in;
} 

@media (max-width:768px) {
	#close-button-expand {
		display: contents;
	};
}
#menu-article-center {
	display:flex;
	justify-content: center;
	vertical-align: middle;
	position: relative;
}

/* #menu-article-text {
	INSERT CONTENT ATTITUDES FOR VIEWERS PERSPECTIVE 
} */

@media (max-width:768px) {
	button {
		text-align: left;
		left: 3vw;
		top: 1.5vh;
		border: none;
}}

/* Proper media query use */
@media (max-width: 1000px) {
  button {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  button {
    text-align: left;
    left: 3vw;
    top: 1.5vh;
	border: none
  }

  #fullscreen-btn {
    display: none;
  }

  #close-button-expand {
    display: contents;
  }
}

@media (max-height: 450px) {
  #fullscreen-btn {
    display: none;
  }
}
