body, html {
    padding: 0;
    margin: 0;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	overflow:hidden;
	background-color: #1f1a13;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.3;

	/* background-image: url("images/carpet.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
	background-size: 20%; */


}

#landscape_notice {
	display: none;
}

@media screen and (orientation:landscape) {
	
}

@media screen and (orientation:portrait) {
	#landscape_notice {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: black;
		color:whitesmoke;
		text-align: center;
		box-sizing: border-box;
		font-size: 1.5rem;
		font-weight: bold;
	}

	#landscape_notice p {
		position: absolute;
		top: 50%;
		left: 1rem;
		right: 1rem;
		transform: translateY(-50%);
		margin: 0;
	}
}

a {
	color: rgba(0,0,0,0.8);
	text-decoration: solid underline rgba(0,0,0,0.25) 0.15rem;
}

a:hover {
	color: rgba(0,0,0,1);
	text-decoration: solid underline rgba(0,0,0,0.75) 0.15rem;
}

i, blockquote {
	font-family: 'Tiro Telugu', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-style: italic;
}

#table {
	width: 100vw;
    height: 100%;
	display: block;
    position: fixed;
}

p.audio_excerpt {
	color:gray;
	paddingp-top:0.5vw;
	padding-left:1vw;
}

p.audio_excerpt a {
	color: white;
}

#table .table_top {
	width: 100vw;
    height: 50vw;
	display: block;
    position: absolute;
	top: 50%;
	/* left: 5vw; */
	transform: translateY(-50%);
	background-image: url("images/table_2.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#table .table_top .items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

#content {
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	/* transition-delay: 0.33s; */
	overflow: visible;
	width: 0;
	height: 0;
	z-index: 250;
	opacity: 0;
}

#content #content_inner {
	width: 15vw;
	height: 30vw;
	height: auto!important;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0.1vw 0.3vw 0.5vw rgba(0,0,0,0.2);
	color: #fff;
	background-color: #101010;
	padding: 2vw 2vw;
	box-sizing: border-box;
}

#content #content_inner h2 {
	margin-top: 0;
	font-size: 1.5vw;
}

#content #content_inner .text {
	font-size: 1.25vw;
	margin-bottom: 0.5vw;
}

#content #content_inner blockquote {
	position: relative;
    font-size: 1.5vw;
	color: #fff;
	line-height: 1.3;
	padding-left: 3.25vw;
	padding-right: 3.25vw;
	margin: 0 0 2vw;
	font-family: 'Tiro Telugu', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#content #content_inner blockquote small {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	font-size: 1.2vw;
	text-align: right;
}

#content #content_inner blockquote::before {
	content: "❝";
	position: absolute;
	left: 0.5vw;
	top: -1vw;
	font-size: 3vw;
	color: rgba(255,255,255,0.75);
}

#content #content_inner blockquote::after {
	content: "❞";
	position: absolute;
	right: 0.5vw;
	bottom: -2.75vw;
	font-size: 3vw;
	color: rgba(255,255,255,0.75);
}

#content #content_inner .audio {
	display: none;
	/* background-color: white; */
	border-radius: 3vw;
	/* width: 100%; */
	position: absolute;
	bottom: -1vw;
	right: -1vw;
	background: gray;
}

#content #content_inner .close {
	overflow: hidden;
	text-indent: -999px;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	text-align: center;
	line-height: 3.5vw;
	font-size: 1.75vw;
	font-weight: 800;
	color: black;
	background-color: white;
	background-image: url(images/close_black.svg);
	background-size: 66%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -1.5vw;
	top: 0vw;
	cursor: pointer;
}

#table .table_top .items .item {
	position: absolute;
	transition: transform 0.5s ease-in-out;
	overflow: visible;
	width: 0px;
	height: 0px;
	cursor: pointer;
	z-index: 50;
}

#table .table_top .items .item .item-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 15vw;
	height: 15vw;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	overflow: hidden;
}

#table .table_top .items .item.active {
}

#table .table_top .items .item.active_index .item-inner {
	overflow: visible;
}

#table .table_top .items .item.active_index {
	/* z-index: 250; */
}


#table .table_top .items .item.view {
	cursor: default;
}

#table .table_top .items .item.view_index {
	/* z-index: 500; */
}

#table .table_top .items .item.view .item-inner {
	/* width: 40vw;
	height: 40vw; */
}

#table .table_top .items .item .item-inner .image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#table .table_top .items .item .item-inner .item-detail {
	color: #fff;
	font-size: 1.5vw;


	position: absolute;
	width: 75%;
	height: 100%;
	left: 125%;
	top: 0;
	opacity: 0;
	display: none;
	transition: opacity 1s linear;
	/* transition-delay: 1s; */
}

