@font-face {
  font-family: "horta";
  src: url("./horta.otf");
}
@font-face {
  font-family: "discordFont";
  src: url("./Uni_Sans_Heavy.otf");
}
@font-face {
  font-family: "mcFont";
  src: url("./mc.otf");
}
html {
  scrollbar-color: rgb(1, 1, 1) rgb(110, 110, 110);
}
::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgb(110, 110, 110);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(110, 110, 110);
}

::-webkit-scrollbar-track-piece {
  background: rgb(1, 1, 1);
}

body {
  overflow-x: hidden;
  background-color: black;
  margin: 0;
  width: 1600;
  scrollbar-width: none; /* Firefox */
}

.header {
  height: 475px;
  text-align: center;
  color: whitesmoke;
}

.navbar {
  height: 85px;
  margin: auto;
  text-align: center;
  color: whitesmoke;
  background-color: #202020;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-color: #1b1b1b;
  align-items: center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar2 {
  height: 90px;
  text-align: center;
  color: whitesmoke;
  background-color: #202020;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-color: #1b1b1b;
  align-items: center;
}

.navbarT {
  display: table;
  margin: 0 auto;
}

.navbarItem li {
  list-style-type: none;
  display: inline;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.navbarItem button {
  font-size: 40px;
  text-decoration: none;
  text-align: center;
  background: none;
  border: none;
  color: lightgray;
  font-family: horta;
}
.navbarItem button:hover,
.navbarItem Button:focus {
  color: whitesmoke;
}

.active button {
  color: white;
  text-decoration: underline;
}

.middleNav button {
  font-size: 60px;
}

.mainLogo {
  position: absolute;
  padding-top: 20px;
  height: 175px;
  transform: scale(1);
  animation: pulse 3s infinite;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
  z-index: 10;
  margin: auto;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: middle;
}

.logoDiv {
  height: 275px;
  position: relative;
  width: 1600px;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.logoBack {
  background-image: url("https://assets.darklordbazz.com/img/shottyAssets/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes pulse {
  0% {
    transform: translateY(0px) translateX(-50%);
  }
  50% {
    transform: translateY(5px) translateX(-50%);
  }
  100% {
    transform: translateY(0px) translateX(-50%);
  }
}

.motd2 {
  margin: 0;
  padding: 6px;
  font-size: 35px;
  font-family: horta;
  text-align: center;
  color: lightgray;
}

.motd {
  margin: 0%;
  font-size: 30px;
  font-family: horta;
  text-align: center;
  color: lightgray;
}

.discord {
  float: left;
  color: lightgray;
  text-decoration: none;
  margin: 100px;
  padding: 10px;
  height: 75px;
  position: absolute;
  left: 100px;
  animation: discordB 0.25s;
  animation-fill-mode: forwards;
  border-radius: 25px;
  font-family: discordFont;
}

@keyframes discordA {
  0% {
    transform: translateY(0px) translateX(0px);
    background-color: rgba(255, 0, 0, 0);
  }
  100% {
    transform: translateY(0px) translateX(7px);
    background-color: rgba(255, 0, 0, 0.5);
  }
}

@keyframes discordB {
  0% {
    transform: translateY(0px) translateX(0px);
    background-color: rgba(255, 0, 0, 0.5);
  }
  100% {
    transform: translateY(0px) translateX(-7px);
    background-color: rgba(255, 0, 0, 0);
  }
}

.discord:hover {
  border-radius: 25px;
  animation: discordA 1s;
  animation-fill-mode: forwards;
}

.discordIco {
  margin-right: 5px;
  height: 75px;
  float: left;
}

.discordContent {
  float: left;
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  color: lightgray;
}

.discordJoin {
  font-size: 25px;
}

.discordCount {
  font-size: 17px;
}

.minecraft {
  margin: 100px;
  float: right;
  color: black;
  text-decoration: none;
  right: 100px;
  padding: 10px;
  height: 75px;
  position: absolute;
  border-radius: 25px;
  font-family: mcFont;
  text-transform: uppercase;
}

.minecraftIco {
  margin-left: 5px;
  height: 75px;
  float: right;
}

.minecraftContent {
  float: right;
  text-decoration: none;
  margin: 0;
  padding: 10px 0;
  text-align: right;
  color: lightgray;
}

.minecraftIP {
  font-size: 23px;
}

.mineraftCount {
  font-size: 15px;
}

.main {
  padding-bottom: 50px;
  position: relative;
  margin: auto;
  color: whitesmoke;
  width: 1250px;
  top: 25px;
}

.status,
.home {
  margin: auto;
  width: 1250px;
  text-align: center;
}

.onlineStaff {
  text-transform: uppercase;
  background-color: #303030;
  float: right;
  width: 200px;
  color: white;
  font-size: 20px;
  font-family: horta;
  min-height: 350px;
  max-height: 600px;
  border-radius: 2px;
  box-shadow: 2px 2px 10px 1px #202020;
  border: 1px solid #999999;
  text-align: center;
  display: inline;
  position: absolute;
  right: 0;
  top: 50px;
}
.onlineStaff h1 {
  background-color: #202020;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 25px;
  border-bottom: 0.1px solid #191919;
  margin: auto 0;
  height: 40px;
}

.staffHomeList {
  margin-top: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
  font-family: horta;
  font-size: 24px;
  background-color: #303030;
}

.serverLayout {
  color: whitesmoke;
  display: inline-block;
  background-color: #202020;
  border-color: white;
  border: 1px solid #999999;
  width: 225px;
  height: 302px;
  margin: 25px;
  box-shadow: 2px 2px 10px 1px #202020;
}

.serverName {
  font-family: horta;
  border-bottom: 0.1px solid #191919;
  padding: 20px;
  text-align: center;
  font-size: 32px;
  height: 20px;
}
.offlinename {
  font-family: horta;
  border-bottom: 0.1px solid #191919;
  padding: 20px;
  text-align: center;
  font-size: 32px;
  height: 20px;
  color: red;
}

.playerCount {
  color: #cccccc;
  font-family: horta;
  text-align: center;
  padding: 25px;
  font-size: 25px;
  height: 20px;
  background-color: #303030;
}

.playerList {
  background-color: #303030;
  font-family: horta;
  border-bottom: 0.1px solid #191919;
  font-size: 25px;
  text-align: center;
  height: 170px;
  padding-top: -10px;
}

.staffOnline {
  padding-top: 15px;
  color: #cccccc;
  overflow: auto;
  height: 90px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
.staffOnline::-webkit-scrollbar {
  width: 4px;
}

.playerList h1 {
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  background-color: #202020;
  font-family: horta;
  font-size: 30px;
  text-align: center;
  border-bottom: 0.1px solid #191919;
}

.UNRES {
  background-color: white;
  color: black;
}

.postFormat {
  background-color: #303030;
  width: 600px;
  margin-top: 50px;
  border: 1px solid #999999;
  border-radius: 2px;
  display: inline-block;
}

.postHeader {
  padding: 25px;
  padding-top: 15px;
  border-bottom: 0.1px solid #191919;
}

.title {
  background-color: #202020;
  font-size: 34px;
  text-align: left;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 25px;
  border-bottom: 0.1px solid #191919;
  margin: auto 0;
  height: 35px;
}

.author {
  text-transform: uppercase;
  text-align: left;
  float: left;
  font-size: 15px;
}

.date {
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  float: right;
}

.message {
  font-size: 15px;
  text-align: left;
  padding: 20px;
}

.Posts {
  display: flex;
  width: 600px;
  flex-direction: column-reverse;
  margin: auto;
  font-family: Helvetica;
}

.rankowner {
  background-color: #aa0000;
  border: 0px solid;
  border-radius: 2px;
  width: 150px;
  margin: 10px auto;
  padding-top: 4px;
  padding-bottom: 0;
  color: black;
}

.rankmod {
  background-color: #55ffff;
  border: 0px solid;
  border-radius: 2px;
  width: 150px;
  margin: 10px auto;
  padding-top: 4px;
  padding-bottom: 0;
  color: black;
}

.ranksrmod {
  background-color: #0000aa;
  border: 0px solid;
  border-radius: 2px;
  width: 150px;
  margin: 10px auto;
  padding-top: 4px;
  padding-bottom: 0;
  color: black;
}

.rankadmin {
  background-color: #ff5555;
  border: 0px solid;
  border-radius: 2px;
  width: 150px;
  margin: 10px auto;
  padding-top: 4px;
  padding-bottom: 0;
  color: black;
}

.mod,
.owner,
.srmod,
.admin {
  display: flex;
}
.mod > div,
.owner > div,
.srmod > div,
.admin > div {
  font-family: horta;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 20px auto;
  padding: 5px;
  display: inline-block;
  text-align: center;
}
.caption {
  display: block;
}

.footer {
  width: 100%;
  height: 50px;
  color: whitesmoke;
  font-size: 20px;
  text-align: center;
  bottom: 0;
}

pre {
  font-family: Helvetica;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#entirePage {
  position: relative;
  min-height: 100vh;
}

.staffPage {
  font-family: Helvetica;
  width: inherit;
  position: relative;
  display: inline-block;
  height: 700px;
  border: 1px solid #999999;
  background-color: #303030;
  box-sizing: border-box;
  border-radius: 2px;
}

.staffSideBar{
  box-sizing: border-box;
  margin: auto;
  float: left;
  width: 245px;
  height: 700px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  overflow: auto;
	padding:0;
}

.staffSideBar button {
  padding: 10px 25px;
  text-decoration: none;
  background: none;
  border: none;
  color: whitesmoke;
  font-size: 18px;
  width: 100%;
}
.staffSideBar button:hover {
  background-color: #202020;
  color:gray;
}

.active .staffSideButton {
  background-color: #252525;
}

.staffSideBar NavLink {
  text-decoration: none;
}

.staffSideBarTitle {
  color: whitesmoke;
  padding: 10px 25px;
  font-size: 20px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  font-family: helvetica;
  font-weight: bold;
  background-color: #202020;
}

.profile {
  box-sizing: border-box;
  padding: 25px;
  top: 0px;
  position: relative;
  float: right;
  width: 999px;
  height: 700px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

fieldset {
  position: relative;
  padding: 5px;
  margin: 15px;
  width: 100px;
}

legend {
  text-transform: uppercase;
}

.staffProfile {
}

.bkm {
  display: flex;
  position: relative;
  left: 45px;
  width: 600px;
  height: 30px;
}

.bkmField {
  position: relative;
  width: 50px;
  margin: 25px;
  margin:auto;
}

.bkmField legend {
  position: relative;
  font-size: 15px;
}

.usernameField {
  position: relative;
  float: left;
  font-size: 25px;
  top: 5px;
  left: 5px;
  border: 1px solid #999999;
  width: 275px;
  height: 650px;
}
.staffPageUsername {
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #999999;
  background-color: #202020;
  padding: 25px;
  height: 76px;
  text-align: center;
}
.staffPageSkin {
  box-sizing: border-box;
  background-image: url(https://assets.darklordbazz.com/img/botSiteAssets/skinback.jpg);
  padding: 25px;
  padding-top: 10px;
  position: relative;
  margin: auto;
  height: 574px;
  overflow: hidden;
}
.aboutField {
  box-sizing: border-box;
  width: 550px;
  height: 390px;
  float: left;
  left: 50px;
  top:50px;
}
.staffPageAbout { 
  margin: 30px;
  box-sizing: border-box;
}


.utimeField, .favservField {
  position: relative;
  height: 30px;
  float: right;
  right: 70px;
  top:50px;
  width: 200px;
  text-align: center;

}

.utimeField legend{
  text-align: left;

}

.timefav {
  display: inline;
}