@keyframes fadeinout { 
50% {color:cadetblue; text-shadow: none;}
}
body{
	width: 100%;
	height: 100vh;
	background-color: black;
	background-image: url("https://storage.googleapis.com/pr-isms_site/site/bkgrd/bg_prism1.jpg");
	background-size: 120%;
	background-position: center 75px;
	background-repeat: no-repeat;	
}
#paragraphs h2{
  display:block;
  width:max-content;
  padding: 5px;
  background: var(--purplerain);
  color: transparent;
  font-size: 28px;
  margin-bottom: 3px;
  background-clip: text;
}
.lb{
  width: 100%;
  height:3px;
  border-radius: 6px;
  background: var(--purplerain);
}

#ixTitle{
	position: fixed;
	top: 40px;
	left:0;
	width: 100%;
	padding-top: 50px;
	background-color: white;
	font-family: txt;
	height: 110px;
	z-index: 10;
}
#def{
  width: 100%;
  padding: 0 0 7px 2%;
  font-size:28px;
  font-style: italic;
  font-family: date;
  color: black;
}
#def b{
  color:transparent;
  background: var(--raintxt);
  background-clip: text;
	padding-right: 3px;
}
#def span{
	display: block;
  font-size: 22px;
	margin-top: -7px;
}
#ix_promo{
  width:96%;
  height: auto;
  padding: 5px 2%;
  background: var(--cad);
  font-family:txt;
  color:white;
  text-shadow: 2px 2px #6c6c6c;
  box-shadow: 1px 1px 2px black;
}
#ix_promo div{
  width: max-content;
  margin:0 auto;
  font-weight: bold;
  font-variant: small-caps;
}
#ix_promo summary{
  opacity:1;
  color:papayawhip;
  animation: fadeinout 2s ease-in-out 1s 10 reverse;
}

#prisms_core{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0,0,0,0.9);
	border-radius: 12px;
	border: 2px solid white;
	font-family: txt;
	z-index: 10000;
}
#prisms_core h1{
	display: block;
	width: max-content;
	margin: 0 auto 0 auto;
}
#prisms_core >div:first-child{
	position: sticky;
	top:0;
	height:auto;
}
#prisms_core >div:first-child>div{
	color: white;
	text-align: right;
	margin: 10px 20px 0 0;
	font-size: 20px;
}
#prisms_core > div:nth-child(2){
	width: 100%;
	height: calc(100vh - 200px);
	overflow-y: auto;
}
#prisms_core p{
	color: white;
	text-align: center;
	font-size: 16px;
}
#myValList{
	width:100%;
	height: 80vh;
	margin: 30px auto 0 auto;
}
#content{
  margin-top: 175px;
	padding-bottom: 70px;
	height: calc(100vh - 120px);
	overflow-y: scroll;
	background: rgb(0,0,0,0.7);
}
#reel{
  width: 300px;
  height: 75px;
  margin: 0 auto 40px auto;
  padding:0;
  list-style-type: none;
  box-shadow: -3px -3px 4px black;
  overflow: hidden;
  font-size: 12px;
}
#dynamic{
  width: 100%;
  padding-bottom: 80px;
}
#hello{
	margin-top: 30px;
	width: 100%;
	height: auto;
	font-weight: bold;
	text-shadow: 1px 1px black;
	z-index: 2;
}
#h1{
	font-size: 30px;
	font-weight: bold;
	color:white;
}
#hello p{
	margin: 0 0 3px 20px;
	color: whitesmoke;
}
#hello h1:last-of-type{
	font-family: txt;
	margin: -5px 0 0 20px;
	font-size: 17px;
	font-weight: bold;
	color:greenyellow;	
}
#hello h1:last-of-type span{
	display: block;
	text-align: center;
}
#reel li{
  display: block;
  height: 70px;
  width: 98%;
  margin : 5px 1%;
}
li.reel{
  animation-name: scroller;
  animation-duration: 3s;
  animation-delay: 2s; 
}
@keyframes scroller{
  0%{transform: translateY(0)}
  100%{transform: translateY(-75px)}
} 
#reel li a{
  display: block;
  height: auto;
  text-decoration: none;
  color: inherit;
}
#reel li img{
  display: block;
  float:left;
  width:65px;
  height:60px;
  background: white;
  border-radius: 5px;
  border: 1px inset white;
  z-index: 1;
}
#reel li .wrap{
  width: 205px;
  height: 60px;
  margin-left:70px;
  padding-left: 10px;
  background: rgb(0,0,0,0.7);
  border-radius: 10px;
  border: 2px inset white;
  box-shadow: 2px 2px 3px black;
  z-index: 0;
}
#reel li .wrap div{
  max-width: 97%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: txt;
  text-transform: capitalize;
}
#reel li .biz{
  max-width: 95%;
  color: white;
  text-shadow: 1px 1px black;
  font-weight: bolder;
  text-transform: none;
  font-family:entity !important;
  letter-spacing:1.3px;
  font-size: 22px;
}
#reel li .cit{
  margin: 7px 0;
  font-variant: small-caps;
  color: aquamarine;  
  font-variant: small-caps;
  text-shadow: 1px 1px black;
}
#reel li .cat{
  font-style: italic;
  color: lightgray;
  text-shadow: 2px 2px 1px black;
  font-variant: small-caps;
}
.break{
  margin: 10px 0 25px 0;
  width:97%;
  border-bottom:3px ridge black;
}
#srch_now{
  display: block;
  width: max-content;
  margin: 20px auto;
  padding: 8px 20px;
  border-radius: 20px;
  border:3px solid white;
  box-shadow: 2px 2px 3px black;
  font-size: 24px;
  color: white;
  font-weight: bolder;
  text-shadow: 1px 1px 2px black;
  background: var(--orange);
}
#home_join{
  width: 93%;
  margin:0 auto;
  color:cadetblue;
  font-size: 19px;
  font-family: txt;
}
#paragraphs{
  width: 92%;
  margin:0 auto;
	color: whitesmoke;
}
#paragraphs p{
	color: whitesmoke;
}
#paragraphs a{
  color:mediumaquamarine;
  font-weight: bold;
  padding: 0 3px;
}
#dynamic a.more{
  margin-left: 30px;
  color:mediumpurple;
}
#values{
	width: 90%;
	padding:20px 10px;
	margin: 0 auto;
	border-radius: 12px;
	border: 1px solid white;
	border-left: none;
	height: auto;
	color:white;
	font-family: txt;
	overflow-x: hidden;
}
#values ul{
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 15px 0 10px 10px;
	width: 100%;
	color: white;
}
#values li{
	display: block;
	margin-bottom: 1px solid white;
	width: 100%;
	font-size: 17px;
	padding: 4px 0;
	text-transform: capitalize;
	font-variant: small-caps;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#values > div{
	font-size: 14px;
	margin: 5px 0 7px 10px;
	text-decoration: underline;
	cursor: default;
	color: plum;
}
#values > div:hover{
		opacity: 0.8;
	}
#footer{
	position: fixed;
	bottom:0;
	left:0;
	padding-bottom: 5px;
}