@font-face {
	font-family: "Qest";
	src: url("fonts/AvQest.ttf") format("truetype");
  }
  .smallqest {
	font-family: "Qest", Verdana, Tahoma;
	font-size: 14px;
  }
  
  .qest {
	font-family: "Qest", Verdana, Tahoma;
	font-size: 20px;
  }
  
  .headqest {
	font-family: "Qest", Verdana, Tahoma;
	font-size: 30px;
	text-shadow: 0px 6px 0px black;
  }
  
  textarea, input, option, select {
	background-color: #2c2c2c;
	border: none;
	color: rgb(185, 185, 185);
	font-family: "FiraCode";
	font-size: 12px;
	font-weight: 200;
  }

  .bannerpatch {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 1px;
	height: auto;
  }

  .patchtables {
	border-spacing: 50px;
	border-collapse: separate;
	margin:auto;
	width: 1100px;
	max-width: calc(100% - 48px);
  }

  .patchtables td {
	border-bottom: 1px solid rgb(177, 177, 177);
	border-image: linear-gradient(to right, #ffaa00, 10%, rgba(255, 145, 0, 0)) 1;
  }

  .patchtr {
	margin-bottom: 42px;
  }
  
  .logintable td {
	font-family: "Qest", Verdana, Tahoma;
	font-size: 18px;
  }
  
  body {
	font: 100% "Qest", Verdana, Tahoma;
	font-size: 18px;
	color: #BBB;
	padding: 0px;
	margin: 0px;
	background-color: rgba(32, 14, 14, 0.84);
	background: url("images/bgs/background0.png") top center no-repeat;
	background-size: cover;
	background-color: rgb(17, 27, 17);
	background-attachment: fixed;
  }
  
  .mainpage {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 36px;
	border-radius: 12px;
	box-shadow: 0px 10px 15px rgb(0, 0, 0);
	box-sizing: border-box;
	font: 100% Helvetica, sans-serif;
	color: #BBB;
	background-color: rgba(32, 14, 14, 0.84);
	line-height: 1.5;
  }
  
  .navbar {
	width: 100%;
	font-family: rgba(80, 80, 80, 0.6666666667);
	font-size: 18px;
	font-weight: 600;
	bottom: 0;
	top: 0;
	height: 59px;
	-webkit-font-smoothing: none;
	text-align: center;
	background: url("images/bgs/background_navbar_top.png");
	position: sticky;
	border-bottom: 1px solid rgb(177, 177, 177);
	border-image: linear-gradient(to right, #ffaa00, 10%, rgba(255, 145, 0, 0)) 1;
  }
  .navbar ul {
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
  }
  .navbar li {
	display: inline;
	float: left;
  }
  .navbar .loginli {
	display: inline;
	float: right;
  }
  
  a {
	text-decoration: none;
	font-family: "Qest", Verdana, Tahoma;
  }
  
  a:link {
	color: #D5B966;
	font-family: "Qest", Verdana, Tahoma;
  }
  
  a:visited {
	color: #D5B966;
	font-family: "Qest", Verdana, Tahoma;
  }
  
  a:hover {
	color: #F5C996;
	font-family: "Qest", Verdana, Tahoma;
  }
  
  .topnavbtn {
	background: url("images/buttons/button_navbar_top.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
	font-family: "Qest", Verdana, Tahoma;
	font-size: 22px;
	font-weight: 500;
	font-stretch: extra-expanded;
	color: #FFFFFF;
	cursor: pointer;
	height: 59px;
	padding-bottom: 2px;
	width: 180px;
	border: none;
	text-shadow: -2px -2px 0px #000, 2px -2px 0px #000, -2px 2px 0px #000, 2px 2px 0px #000, 0px 2px 2px #000;
  }
  
  .topnavbtn:hover {
	background-image: url("images/buttons/button_navbar_top_hover.png");
  }
  
  .hsbutton {
	background: url("images/buttons/button_submit.png") no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
	font-family: "Qest", Verdana, Tahoma;
	font-size: 22px;
	font-weight: 500;
	font-stretch: extra-expanded;
	color: #FFFFFF;
	cursor: pointer;
	height: 20px;
	padding-bottom: 2px;
	width: 180px;
	height: 36px;
	border: none;
	text-shadow: -2px -2px 0px #000, 2px -2px 0px #000, -2px 2px 0px #000, 2px 2px 0px #000, 0px 2px 2px #000;
  }
  
  .hsbutton:hover {
	background-image: url("images/buttons/button_submit_hover.png");
  }

  .invisibletable {
	border: 0px;
  }

  .fancyborder {
	padding-bottom: 24px;
	border-bottom: 1px solid rgb(177, 177, 177);
	border-image: linear-gradient(to right, #ffaa00, 10%, rgba(255, 145, 0, 0)) 1;
  }

  .responsive {
	width: 100%;
	height: auto;
  }

  @media (max-width: 768px) {
	.mainpage {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 36px;
		border-radius: 6px;
		box-shadow: 0px 10px 15px rgb(0, 0, 0);
		box-sizing: border-box;
		font: 70% Helvetica, sans-serif;
		color: #BBB;
		background-color: rgba(32, 14, 14, 0.84);
		line-height: 1.5;
	}

	.bannerpatch {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		padding-bottom: 1px;
		width: 90%;
		height: auto;
	}

	.patchtables {
		border-spacing: 12px;
		border-collapse: separate;
		margin:auto;
		width: 100%;
	}
}