* {
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 3px rgba(128, 128, 128, 1);
}

#main {
	background-image: url("./images/imetal005.png");
	background-repeat: repeat;
}

#content {
	position: relative;
	background-color: #080808;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1000px) {
  #content {
    width: 100%;
  }
}

#logoLink {
  display: block;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 50px;
  background-image: url(./images/logoLink.png);
  background-position: top;
}

#logoLink:hover {
	background-position:bottom;
}

#fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow:
		inset 0 0 50px 10px #080808,
		0 0 50px 10px #080808;
	pointer-events: none;
}

#header_lunchbox {
	font-size: 50px;
}

.container {
	position: relative;
}

.main_image {
	width: 100%;
}

.container .blur_top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.container .blur_bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.gun_container {
	position: relative;
	display: flex;
}

.gun_container_left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gun_container_right {
	width: 50%;
	padding: 5% 10% 5% 0;
}

@media (max-width: 1000px) {
  .gun_container {
    flex-direction: column;
    align-items: center;
  }
  .gun_container_left {
  	width: 100%;
  }
  .gun_container_right {
  	width: 80%;
  	padding: 0px 0 50px 0;
  }
}

.gun_header {
	width: 90%;
	padding: 25px 0 25px 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "tf2build";
	font-size: 100px;
	text-align: center;
}

.header_text_container {
	width: 80%;
	max-width: 800px;
	padding: 25px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	font-family: "tf2build";
	font-size: 100px;
	text-align: center;
}

.text_container {
	width: 80%;
	max-width: 800px;
	padding: 25px 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.stats_container {
	width: fit-content;
	padding: 0 0 50px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#copyright_container {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1000px) {
  #copyright_container {
    flex-direction: column;
  }
}

#copyright_notice {
	padding: 10px;
}

#valve_logo {
	padding: 10px;
}

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