html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



* {
	outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgb(60, 60, 60) rgb(0, 0, 0);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}*::-webkit-scrollbar-track {
  background: rgb(60, 60, 60);
}*::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0);
  border-radius: 20px;
  border: 3px solid rgb(60, 60, 60);
}

body::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

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

}


html, body {
overflow-x: hidden;

}

body {
	background-color: #000;
	color: #ccc;
	font-family: rustica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
  height: 100%;
  margin: 0 0 1px;
overflow: -moz-scrollbars-vertical;
}



img {
	display: block;
	border:none;
}



h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
}

p {	
	margin: 0;
	line-height: 1.3em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

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;
}

.flexMin {
	
	text-align: center;
	display: flex;
	justify-content: center;
	  flex-direction: column;
}

.flexBase {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	  flex-direction: column;
}


.logInBox {
  position: absolute;
  z-index: 5000;
  width:100%;
  height:auto;
  min-height: 100vh;
  text-align: center;
  background-color: #000000;
  display: none;
}

@media only screen and (max-width : 1000px) {
	
#logButs {
display: none;
}	

#phoneBlurb {
	display: block;
}	
}



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

.loginText {
  color: #b5b5b5;
  font-family: rustica, sans-serif;

  line-height: 1.3em;
}

#loginForm , #signupForm , #new_submission {

  width: 80%;
  max-width: 500px;
  height: auto;
  border: 1px solid #9f302f;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  background-color: #000000;
  font-size: 1.25em;
}

.lineText {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

.dform_label , .dform label{
	color: rgba(115, 115, 115, 1);
}

.dform_desc {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: rgba(115, 115, 115, 1);
}
.dform_container .dfinput_left {
	float: none !important;
}

.dfinput_names .name_first , .dfinput_names .name_last {
	width: 100% !important;
}

.dfinput_names input.text {
	max-width:400px;
}

.postLink {

  font-size: 1.2em;
  border: 1px solid #009999;
  padding: 0.5em 1em;
  border-radius: 5px;
}


.menuBox {
  position: fixed;
  z-index: 4000;
 bottom: 100px; 
  right:0;
  height: 100px;
  width:100px;
  text-align: right;

cursor: context-menu;

}

.menuBox:hover > div.menuBut {

border-color: rgba(141, 140, 140, 1); 
background-color: rgba(255, 0, 0, 0.2);
}




.menu-button, 
  .close-button {

  /* margin-top:50px; */
  width: 40px;
 height: 40px;
  /* height: 50px;
  background-color: #fff;
  font-size: 20px;
  border: none;
  outline: none; */
  
/*   cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(87, 87, 87, 0.5); */


  /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
  
  
/*   -webkit-box-shadow: 0px 0px  5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px  5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px  5px 0px rgba(0,0,0,0.2); */
  
  
  }
  
  .menu-button {
  /* right: -30px; */
  z-index: 3000;
  text-align: right;
  }
  
  .menu-button img {
margin-right: auto;
margin-left: auto;
margin-top: 5px;
  width:30px;
  height: auto;
  opacity: 0.7;
  }
  .close-button {

  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 0, 70, 0.8);
  }

 .menu-close-button {
	 left: -51px;
	   z-index: 4001;
 }
  
.open-button , .menu-close-button {
	position: fixed;
	 bottom: 125px; 
	border-right-width: 0;
}

  
#back-button {
	border-left-width: 0;
}
  
.worksCloser {
	border-top-width: 0;
}  
	
	.close-button:hover {
	border-color: rgba(141, 140, 140, 1); 
	 background-color: rgba(133, 0, 0, 0.699);
	}
	.close-button:hover > img {
  opacity: 1;
	}
	
  
	.menu-button-hover {
	 border-color: rgba(141, 140, 140, 1); 
	 background-color: rgba(255, 0, 0, 0.4);
	}
	.menu-button-hover img {
	opacity: 1;
	}
	
	
	

.closerBut {
	width:50px;
	height:40px;
	padding: 5px;
	margin-top: 5px;

	cursor: pointer;
}

.closerBut img {
	height:100%;
	width:auto;
	margin-right: auto;
	margin-left: auto;
}

.menuBut {
right:0;
} 

