html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  

}

html,
body, {
  height: 100%;
  min-height: 100%;
}

body {
	font-family: "allumi-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;

  margin: 0 0 1px;
overflow: -moz-scrollbars-vertical;
}


img {
	display: block;
	border:none
}

h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
a,  a:link {
	color: #099;

	text-decoration: none;
}
a:visited {
  color: #099;

  text-decoration: none;
}
a:hover {
	color: #F33;
	text-decoration: none;
}
a:focus {
	color:  #F33;
}
a:active {
	color:  #F33;
}


.hidden {
	display:none;
}

.noViz {
	opacity: 0;
}

#plate {
	position: absolute;
	top: 7vh;
	right: 4vw;
	width:90%;
	max-width: 462px;
	height:auto;
}

#plate img {
	width:100%;
	height: auto;
}

.baseContent {
	width: 100%;
	height:auto;
	min-height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.iconsHolder {
	margin-left: auto;
	  margin-right: auto;
	  text-align: center;
}

.iconBox {
	width:100%;
	max-width: 500px;
	height:auto;
	display: inline-block;
	cursor: pointer;
	margin: 1em;
} 
.iconBox img {
	width:100%;
	height: auto;
}

.popHolder {
	position: absolute;
	top:0;
	left:0;
	z-index: 20;
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	height:auto;
	min-height: 100vh;

display:none;
		background-color: #000;
		color: #000;
		font-family: "darkmode-on", sans-serif;
		font-weight: 300;
		
		font-size: clamp(1.2rem, 1.111rem + 0.444vw, 2rem);
		/* font-size: calc(18px + 0.390625vw); */
		
		line-height: 1.9em;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
	 
	  margin: 0 0 1px;
}

.isFlex {
	display: flex;
}

.entryPop {
	display: none;
}
.handCursor {
  cursor: pointer;
}
.overlay,  .grnd {
	position: fixed;
	width:100vw;
	height:100vh;
	text-align: center;
	object-fit: cover;	
	object-position: center;
}

.overlay {
	z-index: 300;
}
.content {
	z-index: 200;
}

.scrim{
	position: fixed;
	height:100vh;
	width:100%;
	z-index: 150;
	background-color: #000;
	display: none;
}
.grnd {
	z-index: 100;
}

.panel {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:auto;
	min-height: 100vh;
	object-fit: cover;	
	object-position: center;

	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
display: none;

}

.panelPicHolder {
	position:fixed;
	width:100%;
	height:100vh;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;

	
}

.panel img {
	width:100%;
	height:auto;
	object-fit: contain;	
	object-position: center;
	border: 1px solid rgba(0, 0, 0, 1);
	
}

.panelPicHolder img {
	width:100%;
	height:auto;
	object-fit: contain;	
	object-position: center;
	border: 1px solid rgba(0, 0, 0, 1);
}

.fullHolder {
	/* position:absolute; */
	top:0;
	right:0;
	width:100%;
	/* height: 100vh; */
	height: auto;
	min-height:100vh;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;


}

.mPanelsHolder {
	position:absolute;
	width:100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.entryGrnd {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height: 100vh;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.7;
	display: block;
}

.textHolder {
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	width:100%;

	height: auto;

	z-index: -10;
	opacity: 0;

}


.zTop {
	z-index: 500;
}

.textPanel {
	position:absolute;
	top:0;
	right: 0;
	left:0;
	width:80%;
	max-width: 900px;
	height: auto;


	margin-left: auto;
	  margin-right: auto;
	  text-align: left;


}
.textNext{
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:5%;

	z-index: 2;
}
.textPrev {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:5%;

	z-index: 3;
}
.textBox {
	position:absolute;
	top:0;
	right: 0;
	left:0;
	width:100%;
	height: auto;
	min-height: 100vh;
	
	margin-left: auto;
	  margin-right: auto;
	  text-align: left;

	display: flex;
	justify-content: center;
	flex-direction: column;

}

.bodyBox {
	margin: 2em 0 2em 0;
}
.textPanel p {
	margin: 0 7% 0.75em 7%;
}

.button {
	box-shadow: 0px 0px 0px 0px #373737;
	background-color:transparent;
	border-radius:4px;
	border:1px solid rgba(153, 153, 153, 0.5);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	/* font-family:Arial; */
	font-size:32px;
	line-height: 40px;
	font-weight: 300;
	width:40px;
	height:40px;
	text-align: center;
	text-decoration:none;
	text-shadow:0px 1px 5px #505050;
}
.butX {
	line-height: 35px;
	font-weight: 300;
}

.butDark {
	background-color: rgba(39, 39, 39, 0.7);
}
.butMoreShad {
	box-shadow: 0px 0px 15px 1px #313131;
}
.buttonHolder {
	position: absolute;

	right:0;
	width:100%;
	height:50px;
	z-index: 200;
	text-align: center;

}

.buttonHolderTop {
	top:20px;
}

.buttonHolderBot {
	bottom: 30px;
}

@media only screen and (max-height : 700px) {
	.buttonHolderBot {
		bottom: 15px;
	}
}

.navBox{
	position: absolute;
	top:20%;
	right:-50px;
	width:50px;
	height: auto;
	min-height: 100vh;
	z-index: 200;
	text-align: center;
	display: flex;
	justify-content: right;
	flex-direction: column;
	z-index: 10;
}
.navNum {
	display: block;
	margin: 10px;
	color: rgba(153, 153, 153, 0.85);
	font-size: 2em;
	cursor: pointer;
}


.activeNum {
	color: rgba(84, 84, 84, 0.714);
}
.prevBut {
	position:absolute;
	top:0;
	
	left:-50%;
	
	width:50%;

	height: auto;
	min-height: 100vh;
	z-index: -10;
opacity: 0;
	
}

u {
	font-size: 1.1em;
	font-weight: 500;
	color: #333;
	text-decoration:none !important;
}

blockquote {
	display: none;

}

.popBut {
	display: inline;
	color: #5a84b0;
	border: 1px solid #5a84b0;
	height:20px;
	width:20px;
	line-height: 20px;
	text-align: center;
	
	margin: 0 0.5em;
	padding: 0.25em;
	float:right;
	border-radius:4px;
	cursor: pointer;
}

.popBox {
	position: absolute;
	z-index: 200;
	width: 50%;
	top:0;
	right:0;
	margin-top:20vh;
	max-width: 900px;
	display: none;
	color: #222f;
	background-color: rgba(146, 146, 146, 0.95);
	border: rgba(101, 101, 101, 0.898) 1px solid;
	border-right-width: 0px;
}

.popContent {
	margin: 0 5em;
	text-align: left;
}

.baseBody {
	padding: 3em 2em;
	background-color: rgb(146, 146, 146);
	color: #222f;
}