body{
  width: 100%;
  max-height: 100vh;
  background-color:black;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/bkgrd/bg_prism1.jpg");
  background-size: 80% 150%;
  background-repeat: no-repeat;
  background-position:center;
}
#forum_tit{
  position: fixed;
  top: 70px;
  left:0;
  width: 100%;
  padding-top: 40px;
  font-family: date;
  font-weight: bolder;
  font-variant: small-caps;
  z-index: 12;
	text-align: center;
	text-shadow: 2px 2px black;
}
#forum_tit div{
  width: max-content;
  margin:0 auto;
  font-size: 38px;
  color:mediumaquamarine;
}
#forum_tit span{
  display: inline-block;
  font-size: 24px;
  margin: 0 15px;
  cursor: default;
  color: white;
}
#forum_tit span.sel{
  text-decoration: underline;
  color:chocolate;
  text-shadow: 1px 1px black;
  font-weight: bold;
}
#forum_tit span:not(.sel):hover{
  opacity: 0.5;
}
#content{
  margin-top: 190px;
  width:100%;
  height: calc(100vh - 220px);
  overflow-y: auto;
  z-index: 1;
}
#filter{
  position: fixed;
  top: 200px;
  left:0;
  width:auto;
  line-height: 30px;
  font-family: txt;
	color:white;
  z-index: 2;
}
#filter legend{
	font-family: txt;
	font-style:normal;
	margin: 0 auto;
}
#filter fieldset{
	color:white;
	border: 1px solid white;
	border-radius: 11px;
}
#filter fieldset fieldset{
	border-color: #454545 ;
}
#filter fieldset fieldset legend{
	font-weight: normal;
	font-size: 17px;
	color:cadetblue;
}
#filter fieldset:disabled{
  opacity: 0.5;
}
#filter .filter{
	width: 300px;
	border-bottom: 1px solid #454545;
	vertical-align: middle;
}
#dynamic{
  height: auto;
  z-index: 1;
}
#dynamic label{
  display: inline-block;
  font-size: 14px;
  width: 110px;
  padding-left: 10px;
  text-align: left;
  text-transform: capitalize;
}
#dynamic select, #filter input{
  width: 150px;
  font-size: 16px;
  margin-bottom: 10px;
  background: white;
}
#dynamic input[type='radio']{
	display: inline-block;
  width:20px;
  height: 20px;
	margin: 0 0 0 40px;
	vertical-align: middle;
}
#dynamic select{
  text-transform: capitalize;
}
#list_wrap{
  width: 100%;
  margin: 25px auto 0 auto;
	padding-bottom: 40px;
  font-family: txt;
}
.more_post{
	width: 100%;
	height: 30px;
	font-size: 22px;
	text-align: center;
	color:white;
	font-family: txt;
	background: cornflowerblue;
	border-radius: 10px;
	font-variant: small-caps;
}
#posts{
	width:40%;
	height:auto;
	margin:0 auto;
}
#footer{
  position: fixed;
  bottom:0;
  left:0;
}