.backBut {
left:0;
cursor: w-resize;
} 

.backBut img {
	margin-left: auto;
	  margin-right: auto;
	  margin-top:10%;
	  height:80%;
	  width:auto;
	  opacity: 0.2;
}

.goNext {
	height: 30vh;
	width: 100%;
	margin: 0 auto;

	z-index: 2;

text-align: center;
cursor: pointer;

}
.goNextBut {
position: fixed;
	  bottom: 10vh;
	  right:0;
  width: 50px;
	   height: 50px;
border: 1px solid rgba(87, 87, 87, 0.5);
	   border-right-width: 0;
	  opacity: 0.7;	
	  cursor: pointer;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.goNextBut img {
margin-right: auto;
margin-left: auto;
margin-top: 5px;
  width:30px;
  height: auto;
  opacity: 0.8;
  }

.goNext:hover > div.goNextBut {
	opacity: 1;
   border-color: rgba(141, 140, 140, 1); 
	   background-color: rgba(255, 0, 0, 0.4);
}

.goNext:hover > div.goNextBut img {
	opacity: 1;
}

.goNextFixed {
	position: fixed;
	bottom: 20px;
}

.goNextAbsolute {
	position: absolute;
	bottom:auto;

}



.navText {
	/* padding-left: 50px; */
	color: #bbb;
	font-family: rustica, sans-serif;
	font-style: normal;
	font-weight: 300;


}




.prevBut {
	position: absolute;
	z-index: 2;
	top: 100px;
	right:30px;
	color:#fff;
}

.ghosted {
	opacity: 0.1;
}
.hidden {display:none;}
.noViz {opacity: 0;}
.viz {opacity: 1;}
.vizImp {opacity: 1 !important;};

.trans {background-color: transparent;}
.linker {
	cursor: pointer;
}
.smallText {
	font-size: .8em;
	line-height: 1.3em;

}
.smallText p {
	margin: 0 .25em;
}
.smallerText {
  font-size: .6em;

}

.textShad {
	text-shadow: -2px 1px 5px rgba(0, 0, 0, 1);
}

.noWrap {
  white-space: nowrap;
}

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



table {
	border-collapse: collapse;
	border-spacing: 0;
}



.alert {
	color: #8B1057;
}



.scrim {
	position: absolute;
	top:0;
	left:0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	background-color: #000;

	display: none;
	}
.popScrim {
		position: fixed;
		top:0;
		left:0;
		width:100vw;
		height: 100vh;
		z-index: 5000;
		background-color: rgb(0, 0, 0);
	display: none;
	  }

.popText {
	
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin-left: auto;
	  margin-right: auto;
	z-index: 100;
	width: 100%;
	min-height: 100vh;

	
	display: none;
}

.popTextHolder {
	width:100%;
min-height: 100vh;
	  display: flex;
		justify-content: center;
		flex-direction: column;
		
}

.popTextText {
	width:100%;
	max-width:900px;
margin-left: auto;
  margin-right: auto;
}

.popTextText p {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 2em;
	margin-bottom: 1em;
	text-align: left;
}

input {
	font-size: 1em;
	line-height: 1.2em;
	border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(80, 26, 34, 1);
	padding: .2em;
	
}

.dform_container {
	text-align: center;
}
.input.text , #ddform_1 {
	width:100%;
	max-width: 400px;
}

.dform_label {
	
}
.button {
	background-color: rgba(0, 143, 142, 1.0);
	color: #fff;
	cursor: pointer; 
	font-size: 1em;
	padding: .2em .5em;
	margin:  .5em auto;
	border-radius: 5px;
}
.button:hover {
	background-color: rgba(0, 217, 215, 1.0);
	color: #000;
	border: 1px solid rgba(179, 0, 218, 1.0);
}

.textBut {
	display: inline-block;

	color: #676768;

	line-height: 1em;
vertical-align: middle;


cursor: pointer; 


}

.textBut:hover {
	color: #CDCDD1;
} 

