@keyframes fadeinout { 
50% {color:cadetblue; text-shadow: none;}
}
#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);
}
#content{
  margin-top: 90px;
}
#reel{
  width: 300px;
  height: 75px;
  margin: 0 auto 10px auto;
  padding:0;
  list-style-type: none;
  background: url("https://storage.googleapis.com/pr-isms_site/site/logo_wide.png");
  background-size: contain;
  background-position: center;
  box-shadow: -3px -3px 4px black;
  overflow: hidden;
  font-size: 12px;
}
#dynamic{
  width: 100%;
  padding-bottom: 80px;
}
#dynamic > div:first-child{
  color:white;
  background:black;
  font-family: txt;
  font-size:14px
}
#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;
}
#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;
}
#def{
  width: 100%;
  padding: 0 0 10px 2%;
  font-size:28px;
  font-style: italic;
  font-family: date;
  background: black;
  color: white;
}
#def b{
  color:transparent;
  background: var(--raintxt);
  background-clip: text;
}
#def span{
  font-size: 22px;
}
.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;
}
#dynamic a{
  color:mediumaquamarine;
  font-weight: bold;
  padding: 0 3px;
}
#dynamic a.more{
  margin-left: 30px;
  color:mediumpurple;
}