#blogTitleContainer {
	text-align: center;
}

body {
	background-color: #101010;
	font-family: sans-serif;
	color: #f0f0f0;
	font-size: 1.25rem;
}

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

a:active, a:focus {
	outline: 0;
	border: none;
}

a {
	color: #BF3EFF;
	text-decoration: none;
}

p {
	color: #e2efec;
}

.light-purple {
	color: #F0D0F0;
}

.headerBG {
	background-color: #0e0d04;
}

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

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

.navMainItem span {
	position: relative;
	top: 20%;
	font-size: 1.25rem;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.navMainItem:hover {
  color: #C13FFF;
}

#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;
}

.mobileMenu div {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	bottom: 10px;
}

#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;
}

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

.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: #f2fffc;
	font-size: 5rem !important;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.commandIcon:hover {
	color: #C53FFF;
}

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

.aboveContainer {
	position: relative;
	top: 70px;
	width: auto;
	height: auto;
	background-color: #273136;
	color: #f2fffc;
	border: 8px solid #A23FFF;
	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 {
	position: relative;
	left: 15%;
	width: 70%;
	height: auto;
	padding: 2.5% 5% 2.5% 5%;
	box-sizing: border-box;
	border-left: 1px solid #A23FFF;
	border-right: 1px solid #A23FFF;
}

.callButtons {
  text-align: center;
  width: 100%;
}

.leftCallButtons {
	text-align: center;
	width: 100%;
}

.callButton {
  background-color: #C43FFF;
  min-width: 10rem;
  height: 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  padding: 0;
  color: #131713;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.callButton:hover {
  background-color: #9D3FFF;
  cursor: pointer;
}

.selector-container {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.green {
  color: #10F010;
}

.yellow {
  color: #F0F010;
}

.purple {
	color: #C03FFF;
}
.red {
  color: #F01010;
}

.white {
	color: #f2fffc;
}

.blue {
  color: #4e9ed9;
}

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

.link {
  color: #4e9ed9;
}

.language-menu {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0e0d04;
    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: #C23FFF;
    color: #0e0d04;
}

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

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

@media screen and (max-width: 700px) { /*900*/

	#descContainer {
		top: 20px;
		left: 0;
		width: 100%;
		padding: 5%;
		border-left: none;
		border-right: none;
	}

	#navMain {
		display: none;
	}

	#navMobile {
		display: inline-block;
	}

	.navMainItem {
		margin-top: 3px;
		margin-bottom: 3px;
	}

  .callButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }

	.aboveContainer {
		border: 5% solid #A33FFF;
	}

	h3 {
		font-size: 1rem;
	}

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