header {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: rgb(31, 41, 46);
  padding: 0 35px;
}

#storage,
#shop {
  position: relative;
  display: block;
  color: rgb(200, 205, 208);
  text-align: center;
  cursor: pointer;
}

#storage img {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
}

#shop img {
  position: relative;
  display: block;
  width: 95px;
  height: 105px;
}

#skillSelection ul {
  position: relative;
  display: flex;
  list-style: none;
}
#skillSelection ul .skill {
  position: relative;
  height: 150px;
  width: 95px;
  margin: 0 5px;
  cursor: pointer;
}
#skillSelection ul .skill .skillSkew {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  overflow: hidden;
  border: 2px solid rgb(200, 205, 208);
  transform: skew(-20deg);
}
#skillSelection ul .skill .skillSkew .skillBackground {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.5) skew(20deg);
}
#skillSelection ul .skill .skillSkew .skillOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(31, 41, 46);
  opacity: 0.7;
  z-index: 2;
}
#skillSelection ul .skill .skillIcon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  top: 40%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-40%);
}
#skillSelection ul .skill .skillName,
#skillSelection ul .skill .skillLevel {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#skillSelection ul .skill .skillName {
  color: rgb(200, 205, 208);
  text-align: center;
  top: 40%;
  transform: translateY(-40%);
}
#skillSelection ul .skill .skillLevel {
  color: #fff;
  font-size: 10px;
  top: 34%;
  transform: translateY(-34%);
}

.skillSkew,
.skillIcon,
.skillName,
.skillLevel {
  pointer-events: none;
}

#achievements {
  position: fixed;
  top: 85%;
  transform: translateY(-85%);
  width: 65px;
  height: 65px;
  background: rgb(31, 41, 46);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
#achievements img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  cursor: pointer;
}

#dimensions {
  position: fixed;
  top: 85%;
  right: 0;
  transform: translateY(-85%);
  width: 65px;
  height: 185px;
  background: rgb(31, 41, 46);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
#dimensions img {
  position: relative;
  width: 25px;
  height: 25px;
  padding-top: 10px;
  top: 5px;
}
#dimensions p {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

#dimensionOverworld,
#dimensionNether,
#dimensionEnd {
  text-align: center;
  color: rgb(200, 205, 208);
  cursor: pointer;
}

#innerHotbarWrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#hotbarNotif {
  color: rgb(200, 205, 208);
  font-size: 14px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
}

.hotbarLogo {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.staminaBarLogo {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

#innerHotbar {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.hotbarItem {
  height: 35px;
  padding: 2px;
  border: 2px solid rgb(200, 205, 208);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.hotbarLogo {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

#stamina {
  margin-top: 5px;
}

#staminaBar {
  position: absolute;
  visibility: hidden;
}

.toolIcon,
.itemWrapping,
.itemImage,
.itemData,
.itemName,
.lvlreq,
.xpInterval,
.interval {
  pointer-events: none;
}

#innerBanner {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 15px 35px;
}

#innerLogo {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

#innerName {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 100;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  margin-left: 5px;
}

#innerXP {
  position: relative;
  display: inline-block;
  color: rgb(242, 242, 242);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#innerLVL {
  position: relative;
  float: right;
  color: rgb(242, 242, 242);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

#innerBar {
  position: relative;
  display: block;
  width: 25em;
  border: 2px;
  height: 10px;
  background-color: rgba(214, 179, 0, 0.1);
}

#innerBar::-webkit-progress-bar {
  background-color: transparent;
}

#innerBar::-webkit-progress-value {
  background-color: #d6b300;
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#woodcuttingSkill,
#miningSkill, #excavationSkill, #fishingSkill {
  position: relative;
  display: grid;
  justify-content: center;
  padding: 100px 45px 200px 45px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 100px;
  grid-template-columns: repeat(4, 300px);
}