#table .table_top .items .item.view .item-inner .item-detail {
	opacity: 1;
}

#table .table_top .items .item.view_index .item-inner .item-detail {
	display: block;
}

.detail_content {
	position: absolute;
	top: 0%;
	left: 70%;
	width: 30%;
	height: 100%;
	background-color: rgb(245, 222, 179);
	color: #101010;
	transition: transform 0.5s ease-in-out, opacity 0.25s linear;
	box-sizing: border-box;
	/*padding: 3vw;*/
	transform: translateX(30vw);
	opacity: 0;
}

.detail_content_inner {
	width: 100%;
	height: 100%;
	padding: 3vw;
	padding-bottom: 10vh;
	box-sizing: border-box;
}

.detail_content h1 {
	font-size: 1.5vw;
}

.detail_content .content {
	font-size: 1.25vw;
}

.detail_content.active {
	/* left: 55%; */
	transform: translateX(0vw);
	opacity: 1;
}

.detail_content .navigation {
	/* width: 100%; */
	height: 2vw;
	overflow: hidden;
	position: absolute;
	bottom: 3vw;
	left: 3vw;
	right: 3vw;
}

.detail_content .navigation > div {
	position: absolute;
	overflow: hidden;
	text-indent: -999px;
	width: 2vw;
	height: 2vw;
	text-align: center;
	line-height: 3.5vw;
	font-size: 1.75vw;
	font-weight: 800;
	color: black;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.33;
	transition: opacity 0.33s;
}

.detail_content .navigation > div.active {
	opacity: 1;
	cursor: pointer;
}

.detail_content .navigation .close {
	top: 0;
	right: 0;
	background-image: url(images/close_black.svg);
}

.detail_content .navigation .left {
	top: 0;
	left: 0vw;
	background-image: url(images/left_black.svg);
	background-size: 90%;
}

.detail_content .navigation .right {
	top: 0;
	left: 3vw;
	background-image: url(images/right_black.svg);
	background-size: 90%;
}

#table .table_top .items .item .item-inner label {
	opacity: 0;
	position: absolute;
	top: 95%;
	left: 0;
	padding: 1vw 1.2vw;
	font-size: 1vw;
	line-height: 1.5;
	transition: opacity 0.25s linear;
	transition-delay: 0.25s;
	box-shadow: 0.1vw 0.3vw 0.5vw rgba(0,0,0,0.2);
	color: #fff;
	background-color: #101010;
	overflow: hidden;
	line-break: strict;
	word-break: keep-all;
	height: 3.7vw;
	white-space: nowrap;
	max-width: 100%;
	box-sizing: border-box;
	text-overflow: ellipsis;
	/* display: none; */
	background-image: url(images/glass.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
	overflow: hidden;
	width: 3vw;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	bottom: 5%;
	right: 0;
	top: unset;
	left: unset;
	font-weight: bolder;
	font-style: italic;
}

#table .table_top .items .item.active .item-inner label {
	opacity: 1;
}

/* #table .table_top .items .item.view .item-inner label {
	width: 75%;
	height: 100%;
	left: 125%;
	top: 0;
} */

body.view_item #table .table_top .items .item .item-inner label {
	opacity: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* display: none; */
	z-index: -1;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	background-color: black;
	transform: scale(2);
}

#table .table_top .items .pens {
	position: absolute;
	background-image: url(images/pencils.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 8vw;
	height: 15vw;
	left: 30%;
	bottom: 10%;
}

#overlay_1 {
	background-color: rgba(10,7,5,0.67);
}

#overlay_2 {
	background-color: rgba(0,10,15,0.75);
}

@media only screen and (max-width: 1000px) {
	div.detail_content_inner {
		overflow-y:scroll;
	}
	div.detail_content h1 {
		font-size: 2.5vw;
	}
	div.detail_content p {
		font-size: 1.75vw;
	}

.detail_content .navigation {
  width: 100%;
  height: 2vw;
  overflow: hidden;
  position: absolute;
  bottom: 0vw;
  left: 0vw;
  right: 0vw;
  padding: 3vw;
  background: linear-gradient(rgba(245, 222, 179, 0), rgba(245, 222, 179, 1));
}

.detail_content .navigation .close {
  top: 3vw;
  right: 3vw;
}

.detail_content .navigation .left {
  top: 3vw;
  left: 3vw;
}

.detail_content .navigation .right {
  top: 3vw;
  left: 6vw;
}

#content #content_inner .text {
  font-size: 1.5vw;
  margin-bottom: 0.5vw;
}

#content #content_inner h2 {
  margin-top: 0;
  font-size: 1.75vw;
}

}