.butBox {
	background-color: rgba(29, 29, 29, 0.8);
	  border: 1px solid rgb(159, 47, 47);
	border-top-width:2px;
	  border-radius: 4px;
	padding: .5em 1em;
	-webkit-box-shadow: inset 0px 7px 29px 4px rgba(245,43,3,0.25);
	  -moz-box-shadow: inset 0px 7px 29px 4px rgba(245,43,3,0.25);
	  box-shadow: inset 0px 7px 29px 4px rgba(245,43,3,0.25);
}


.koBut {
	font-size: 1.5rem;
	line-height: 2rem;
	height: 2rem;
	width: 2rem;

	  text-align: center;
	  margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	cursor: pointer;
}

.navTextLabel {

  font-size: 1em;
}


.menu .navTextLabel  {
	margin-left: 10px;
	  margin-right: 10px;
}
/* .menu .navTextLabel {
  font-size: 0.8em;
} */

.textBut:hover {
color: rgb(210, 0, 0);
  -webkit-box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
-moz-box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
  }

.textButHovered {
  color: rgb(210, 0, 0);
	-webkit-box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 7px 29px 4px rgba(0, 0, 0, 1);
	}
	
	
.navTextLabel:hover + .textBut {
	background-color: yellow;
  }

.navItem {

	font-size: 1.2em;
	line-height: 1em;
	cursor: pointer; 
	letter-spacing: 0.0625em;
	color: #4F4F51;

}

.navHilite{
	color:#8A8A8D;
}

.navHilite {
	display: inline-block;
	padding: 0 .5em;
	border-right: 1px solid #929294;
}


.navVert {

	padding: .5em 0;
	border-bottom: 1px solid #5b5b5b;
}



.navNoRule {
	border-bottom-width: 0px;
}
.navItem:hover {
	color: #CDCDD1;
}



.closer {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 20000;
	cursor: pointer; 
	opacity: 0.2;
	width:49px;
	height: 49px;

	text-align: center;
	display: none;
	  vertical-align: middle;
font-family: sans-serif;

}



.entryIcon {
display: inline-block;
vertical-align: top;
	margin: 20px;
	border: 2px solid rgba(0, 87, 120, 1);
	font-family: rustica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	
	color: #ffffff;
	text-align: center;
	height:8em;
	width:12em;
		
cursor: pointer; 
	opacity: 1;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;

}


.entryIcon:hover {
	opacity: 1;
	border-color: #d00;
}

.entryIconContent {
	height:100%;
	width:100%;

	display: flex;
	  justify-content: center;
	  flex-direction: column;
	
}
.entryIconTitle {
	padding: .25em .25em 0 .25em;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #444;
	border-left-width: 0px;
	border-right-width: 0px;
}
.jagLogoBox {
	position: fixed;
	width:100%;
	height:100vh;

	  left:0;
	  right:0;
	  margin-left: auto;
		margin-right: auto;

}
.jagLogo {
width: auto;

height: 50vh;
max-height: 600px;
margin-bottom: 7vh;
  display: none;
  
}



.jagLogo img {
	height: 100%;
	width: auto;
	margin-left: auto;
	  margin-right: auto;
}

jagLogoP {
	height: auto;
	
	width: 100%;
	max-width: 600px;
}

.jagLogoP img {
	width: 50%;
	height: auto;

}

.homeButs {
	width:100%;
	height:20vh;
	position: fixed;
	bottom:3vh;
	left:0;
	right:0;
	z-index: 50;
}


.plate {
width: 65%;
max-width:1500px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;


}

.subPlate {
	width: 40%;
	max-width:900px;
  margin-left: auto;
	  margin-right: auto;
 opacity: 0;
}
.snake {
  display:none;
  position: absolute;
  width:100%;
  height: 100vh;
  top:0;
  left:0;
  z-index: 2;
}


.plate img, .subPlate img {
width:100%;
height: auto;
}


.textHolder {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100vh;
	z-index: 1000;

	display: none;
}


.sizerBox {

  line-height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 4002;
  text-align: center;
}

}
.sizerBox .smallText {
  margin-top: .5rem;
  background-color: rgba(0, 0, 0, 0.7);

  font-size: 1rem;
  -moz-box-shadow: 0px 0px 40px #000;
  -webkit-box-shadow: 0px 0px 40px #000;
  box-shadow: 0px 0px 40px #000;
}

