/* xsp.css

Author: David Parrish
Date:	4/13/2026
metallicstream.pro
*/


/* font-face */

@font-face {
font-family: '28 Days Later';
 src: url('28 Days Later.eot'); /* IE9 Compat Modes */
 src: url('28 Days Later.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
 src: url('28 Days Later.woff') format('woff'); /* Modern Browsers */
 src: url(28 Days Later.ttf) format('truetype'); /* Safari, Android, iOS */
 src: url('28 Days Later.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'KLINGON_';
     src: url('KLINGON_.eot')/* IE9 Compat Modes */
     src: url('KLINGON_.eot?#iefix') format('embedded-opentype'),/* IE6-IE8*/ 
       url('KLINGON_.woff') format('woff'), /* Modern Browsers */
       url('KLINGON_.TTF')  format('truetype'), /*Safari, Android, iOS*/ 
       url('KLINGON_.svg#svgFontName') format('svg');/* Legacy iOS */
}

/* Body Styles */

body {
	font-family: '28 Days Later';
	background: -o-linear-gradient(left,rgba(0, 0, 0, 0.6),green,rgba(138,43,226, 0.9));
	background: -moz-linear-gradient(left,rgba(0, 0, 0, 0.6),green,rgba(138,43,226, 0.9));
	background: -ms-linear-gradient(left,rgba(0, 0, 0, 0.6),green,rgba(138,43,226, 0.9));
	background: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.6),green,rgba(138,43,226, 0.9));
	background: linear-gradient(left,rgba(0, 0, 0, 0.6),green,rgba(138,43,226, 0.9));
	color: rgba(255,255,255, 0.0);
	text-align: center;
	}

.divy {
	background-color:black;
	text-align: center;
	font-family: '28 Days Later';
	display: block;
	color: white;
	margin: 50px auto 50px auto;
	padding: 10px;
	border-radius: 30px;
	position: relative;
	width: 95%;
}

h1 {
	text-align: center;
	font-family: '28 Days Later';
	color: white;
}

h2 {
text-align: center;
	font-family: '28 Days Later';
	color: white;
}

h3 {
	text-align: center;
	font-family: '28 Days Later';
	color: white;
}

p {
   	text-align: center;
	color: white;
	font-family: '28 Days Later';
}

a {
	text-align: center;
	font-family: '28 Days Later';
	color: white;
	text-decoration: none;
}

a:visited {
	color: #FFFF00;
}

a:active {
	color: #C0C0C0;
}

a:hover {
	color: #00FF00;
	background-color: rgba(25, 125, 255, 0.5);
	text-shadow: black 1px 1px,
		rgba(90, 127, 0, 0.7) 5px 5px 10px;
	padding: 5px;
	border-radius: 25px / 30px;
	border: solid blue 2px;
}

/*fieldset rules*/

fieldset{

}
	
legend {
	font-family: '28 Days Later';
	color: white;
}

/* Nav Styles */

ol {
  list-style-type: none;
} 

ul {
  list-style-type: none;
}

li {
	font-family: '28 Days Later';
	display: inline-block;
	background-color: rgb(122, 255, 90);
	padding: 10px;
	border-radius: 25px / 30px;
	text-shadow: black 1px 1px,
				 rgba(90, 127, 0, 0.7) 5px 5px 10px;
	text-align:center;
	margin-left: 8px;
	width: 180px;
	/*
	background-color: rgb(122, 255, 90);
	padding: 10px;
	border-radius: 25px / 30px;
	text-shadow: black 1px 1px,
				 rgba(90, 127, 0, 0.7) 5px 5px 10px;*/
	}

footer {
	width:25%;
	text-align: center;
	font-family: '28 Days Later';
	display: block;
	color: white;
	margin: 50px auto 50px auto;
	padding: 10px;
	border-radius: 30px;
	position: relative;
	}