@keyframes fadeinout { 
	50% {color:transparent; text-shadow: 1px 1px 2px transparent}
}
#hello{
	position: fixed;
	top: 130px;
	left: 22.5%;
	width: 55%;
	background: rgb(0,0,0,0.5);
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px black;
	z-index: 2;
}
#hello h1{
	font-size: 25px;
	color:darkorange;	
}
#content{
	margin-top: 200px;
	height: calc(100vh - 270px);
	overflow-y: scroll;
}
#bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	top:0;
	left:0;
	z-index: -1;
	background-color: black;
	background-image: url("https://storage.googleapis.com/pr-isms_site/site/bkgrd/bg_prism1.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
.robot{
	color:transparent;
	font-size: 3px;
}
#ix_promo{
	position:fixed;
	top:70px;
	left:0;
	width:300px;
	height: auto;
	padding:7px;
	border-right:3px solid white;
	border-bottom:3px solid white;
	background: cornflowerblue;
	border-bottom-right-radius: 15px;
	box-shadow:2px 2px 4px black;
	font-family: txt;
	color:white;
	text-shadow: 1px 1px 2px black;
}
#ix_promo div{
	width: max-content;
	margin:17px auto;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
	color:white;
	text-shadow: -2px 2px 4px black;
}
#ix_promo > b:first-child{
	font-size: 25px;
	opacity:1;
	color:#004a95;
	animation: fadeinout 2s ease-in-out 1s 10 reverse;
	text-shadow:1px 1px 2px white;
}
#dynamic{
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	font-family: txt;
	color:azure;
	text-shadow: 1px 1px black;
	background: rgb(0,0,0,0.8);
}
#learn{
	width: 120px;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
	color: aquamarine;
}
#learn.hide::before{
	content: "learn more...";
}
#learn.show::before{
	content: "hide^";
}
#learn.show{
	color: white;
	text-decoration: underline;
}
#dynamic h2{
	display: block;
	width: 98%;
	background: var(--purp);
	color:white;
	height:27px;
	padding:10px 0 0 2%;
	margin-bottom: -8px;
	font-weight: bolder;
	text-shadow: 1px 1px 3px black;
	border-radius: 9px;
}
#dynamic p{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
#reel_cont{
	position: fixed;
	top:85px;
	right:12px;
	width: 400px;
	height: 700px;
	background: #292929;
	border-radius: 8px;
	box-shadow: -3px -3px 4px black;
	overflow:hidden;
}
#reel_cont h2{
	width:100%;
	height: 25px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
}
#reel{
	margin: -12px auto 0 auto;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}
#reel li, #prism_wrap{
	display: block;
	height: 120px;
	width: 378px;
	margin : 12px 0 12px 8px;
}
#reel li.reel{
	animation-name: scroller;
	animation-duration: 3s;
	animation-delay: 4s; 
}
@keyframes scroller{
	0%{transform: translateY(0)}
	100%{transform: translateY(-132px)}
} 
#reel_cont a{
	display: block;
	height: auto;
	text-decoration: none;
	color: inherit;
}
#reel_cont img{
	display: block;
	float:left;
	margin-top: -7px;
	height:115px;
	width:115px;
	background: white;
	border-radius: 5px;
	border: 1px solid white;
	box-shadow: 1px 1px 2px black;
	z-index: 1;
}
#reel_cont .wrap{
	width: 250px;
	height: 95px;
	margin: 0 0 0 100px;
	padding-left: 20px;
	background: rgb(0,0,0,0.8);
	border-radius: 10px;
	border: 1px solid white;
	box-shadow: 2px 2px 3px black;
	z-index: 0;
}
#reel_cont .wrap div{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: var(--lucy);
	text-transform: capitalize;
}
#reel_cont .biz{
	padding-left: 1%;
	background:var(--cadv);
	width: 99%;
	color: papayawhip;
	font-weight: bold;
	text-transform: none;
	font-family:date !important;
	font-size: 18px;
	text-shadow:1px 1px 3px black;
	border-top-right-radius: 8px;
}
#reel_cont .cit{
	margin: 7px 0;
	font-variant: small-caps;
	font-size: 18px;
	font-variant: small-caps;
	color:transparent;
	background: var(--orangev);
	background-clip:text;
	text-shadow:1px 1px 2px black;
}
#reel_cont .cat{
	font-style: italic;
	margin-top: 7px;
	color: white;
	font-size: 15px;
	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: 30px auto;
	padding: 10px 15px;
	border-radius: 20px;
	border:3px solid white;
	box-shadow: 2px 2px 3px black;
	font-size: 27px;
	color: white;
	font-weight: bolder;
	text-shadow: 1px 1px 2px black;
	background: var(--orange);
}
#home_join{
	color:aquamarine;
	font-size: 22px;
	text-align: center;
}
#dynamic a{
	color: mediumpurple;
	font-weight: bolder;
	padding: 0 8px;
}
#post_wrap{
	width: 50%;
	margin: 0 auto;
}
#post_wrap span{
	margin-right: 20px;
}
#post_wrap h2{
	height: 25px;
	padding-top: 10px;
}
#post_wrap a{
	color:white;
}