.sizerBlurb {
  margin-top: .5em;
  width:80%;
  max-width: 500px;
  height: auto;
  margin-left:auto;
  margin-right:auto;

  font-size: 0.9em;
}
.sizerBlurb img {
  width:100%;
  height: auto;
  margin-left:auto;
  margin-right:auto;
}

.fadeText {
opacity: 0.8;
}
.content {
  position: absolute;
  z-index: 1;
  width:100%;
  text-align: center;
}
.overlay {
  position: absolute;
  z-index: 100;
  width:100%;
  min-height: 100vh;
  text-align: center;
  display: flex;

  background-color: rgba(0, 0, 0, 1);

  flex-direction: column; /* this will create a column of elements */
  justify-content: center; /* The property centers the elements vertically. */

  text-align: center; /* we are aligning the text horizontally */
}

.bringFront {
	z-index: 1001;
}

.logOut {
  position: fixed;
  left:10px;
  bottom:10px;
  font-size: 20px;
  color: #343434;
}



	
/* from old  */


#navInst {
  z-index: 5002;
 
position: fixed;
left:0;
top:0;
width:100vw;
height:100vh;
background-color: #101010;
display: none;
}


#navInst > img {

  height: 80%;
  width: 90%;
max-width:800px;

margin-top:2%;
  margin-left: auto;
  margin-right: auto;
  
  object-fit: contain;
}

#startOverlay {

  z-index: 4001;

}

/* #enterButHolder {
	
	position: absolute;
	  bottom: 0;
	  left:0;
	  width:100%;
	  height:20%;

	  text-align: center;
	  z-index: 100;
}

#enterBut {

padding-left: 2em;
padding-right: 2em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
} */

#homeBlurb {
  border: 1px solid #565555;
  padding: 1em 1em 0 1em;
}
  
.thatsAll {
  position: absolute;
  bottom: 10vh;
  left:0;
  width:100%;
  height:auto;
  display: none;
  text-align: center;
  z-index: 200;
}  
.thatsAllBox {
  display: block;
  width:80%;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.64);
  font-size: 2em;
}



.fullScreenLabel {
  border-top-width:0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}  

#fullScreen:hover {
	opacity:1;
}

.navBlurb {
  font-size: 0.9em; 
  color: rgb(158, 158, 158);
}

.textButK {
  border: 1px solid rgb(113, 113, 113);
  border-top-width:0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: inset 0px 7px 29px 4px rgba(40, 40, 40, 0.5);
  -moz-box-shadow: inset 0px 7px 29px 4px rgba(40, 40, 40, 0.5);
  box-shadow: inset 0px 7px 29px 4px rgba(40, 40, 40, 0.5);
  opacity:0.3;
}
.textButK:hover {
  color:#fff !important;
  opacity: 1;
}

.startHolder {


  width: 80%;  
  max-width: 900px;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.startBox {
  display: table-cell;

  height: auto;

  margin-left: auto;
  margin-right: auto;
  font-family: rustica, sans-serif;
  line-height: 1.5em;
}

.startBox  p {
  text-align: left;
  margin-bottom: 1.2em;
}

.spaceBump {
  margin-top: 20vh;
}
.spaceNudge {
	display: block;
	height:2em;
}
/* red grid  */

.redBase {

  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  min-height: 100vh;
  background-color: #7a0000;
  text-align: center;
  -webkit-box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);
  -moz-box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);
  box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);
}

.iconsHolder {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top:4vh;
  width:100%;
  /* border: 1px solid rgba(35, 35, 35, 0.64); */
}


   
.redBaseDivider {
  width:80%;
  height:1px;
  border-top: 3px solid rgba(141, 21, 20, 1.0);
  margin-left: auto;
  margin-right: auto; 
}
.gridIconBox {
  display: inline-block;
  vertical-align: top;
  font-family: rustica, sans-serif;
  font-size: .95em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;

  cursor: pointer;
  opacity: 1;
  border: 3px solid rgba(135, 94, 93, 1.0);
  margin: 1.5vw;
/*   width:14vw;
  height:14vw;
  
  max-width:300px;
	max-height:300px; */
	width:250px;
	height:250px;

  background-color: #620f0e;
-webkit-box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);
  -moz-box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);
  box-shadow: inset 3px 0px 30px 2px rgba(0,0,0,0.65);

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

   
.gridIconBoxNull {
border: solid 1px #000;
cursor: default;
}

