@font-face {
	font-family: 'apcfont';
	src: url('/res/apc3.woff');
}

@font-face {
	font-family: 'nesfont';
	src: url('/res/nes.woff');
}

html, body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	box-sizing: border-box;
	background-color: black;
	margin: 0;
	color: white;
	background-color: black;
	background-image: url('/res/stars.gif');
}

* {
	font-smooth: never;
	font-family: apcfont;
}

b, h1, h2, h3, h4 {
	font-family: nesfont;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 230px;
	overflow: hidden;
	min-height: calc(100% - 230px);
	position: relative;
	box-shadow: 0 0 40px 20px black;
}

.content p, .content span, .content .box {
	background-color: black;
}

.bottom-line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: gray;
	text-align: center;
}

.site-header {
	position: absolute;
	width: 800px;
	top: 0;
	left: calc(50% - 400px);
}

.rifle {
	position: absolute;
	top: 100px;
	left: calc(50% - 100px);
}

.lgbt-flag {
	position: absolute;
	top: 54px;
	left: calc(50% - 235px);
}

.left {
	text-align: left;
	display: inline-block;
}

.right {
	text-align: right;
	display: inline-block;
	float: right;
}

.middle {
	height: 100px;
	vertical-align: top;
	padding-top: 50px;
	padding-left: 120px;
	display: inline-block;
}

.navbar {
	text-align: left;
	background: rgb(198,128,128);
	background: linear-gradient(0deg, rgba(15,4,4,1) 0%, rgba(106,76,76,1) 100%);
	padding: 8px;
	font-weight: 600;
	font-size: 13px;
	border: 1px solid #422;
	user-select: none;
}

.head-button {
	border: none;
	outline: none;
	color: white;
	text-shadow: 2px 2px black;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	text-decoration: none;
}
.head-button:hover {
	color: yellow;
}

.box-head {
	color white;
	background-color: #AA0000;
	width: calc(100% - 10px);
	padding: 5px;
	text-align: center;
}

.box-content {
	color: white;
	padding: 5px;
	border: 2px solid #AA0000;
}

.box {
	color: white;
	padding: 0;
	border: 1px solid red;
	box-sizing: border-box;
}

.right-box {
	width: 204px;
	float: right;
}

a {
	color: red;
}

input {
	outline: none;
}

input[name="search"] {
	width: 300px;
}