.skillcontainer {
  position: relative;
  display: block;
  width: 300px;
  height: 160px;
  box-shadow: 0px 2px 5px 0px rgb(31, 41, 46);
  background: rgba(242, 242, 242, 0.7);
  cursor: pointer;
}
.skillcontainer .lockedSkill {
  display: none;
}
.skillcontainer.locked {
  pointer-events: none;
}
.skillcontainer.locked .lockedSkill {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 41, 46, 0.95);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skillcontainer.locked .lockedSkill .lockedTitle {
  position: relative;
  color: rgba(200, 205, 208, 0.5);
  font-size: 24px;
  line-height: 1;
}
.skillcontainer.locked .lockedSkill .lockedImage {
  position: absolute;
  width: 30%;
  opacity: 0.1;
  filter: invert(0.8);
}
.skillcontainer.locked .lockedSkill .lockedLvl {
  position: relative;
  color: rgb(200, 205, 208);
  font-size: 14px;
}

.itemWrapping {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.itemWrapping img {
  position: relative;
  width: 150px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.toolIcon {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 5px;
  right: 5px;
}

.itemNotif {
  position: absolute;
  display: block;
  bottom: -50px;
  left: 50%;
  transform: translatex(-50%);
  color: rgb(242, 242, 242);
  opacity: 0;
}
.itemNotif img {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.itemNotif p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.itemNotif.itemCollected {
  animation: itemCollected 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* NOTIF ANIMATION */
@keyframes itemCollected {
  85% {
    opacity: 1;
    bottom: -30px;
  }
  90% {
    opacity: 0;
  }
}
#skillPage {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#skillPage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.itemData {
  position: relative;
  display: block;
  text-align: center;
}
.itemData h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 24px;
}
.itemData p:first-of-type {
  font-size: 14px;
  line-height: 1;
}
.itemData p:last-of-type {
  margin-top: 30px;
}

.interval {
  position: relative;
  display: block;
  width: 125px;
  border: 2px solid rgb(65, 80, 88);
  height: 15px;
  background-color: transparent;
  margin: 0 auto;
}

.intervalBar {
  height: inherit;
  width: 0%;
}

/* Tabs */
.miningNav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-top: 20px;
}
.miningNav .miningTab {
  background: transparent;
  border: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  padding: 7px;
}
.miningNav .miningTab:first-of-type {
  margin-right: 75px;
}
.miningNav .miningTab.activeTab {
  background-color: rgb(65, 80, 88);
  border-top: 2px solid #d6b300;
}
.miningNav .miningTabIcon {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

/* Changes colours depending on page */
.woodcuttingPage #innerBanner,
.woodcuttingPage .intervalBar {
  background-color: #448663;
}
.woodcuttingPage .skillcontainer {
  border-top: 3px solid #448663;
}
.woodcuttingPage #skillPage {
  background-image: url("../../images/backgrounds/woodcutting_background.png");
}
.woodcuttingPage #skillPage:before {
  background: #448663;
}

.miningPage #innerBanner,
.miningPage .intervalBar {
  background-color: #1f292e;
}
.miningPage .skillcontainer {
  border-top: 3px solid #1f292e;
}
.miningPage #skillPage {
  background-image: url("../../images/backgrounds/mining_background.png");
}
.miningPage #skillPage:before {
  background: #1f292e;
}

.excavationPage #innerBanner,
.excavationPage .intervalBar {
  background-color: #848165;
}
.excavationPage .skillcontainer {
  border-top: 3px solid #848165;
}
.excavationPage #skillPage {
  background-image: url("../../images/backgrounds/excavation_background.jpg");
}
.excavationPage #skillPage:before {
  background: #848165;
}

.fishingPage #innerBanner,
.fishingPage .intervalBar {
  background-color: #3c6884;
}
.fishingPage .skillcontainer {
  border-top: 3px solid #3c6884;
}
.fishingPage #skillPage {
  background-image: url("../../images/backgrounds/fishing_background.jpg");
}
.fishingPage #skillPage:before {
  background: #3c6884;
}
.fishingPage #fishingloottable {
  width: 1000px;
}
.fishingPage .itemData p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.fishingPage .itemData p:last-of-type {
  margin-top: 20px;
}

* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Hind";
}

@font-face {
  font-family: "Hind";
  src: url("/font/Hind-Regular.ttf");
}
@font-face {
  font-family: "minecraft";
  src: url("/font/VT323-Regular.ttf");
}
p,
h2 {
  font-variant: small-caps;
}

h3 {
  font-family: "minecraft";
}/*# sourceMappingURL=main.css.map */