.gridIconBoxUn {
  border-color: rgb(198, 133, 0);
}


.entryIconContent {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
-webkit-box-shadow: inset 3px 0px 50px 8px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 3px 0px 50px 8px rgba(0,0,0,0.9);
  box-shadow: inset 3px 0px 50px 8px rgba(0,0,0,0.9);

}

.entryIconTitle {
  margin-top: 5px;
  padding: .5em .25em;
  background-color: rgba(0, 0, 0, 0.5);
  /* border: 1px solid #444; */
  border-right-width: 1px;
  border-left-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  font-size: 1.3em;
 font-size: 1.5em;

}

.textShad {
  text-shadow: -2px 1px 5px rgba(0, 0, 0, 1);
}

@media only screen and (max-width : 1900px) {
.gridIconBox {

width:250px;
height: 250px;

}

.entryIconTitle p {
  font-size: 0.8em;
}
   }

.worksCloser {
  margin-left: auto;
  margin-right: auto;
  
}
/* end red grid  */



  /* MENU */
  
  .menu-wrap {
  position: fixed;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  width: 300px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
  transform: translate3d(360px,0,0);
  border-left: 1px solid #444;
  }
  .menu-wrap.active {
  transform: translate3d(0px,0,0);
  }
  
  .menu-wrap .menu .icon-list a {
  position: relative;
  font-family: rustica, sans-serif;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #eee;
  font-size: 20px;
  transition: all 0.3s ease;
  }
  .menu-wrap .menu .icon-list a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  top: 80%;
  transition: all 0.3s ease;
  }
  .menu-wrap .menu .icon-list a:hover {
  color: #CDDC39;
  }
  .menu-wrap .menu .icon-list a:hover::before {
  width: 50%;
  background-color: #CDDC39;
  }
  
 .homeArtBox {
   position: fixed;
   width:100vw;
   height: 100vh;
   top:0;
   left:0;
   z-index: -2;
   }
   
   .homeArtBox2 {
	  position: fixed;
	  width:100vw;
	  height: 100vh;
	  top:0;
	  left:0;
	  z-index: -1;
	  }
   .homeArtHolder {
   position: fixed;
   width:100vw;
   height: 100vh;
   top:0;
   left:0;
   background-color: #000;
   }




.art {
	position: fixed;
width:100%;
height: 100%;
top:0;
left:0;
	z-index: -1;
background-color: #000;
	display:none;
}

.art.contain {

width: 96%;
height: 96%;
top:2%;
left:2%;

}

.art img {

height: 100%; width: 100%; object-fit: cover;	object-position: right;
margin-left: auto;
margin-right: auto;
}


	

	@media(min-width:1200px){
		.navTextLabel {
			 font-size:1.5em;
		}
	}


											/* PANELS   */

				.panelsBox {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height: 100vh;
				display: block;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				}
				
				.panel {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height: 100vh;
				background-color:transparent;
				
				opacity:0;
				
				cursor: pointer;
				}
				
				.grnd {
				position: fixed;
				width: 100%;
				height: 100%;
				top:0;
				left:0;
				z-index: -1;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				
				}
				
				.textPanel {
		
				min-height: 100vh;
				background-color: rgba(177, 177, 177, 0.96);
				position: absolute;
				top:0;
				
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				display: flex; 
				align-items:center;
				
				background-position: center center;
				background-repeat: no-repeat;
				background-size: contain;
				width: fit-content; 
				}
				
				.textPanel img {
				width: 100%;
				max-width:780px;
				height: auto;
				max-height:100vh;
				margin: 0 20px;
				}
				
				
				.textPanelK {
					background-color: rgba(0, 0, 0, 0.7);
					filter: brightness(80%);
				}
				.textPanelTrans {
					background-color: rgba(255, 255, 255, 0);
				}
				
				.textPanelW {
					background-color: rgba(237, 236, 236, 0.9);
				}
				.textLeft {
				left:0;
				
				border-right: 2px solid #ccc;
				}
				.textRight {
				left:50vw;
				
				}
				
			
				.textPosCenter {
				left:0;
				right:0;
				margin-left: auto;
				  margin-right: auto;
				  text-align: center;
				}
				
				.forcePosCenter {
				left:0 !important;
				right:0 !important;
				margin-left: auto;
				  margin-right: auto;
				  text-align: center;
				}
				
				
				.textPosRight {
					right: 15vw;
					text-align: center;
				}
				.textPosLeft {
					left: 15vw;
					text-align: center;
				}
				
				.textBox {
				position: absolute;
				top:0;
				
				width:95%;
				
					max-width: 820px;
				
				height: 100%;
				
					background-position: center center; 
					  background-repeat: no-repeat; 
					  background-size: contain; 
				}
				
