html, body {
	font-family: "Book Antiqua", Times, serif; /* NEXT Font */
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	overscroll-behavior: none;
	background-color: black; /*#1E1111;*/
 }
 
hr {
	width: 100%;
}

button {
	font-size: 18px;
	outline: none;
	border: none;
	color: #E4CC6C;
	background-color: transparent;
	padding: 5px 20px;
	border-radius: 3px;
	transition: background-color 0.2s ease;
	cursor: pointer;
}
 
button:hover {
	background-color: #FFFFFF22;
}
 
button:focus {
	outline: none;
}

.hidden {
	display: none !important;
}

#login_title {
   color: #E4CC6C;
}

#login_menu {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 20px 30px;
	background-color: #000000DD;
   border: 2px solid #E4CC6C;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}

#login_menu p {
	margin-bottom: 0;
}
 
#login_menu input {
	font-size: 18px;
	outline: none;
	border: none;
	/*border-bottom: 1px solid black;*/
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
   background-color: #CCCCCCAA;
}
 
#login_menu input:hover {
	outline: none;
}

#chat_field {
	position: fixed;
	top: 95%;
	left: 50%;
	width: 60%;
	transform: translateY(-50%) translateX(-50%);
	padding: 15px 10px;
	background-color: #000000;
   border: 2px solid #E4CC6C;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}
 
#chat_field p {
	margin-bottom: 0;
}
 
#chat_field input {
	width: 98%;
	font-size: 16px;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	padding: 7px;
	text-align: left;
	background-color: #CCCCCCAA;
}

#chat_field input:hover {
	outline: none;
}

#chat_field button {
	padding: 5px 20px;
}

#search_menu {
	position: fixed;
	top: 95%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 10px 10px;
	background-color: #000000DD;
   border: 2px solid #E2CCB4;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}

#search_menu input {
	font-size: 18px;
	outline: none;
	border: none;
	/*border-bottom: 1px solid black;*/
	padding: 3px;
	text-align: center;
   background-color: #CCCCCCAA;
}

#report_menu {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	
	width: 50vw;
	max-width: 700px;
	min-width: 400px;
	
	padding: 20px;
	background-color: #000000;
	border: 2px solid #E4CC6C;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	text-align: center;
	gap: 15px;
}

#report_prompt {
	font-size: 28px;
	color: #E4CC6C;
	margin-bottom: 5px;
}

#report_menu textarea {
	width: 90%;
	height: 200px;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	background-color: #999999;
	border: none;
	outline: none;
	resize: none;
}

#report_buttons {
	width: 90%;
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

#report_buttons button {
	flex: 1;
	font-size: 20px;
	padding: 12px 0;
	border: 2px solid #E4CC6C;
	background-color: #222222;
	color: #E4CC6C;
	cursor: pointer;
	border-radius: 5px;
}

#name_field {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20%;
	transform: translateY(-50%) translateX(-50%);
	padding: 15px 20px;
	background-color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}
 
#name_field p {
	margin-bottom: 0;
}
 
#name_field input {
	width: 100%;
	font-size: 16px;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
	background-color: #CCCCCCAA;	
}

#name_field input:hover {
	outline: none;
}

#name_field button {
	padding: 5px;
}

#territory_menu {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 20px 30px;
	background-color: #FFFFFFEE;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}

#news_field {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20%;
	transform: translateY(-50%) translateX(-50%);
	padding: 15px 20px;
	background-color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 5px;
	text-align: center;
}
 
#news_field p {
	margin-bottom: 0;
}
 
#news_field input {
	width: 100%;
	font-size: 16px;
	outline: none;
	border: none;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	padding: 7px;
	text-align: center;
	background-color: #CCCCCCAA;	
}

#news_field input:hover {
	outline: none;
}

#news_field button {
	padding: 5px;
}
 
#territory_menu p h1 h2 h3 {
	padding: 10px;
	margin-bottom: 0;
}

#territory_title {
	vertical-align: middle;
	display: inline-block;
}

#button_bar {
	overflow: hidden;
	/*background-color: #FFFFFFEE;*/
	position: fixed;
	text-align: center;
	border-radius: 5px;
	left: 20%;
	top: 75%;
	width: 60%;
}

#button_bar button {
	background-color: #FFFFFFEE;
}

#button_bar button:hover {
	background-color: rgb(230, 230, 230);
}


@media screen and (max-width: 640px) {
	h1 {
		font-size: 2rem;
	}

	h2 {
		font-size: 1.75rem;
	}

	#login_menu {
		padding: 10px 15px;
		min-width: 280px;
	}

	#territory_menu {
		padding: 10px 15px;
		min-width: 280px;
	}

	#button_bar {
		background-color: #FFFFFFEE;
		left: 5%;
		top: 92%;
		width: 90%;
	}

	#button_bar button {
		background-color: transparent;
	}
}