/* Document-Wide */

@font-face {
     font-family: ps2;
     src: url("/assets/fonts/Px437_IBM_PS2thin4.ttf")
}

@font-face {
     font-family: sans;
     src: url("/assets/fonts/Roboto-Regular.ttf")
}

body {
     padding-left: 1%;
     padding-right: 1%;
     background: #000000;
     font-family: sans;
     font-size: clamp(16px, 2vw, 28px);
     margin-left: 10px;
     margin-right: 10px;
}

/* INDEX */

#title {
	 text-align: center;
	 padding-top: 1px;
	 padding-bottom: 5px;
	 width: 95%;
         margin-left: auto;
         margin-right: auto;
	 border-radius: 20px;
	 margin-bottom: 6px;

}

#title h1 {
	margin-top: 0px;
}

#title h2 {
        margin-top: 5px;
}

#title img {
	margin-top: 2px;
	margin-bottom: 2px;
}

#sitename {
     color: #ff8236;
	 text-shadow: 0 0 2px #ff2f00;
	 text-shadow: 0 0 4px #ff2f00;
	 text-shadow: 0 0 8px #ff2f00;
         text-shadow: 0 0 16px #ff2f00;
	 font-size: 2em;
	 font-family: ps2;
	 margin-bottom: 0px;
}

#sitedesc {
     color: #ffff00;
     text-shadow: 0 0 2px #FF5733;
	 text-shadow: 0 0 4px #FF5733;
	 text-shadow: 0 0 8px #FF5733;
	 text-shadow: 0 0 16px #FF5733;
	 font-size: 1.1em;
	 font-family: ps2;
}

#lastupdated-main {
     color: #ffffff;
     text-shadow: 0 0 10px #f2f2f2;
	 font-size: .8em
}

#content-index {
     text-align: center;
     max-width: 800px;
     margin-left: auto;
     margin-right: auto;
}

.linksection a {
	 background: #000000;
     border: 0px;
	 margin: 10px;
	 width: 100px;
	 margin-bottom: 15px;
	 display: inline-block;
	 text-decoration: none;
	 vertical-align: top;
}

.icondescription {
     display: block;
     color: #ffbf00;
     font-size: clamp(14px, 1vw, 19px);
}

#indexfooter {
     margin-top: 3px;
     text-align: center;
     padding-top: 1px;
     width: 95%;
     margin-left: auto;
     margin-right: auto;
     border-radius: 20px;
     padding-left: 10px;
     padding-right: 10px;
     color: #ffffff;
     font-size: clamp(14px,1vw,16px);
}

.reqinfo {
     color: #ff8236;
}

.serverinfo {
     color: #ffff00;
}

.privacypolicy a:visited,a:hover,a:link,a:active {
     color: #ffffff;
     font-size: 75%;

}
