/*All pages use this file, logo, navbar etc*/

body {
	background-color: #4E4E50;
  /*background-color: #1A1A1F;*/
	font-family: sans-serif;
}

#main {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#logo {
	position: relative;
	z-index: 1;
	background-color: #101010;
	width: 100%;
	height: auto;
	text-align: center;
}

#logo img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}

.nav a {
    text-decoration: none; /* Remove underlines */
    border: none; /* Remove borders */
    margin: 0; /* Remove margins */
    padding: 0; /* Remove padding */
}

.nav {
	position: sticky;
	top: 0;
	z-index: 1;
	/* overflow: hidden; */
	text-align: center;
	background-color: #101010;
	width: 100%;
	height: 2.5rem;
}

.navMainItem {
	position: relative;
	height: 100%;
	width: auto;
	padding: 0 1rem;
	text-align: center;
	display: inline-block;
}

.navMainItem span {
	position: relative;
	top: 15%;
	color: #F0F0F0;
	font-size: 1.25rem;
	text-decoration: none;
	display: inline-block;
}

#navMobile {
	display: none;
}

.mobileMenu {
	position: relative;
	left: 0;
	width: 40%;
	height: 100%;
	text-align: center;
	display: inline-block;
	color: #F0F0F0;
	font-size: 1.5rem;
	cursor: pointer;
}

.mobileMenu i {
	font-size: 2.5rem;
	position: relative;
}

#mobileContent {
	overflow-y: scroll;
	max-height: 60%;
	display: none;
	position: fixed;
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobileContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #101010;
}

#mobileContent li {
  font-size: 2.5rem;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

.hover:hover {
	background-color: #6F2232;
}

span.special {
	color: #C3073F;
}

.abovePage {
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
}

.commandIcon {
	position: fixed;
	display: inline-block;
	color: #F0F0F0;
	font-size: 5rem !important;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.commandIcon:hover {
	background-color: #950740;
}

#search {
	display: none;
}

.aboveContainer {
	position: relative;
	top: 10%;
	width: auto;
	height: auto;
	background-color: #4E4E50;
	color: #F0F0F0;
	border: 8px solid #6F2232;
	text-align: center;
	padding-top: 2%;
	display: inline-block;
	overflow: auto;
}

.formCommon {
	display: block;
	margin: 5%;
}

.formCommon input {
	width: 70%;
}

.formCommon button {
	width: 70%;
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

#descContainer {
	/*background-color: #1A1A1F;*/
	background-color: #15151A;
	position: relative;
	left: 15%;
	width: 70%;
	height: auto;
	padding: 5%;
	box-sizing: border-box;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
}

.searchButton {
	cursor: pointer;
}

.white {
  color: #E0E0E0;
}

#tags a {
	font-size: 1rem;
	padding: 2px;
	margin: 3px;
	background-color: #1A1A1D;
	cursor: pointer;
}

#tags a:hover {
	background-color: #6F2232;
}

.link {
	color: #EAEAEA;
	text-decoration: none;
	position: relative;
	font-size: 1.5rem;
	border: 2px solid #6F2232;
	display: inline-block;
}

.link:hover {
	background-color: #6F2232;
}

.naked {
	text-decoration: none;
	color: #E0E0E0;
}

.purple {
	color: #C3073F;
}

.green {
  color: #109010;
}

.red {
  color: #F01010;
}

.language-menu {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #232F3E;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-content a {
    color: #F0F0F0;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #6F2232;
    color: #F0F0F0;
}

.language-menu:hover .dropdown-content {
    display: block;
}

.language-header {
    font-weight: bold;
    color: #6F2232;
}

.language-menu {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #101010;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-content a {
    color: #F0F0F0;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #6F2232;
    color: #F0F0F0;
}

.language-menu:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 985px) {

	#descContainer {
		left: 0;
		width: 100%;
		padding: 5%;
	}

	.aboveContainer {
		border: 5% solid #6F2232;
	}

	h3 {
		font-size: 1rem;
	}

	#navMain {
		display: none;
	}

	#navMobile {
		display: inline-block;
	}

	.navMainItem span {
		font-size: 2rem;
	}

	#tags a {
		margin: 6px;
	}

	.listLink {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}