.about h1{
	width: 98%;
	padding-left: 2%;
	border-radius: 9px;
	background: var(--purp);
	color:white;
	text-shadow: 1px 1px 2px black;
	margin-bottom: -15px;
}
h2{
	color:chocolate;
}
.about a{
	display: block;
	width: max-content;
	margin: 0 auto;
	color: mediumpurple;
	font-weight: bold;
}
#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;
}
#content{
	background: rgb(0,0,0,0.6);
}
#ab_men{
	position:fixed;
	top: 150px;
	left:0;
	list-style-type: none;
	padding:0;
	font-size: 30px;
	font-family: date;
	color: darkcyan;
	font-variant: small-caps;
	text-transform: capitalize;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#ab_men li{
	display:block;
	padding: 8px 20px 8px 8px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	cursor:default;
}
#ab_men li:hover{
	opacity: 0.6
}
#dynamic{
	width: 50%;
	margin: 130px auto;
	text-shadow: 1px 1px black;
	color:white;
}
#dynamic p{
	width: 96%;
	margin-left: 2%; 
}
#srch_now{
	color: darkorange;
	text-decoration: underline;
	cursor: pointer;
}
#home_join{
	color:cadetblue;
}
#faq_ul{
	list-style-type:none;
	font-size: 30px;
}
#faq ul{
	margin: 20px 0;
}
#faq_ul li{
	display: none;
	margin-top: 5px;
}
#faq_ul li.top{
	display:list-item;
	border-bottom: 1px solid #e8e8e8;
}
#faq_ul li.top span{
	display: block;
	width: 100%;
	color: whitesmoke;
	font-size: 35px;
	font-variant: small-caps;
	font-weight: bolder;
	cursor: pointer;
	text-shadow: 1px 1px black;
}
#faq_ul li.top span:hover{
	opacity: 0.6;
}
.quest{
	display: list-item;
	color:aquamarine;
	cursor: pointer;
	font-family: Arial;
	font-size: 21px;
}
.quest:hover{opacity: 0.6}
.ans{
	display:none;
	margin: 15px 0 0 20px;
	color:white;
	font-family: var(--lucy);
	font-size: 20px;
	padding-bottom: 20px;
}
#faq a{
	display: inline-block;
}
.fonti{
	color: greenyellow
}
.fonti li{
	margin-top: 12px;
	color: ghostwhite
}
.fonti li::marker{
	color:greenyellow;
}