/* 				
				.textBoxLeft {
				right:12%;
				
				}
				.textBoxRight {
				left: 12%;
				
				}
				.textBoxCenter {
				left:0;
				right:0;
				margin-left: auto;
				margin-right: auto;
				
				}
				
				@media(max-width:1900px) and (orientation: landscape){
				.textBoxLeft {
				right:7%;
				
				}
				.textBoxRight {
				left: 7%;
				
				}
				
			.textPanel {
			
				max-width:810px;
				
				} 
			
				}
			 */

			
			
	@media (orientation: landscape) and (max-width:1100px){
		.textPanel {
		
		max-width:50vw;
		
		}
	}
				
				.navBan {
				position: fixed;
				width: 100%;
				height: 5vh;
				
				left:0;
				
				background-color: transparent;
				cursor: pointer;
				display: none;
				
				}
				.banTop {
				z-index: 90;
				top:0;
				
				}
				.banBot {
				z-index: 200;
				bottom:0;
				}
				.navButBook {
				width:3vh;
				height:3vh;
				position: absolute;
				
				left:0;
				/* right:0;
				margin-left: auto;
				  margin-right: auto; */
				  border: 3px solid  rgba(142, 142, 142, 0.5);
				box-shadow: 0 0 4px rgba(0,0,0,0.6);
				  display: inline-block;
				}
				.navButBookTop {
				top:0;
				border-top-width: 0; 
				border-left-width: 0; 
				}
				.navButBookBot {
				bottom:0;
				border-bottom-width: 0; 
				}
				.butHilite {
				border-color: rgba(229, 39, 39, 1) !important;
				}
				
				.butViewed {
					opacity: 1 !important;
				}
				
	.panNumBox {
		width:100%;
		margin: 0 10px 30px 10px;
	}
				
				.panNum {
				margin: 10px 15px;
				width: 30px;
				height:30px;
				font-size: 20px;
				line-height: 30px;
				display: inline-block;
				opacity: 0.5;
				cursor: pointer;
				border: 1px solid rgba(118, 118, 118, 1);
				}
				
				.panNum:hover {
				border-color: rgba(0, 154, 199, 1);
				opacity: 1;
				}
				.hilite {
				color:  rgba(195, 34, 34, 1);
				border-color: rgba(195, 34, 34, 1);
				}
				
				.panNumPic {
				color: rgba(142, 167, 255, 1);
				border-color: rgba(142, 167, 255, 1);
				}
				
				.noClick {
				position: fixed;
				width: 100%;
				height: 100%;
				top:0;
				left:0;
				z-index: 100;
				background-color: transparent;
				
				}
				.titleHolder {
				height:auto;
				min-height: 100vh;
				background-color: #111 ;
				position: absolute;
				z-index: 15;
				width:100%;
				left: 0;
				text-align: center;
				}
				
				.titlePic {
				
				width: 80%;
				max-width: 1100px !important;
				
				height: auto;
				margin-left: auto;
				margin-right: auto;
				margin-top:30vh;
				
				}
				
				.fullWidth {
					width: 100%;
				}
				
				@media (orientation: portrait) {
				 #landscapeBlurb {
					display: block
				  }
				}

.spacedBut {
					margin-right: 12vw;
					margin-left: 12vw;
				}
				
.butGhost {
	cursor: pointer;
	border: 1px solid #42050d;
	border-left: 0px;
	border-right: 0px; 
	width:50%;
	margin-left: auto;
	  margin-right: auto;
}			

.butGhost h3 {
	font-weight: 300;
}	