* {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #f2f2f2;
}

header, .webpage {
  font-size: clamp(14px, 1vw + 10px, 16px);
}

body {
  background-color: #646464; /*#646464*/
  margin: 0%;
  overflow-x: hidden;
}

.navbar {
  width: 100%;
  height: 79px;
  z-index: 10;
  margin: 0%;
  position: sticky;
  top: 0;
  overflow: visible;
  background-color: #333;
  align-items: center; 
}

.navbar.mobile, .info-footer.mobile {
  display: none;
}

.navbar.desktop, .info-footer.desktop {
  display: block;
}

@media only screen and (max-width: 899px) {
  .navbar.mobile, .info-footer.mobile {
    display: block;
  }

  .navbar.desktop, .discord.desktop, .info-footer.desktop, hr.vertical-divider.desktop {
    display: none;
  }
}

.account-item {
  float: right;
  color: #f2f2f2;
  text-decoration: none;
  padding: 19.5px 10px;
  width: max-content;
  white-space: nowrap;

  display: flex;
  align-items: center;
  gap: 10px;
}

.account-item > div {
  text-align: left;
  line-height: normal;
}


/*.navbar a {*/
.nav-item {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  line-height: 51px;
}

.nav-item.mobile {
  width: 98%;
  padding: 5px;
}

.nav-item.exclusion {
  width: auto;
}

.account-item.mobile {
  color: #f2f2f2;
  text-decoration: none;
  padding: 19.5px 10px;
  width: max-content;
  white-space: nowrap;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.account-item.mobile > div {
  text-align: left;
  line-height: normal;
}

.navbar a:hover {
  background-color: #855558; /*#242424*/
  border-bottom: 1px solid;
}

.navbar a:active {
  background-color: #f2f2f2;
  color: #855558; /*#242424*/
}

.navbar > img {
  width: 60px;
  height: 60px;
  padding: 10px;
  float: left;
  object-fit: cover;
  overflow: hidden;
}
/*
.profile-image {
  width: 30px;
  height: 30px;
  margin: 5px;
  margin-left: -5px;
  float: left;
  border-radius: 100%;
  object-fit: cover;
}*/

.profile-image {
  width: 30px;
  height: 30px;
  margin: 5px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-image.mobile {
  margin-left: 0;
}

.navbar h1 {
  vertical-align: middle;
  float: left;
}

.webpage {
  margin: 2%;
  /*line-height: 20px;*/
}
/*Wiki-specific*/
.webpage .wiki-section {
  float: left;
  width: 30%;
}

.webpage .wiki-section h1, .webpage .wiki-section ul {
  width: 100%;
}

.webpage .wiki-section h1 {
  text-align: center;
  align-items: center;
}

.webpage .wiki-section img {
  height: 36px;
  vertical-align: middle;
}
.webpage .wiki-section b {
  margin-left: 2%;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 899px) {
  .webpage .wiki-section {
    width: 100%
  }
}

input, button, textarea, select {
  background-color: #333;
  border: 1px solid #a2a9b1;
  margin: 1% /*5px*/;
}

.vertical-divider {
  float: left;
  margin: 2%;
  height: 95%;
  min-height: 400px;
  width: 0px;
}

.webpage>article {
  margin: 0%;
  width: 100%;
  min-height: 200px;
  height: auto;
  display: flex;
}

.webpage>article h1 {
  /*font-size: 40px;*/
  width: 100%;
}

.webpage>article hr {
  margin: 5px;
  /*height: 97%;*/
  align-items: center;
  /*border: 1px solid #855558;*/
}

article main {
  margin: 0% 1% 1% 1%;
  width: 70%;
  align-items: flex-start;
}
main .halfWidth {
  width: 50%;
}

article aside {
  margin: 0% 2% 2% 2%;
  width: 30%;
  align-items: flex-start;
  text-align: center;
}

article aside img {
  height: 100%;
  width: 100%;
  align-items: stretch;
  padding: 5px;
}
/*
@media only screen and (max-width: 600px) {
  article aside img {
    height: auto;
}
}
*/

footer {
  text-align: center;
  background-color: #333;
  overflow: hidden;
  /*Follow user
  position: sticky;
  position: fixed;
  */
  bottom: 0;
  width: 100%;
}

footer.mobile h4 {
  margin: 5%
}

.article_right {
  background-color: #333;
}

footer article {
  align-content: center;
  padding: 5px;
  width: 32.75%;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer hr {
  width: 80%;
  color: #646464; 
  border-style: solid;
}

header>div {
  z-index: -5;
  width: auto;
  height: 400px;
  border: 1px solid #855558; /*#242424*/
  box-shadow: 0px 10px 45px black;
  background-image: url("../assets/banner.png");
}
/*
div>p {
  z-index: 1;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 400%;
  padding: 50px;
}
*/
.bannerText {
  z-index: 2;
  position: absolute;
  top: 100px; /*15%;*/

  width: 100%;
  text-align: center;

  font-size: 500%;
  color: #855558; /*#242424*/
  text-transform: uppercase;
}

.bannerLowerText {
  z-index: 2;
  position: absolute;
  top: 230px;/*35%;*/

  width: 100%;
  text-align: center;
  font-size: 275%;
  /*color: #855558; */
}

h1:hover {
  background-color: #855558;
}
/*
header > div {
  display: grid;
  height: 500px;
}

header > div > img,
header > div > canvas {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/
footer table {
  text-align: center;
  width: 100%;
}
footer td, footer th {
  width: 250px;
}

.info-footer.mobile h2 {
  width: 100%;
}

.info-footer.mobile a {
    width: 100%;
  }

/*Dropdown*/

.dropbtn {
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  float: right;
  height: 90%;
}

.dropdown.mobile {
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #494949;
  min-width: 160px;
  width: 100%; /*1000%*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
  top: 111%;
}

.dropdown-content.mobile {
  top: 100%;
  right: 0%;
}

.dropbtn:hover + .dropdown-content, .dropdown-content:hover {
  display: block;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #666;
}

.direction-symbol {
  font-size: larger; 
  color: rgb(146, 144, 144)
}

#data-table {
  width: 100%;
  padding: 20px;
  height: 20%;
  text-align: center;
  border: 1px solid white;
  border-collapse: collapse;
}

#data-table th {
  text-transform: uppercase;
  background-color: #333;
}

#data-table th, #data-table td {
  border: 1px solid white;
}

#data-table tr:hover {
  background-color: #454545;
}

#type-filter {
  background-color: #333;
  border-radius: 8px;
  color: white;

  padding-inline: 10px;
  box-sizing: border-box;
  margin: 1%;
  height: 35px;
  font-size: larger;
  border: 1px solid white;
}

.webpage > #records-filter {
  width: 97%;
}

#records-filter {
  margin: 1%;
  width: 98%;
  border-radius: 8px;
  height: 40px;
  font-size: larger;
  background-color: #333;
  color: white;
  border: 1px solid white;
}

p, ul > li, ol > li, dd {
  color: #d7d7d7
}

@media only screen and (max-width: 899px) {
  .bannerText {
    font-size: 400%;
    top: 160px;
  }
  .bannerLowerText {
      top: 260px;/*35%;*/
  }
  .webpage > article > main, main.halfWidth {
    width: 100%;
  }
}
