/*
 *  Custom WilderCraft CSS from redbau
 */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,bold,italic,bolditalic&amp;family=Lato|Press+Start+2P);

:root {
  --purple: hsl(300, 77%, 61%);
  --bg: hsl(277, 17%, 19%);
  --text: hsla(287, 15%, 72%, 0.74);

  --lightgreen: #54FC54;
  --green: hsl(120, 100%, 33%);
  --yellow: hsl(60, 100%, 67%);
  --orange: hsl(40, 100%, 50%);
  --red: hsl(0, 100%, 66%);
  --greenbg: hsla(120, 100%, 33%, 33%);
  --yellowbg: hsla(60, 100%, 67%, 33%);
  --orangebg: hsla(40, 100%, 50%, 33%);
  --redbg: hsla(0, 100%, 66%, 33%);
}
.color-feral {
  color: #AAAAAA !important;
}
.color-elder {
  color: #00B0AB !important;
}
.color-colossal {
  color: #00ECEB !important;
}
.color-mythic {
  color: #5E4DFF !important;
}
.color-pathfinder {
  color: var(--lightgreen) !important;
}
.color--easy, .color-ancient {
  color: var(--green) !important;
}
.color--medium, .color-lightfoot {
  color: var(--yellow) !important;
}
.color--hard, .color-peddler {
  color: var(--orange) !important;
}
.color--brutal {
  color: var(--red) !important;
}
.color-dark {
  color: var(--text);
  opacity: .4;
}
.color-text {
  color: var(--text) !important;
}
.color-white {
  color: white !important;
}
.color-bg {
  color: hsl(303, 100%, 36%) !important;
}
.color-special {
  color: #FCA800;
}
.color-bluediamond {
  color: #55FFFF;
}
.bg-purple {
  background-color: var(--purple);
}

.color-purple {
  color: hsl(303, 100%, 36%);
}
.color-dpurple {
  color: #AB00AB;
}
.color-lblue {
  color: #54FCFC;
}

.newtag {
  color: #FCA800;
  content: 'NEW';
  display: inline-block;
  width: 1em;
}

.wildercrate .minetip-title {
  color: var(--lightgreen);
}
.wildercrate .color-special {
  color: var(--green);
}

footer .card {
  background: #4A174D;
  background: rgba(0,0,0,.15);
}
.store .card {
  background: #B1A891;
  background: #4A174D;
  background: #7B2580;
}
.store .btn {
  background-color: #9F34A6;
  border-color: #9F34A6;
}
.store .btn:hover {
  background-color: #4D1B52;
}


a {
  color: var(--purple);
}
a:hover {
  color: #df68e8;
}

@font-face {
  font-family: 'minecraft';
  src: local('☺'), url('/minecraft_font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html, body {
  background: var(--bg);
}
.bg-gradient {
  background: linear-gradient(to bottom,#322839,#9a5be3 50%, #322839 80%, #322839 100%);
}

.navbar.bg-dark {
  background: #4b3b62 !important;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-item--Status {
  display: none;
}
.play a {
  color: var(--purple);
}

body {
  font-family: "Noto Sans", sans-serif; }

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 575.98px) {
    h1,
    h2,
    h3,
    h4 {
      word-wrap: break-word; } }

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.6rem; }
  h2 {
    font-size: 1.4rem; } }

    h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.8rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.75rem; }

.lead {
  font-size: 1.13rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }



.pixelfont {
  font-family: "Press Start 2P", cursive;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
}
.purple, .pixelfont {
  color: var(--purple) !important;
}

.oldhome section {
    margin: 2em auto;
    max-width: 800px;
    padding: 1.5em;
}
.oldhome img {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}
.oldhome, .text-light {
    color: var(--text) !important;
}
.oldhome .play {
  font-size: 14px;
  line-height: 1.6;
  padding: 1.5em;
  background: green;
  color: #fff;
  display: inline-block;
  margin: 1em auto;
  border: 6px solid rgba(255,255,255,.2);
  word-break: break-all;
}

@media only screen and (min-width: 480px) {
	.oldhome {
	  font-size: 130%;
	}
}




.wildercard, .playercard {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 0.5em 1em;
  background: rgba(0,0,0,0.2);
  color: var(--text);
}
.playercard {
  width: 100%;
  margin: 1em 0 0.5em 0;
  /* max-height: 90%; */
}
.playercard h2 {
  font-family: "Press Start 2P", cursive;
  margin-bottom: .5em;
  line-height: 1.4;
  text-transform: none;
  color: var(--purple);
  font-size: 1em;
}
.playercard p,
.playercard li,
.playercard dt,
.playercard dd,
.playercard td {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.playercard img, .icon {
  width: 24px;
  height: auto;
  vertical-align: middle;
}
img.small {
  width: 13px;
  height: auto;
}
.playercard ul:not(.chartlist) {
  padding: 0;
}
.playercard .days {
  display: grid;
}
.playercard .days:not(.chartlist) li {
  margin: 4px;
  width: 12px;
}
.playercard ul:not(.shulkerbox, .chartlist) li {
  height: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--purple);
  list-style: none;
  opacity: 0;
}
.playercard li[data-val="light"] {
  opacity: 0.1;
}
.playercard li[data-val="medium"] {
  opacity: 0.6;
}
.playercard li[data-val="heavy"] {
  opacity: 1;
}
.playercard h2:not(:first-of-type) {
  margin-top: 1em;
  padding-top: 2em;
  border-top: 2px solid rgba(0,0,0,0.1);
}
.playercard header h2 {
  flex: 1;
}
.playercard .month {
  margin-top: 1em;
}
.playercard .month h3 {
  opacity: 0.3;
}
.playercard ul:not(.grid,.chartlist),
.playercard dl {
  display: flex;
}
.playercard dl {
  margin: 0;
  width: 100%;
}
.playercard dt,
.playercard dd {
  padding: 0.5em 0;
  margin: 0;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(128, 0, 128, 0.8);
}
.playercard dd, .number {
  align-items: flex-end;
  text-align: right;
  color: hsla(286, 74%, 79%, 0.71);
}
.playercard ul:not(.grid,.chartlist) {
  flex-wrap: wrap;
}

.itemstack {
  list-style: none;
  position: relative;
}
.itemstack .qty {
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 1;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}


.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-jc {
  justify-content: center;
}
.flex--1 {
  flex: 1;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--none {
  flex: none;
}
.flex-shrink--none {
  flex-shrink: 0;
}
.flex-grow--none {
  flex-grow: 0;
}
.flex-align--start {
  align-items: flex-start;
}
.flex-align--center {
  align-items: center;
}
.flex-align--end {
  align-items: flex-end;
}
.flex-justified--start {
  justify-content: flex-start;
}
.flex-justified--center {
  justify-content: center;
}
.flex-justified--end {
  justify-content: flex-end;
}
.flex-justified--between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap--reverse {
  flex-wrap: wrap-reverse;
}
.flex-self--start {
  align-self: flex-start;
}
.flex-self--center {
  align-self: center;
}
.flex-self--end {
  align-self: flex-end;
}


.display--ib {
  display: inline-block;
}
.display--inline {
  display: inline !important;
}

.text--right {
  text-align: right;
}
.table--lined td {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.table--spaced td {
  padding: .3em .9em .3em .9em;
}
.table--lined tr:hover td {
  background: rgba(255,255,255,.1);
}


.playercard dl, .playercard table {
  margin-top: 10px;
}
.playercard table {
  width: 100%;
  border-collapse: collapse;
}
.playercard td {
  padding: .1em .5em .5em .1em;
}
.playercard tr.newrow td {
  padding-top: 1.5em;
}
.playercard td:last-child {
  padding-right: 0;
}



img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges
}

.playercard img {
  image-rendering: pixelated;
}
.playercard a {
  color: inherit;
  text-decoration: none;
}
.playercard a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.playercard small, .playercard span.small {
  opacity: 0.3;
  font: 11px verdana;
}
.muted {
  opacity: 0.4;
}
.text-underline {
  text-decoration: underline !important;
}
.hidden {
  display: none;
}







footer {
  padding: 0 20px 30px 20px;
}
footer {
  margin-top: 15px;
}
footer img {
  width: 18px;
  height: auto;
}
.gameplay .card {
  border-radius: 0;
  border: 0;
  /* border: 4px solid rgba(0,0,0,.15); */
}
footer .card {
  background: #4A174D;
  background: rgba(0,0,0,.15);
}
footer a {
    color: var(--purple);
}
footer a:hover {
    color: #fff;
}

.store .card {
  background: #B1A891;
  background: #4A174D;
  background: #7B2580;
}
.store .btn {
  background-color: #9F34A6;
  border-color: #9F34A6;
}
.store .btn:hover {
  background-color: #4D1B52;
}





.mt--half {
  margin-top: .5em;
}
.mb--half {
  margin-bottom: .5em;
}
.mt0 {
  margin-top: 0;
}
.mt {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mb0 {
  margin-bottom: 0;
}
.mb {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.pt0 {
  padding-top: 0;
}
.pt {
  padding-top: 1em;
}
.pt2 {
  padding-top: 2em;
}
.pb0 {
  padding-bottom: 0;
}
.pb {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.ps {
  padding-left: 1em;
  padding-right: 1em;
}
.ps2 {
  padding-left: 2em;
  padding-right: 2em;
}
.pe {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pe2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid {
  display: grid;
}

.grid-6 {
  grid-gap: 2px;
  grid-template-columns: repeat(6, 1fr);
}

.text--right {
  text-align: right;
}
.table--lined td, .table--lined th {
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.table--lined__light td, .table--lined__light th {
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.table--spaced td, .table--spaced th {
  padding: .3em .9em .3em .9em;
}

.badge {
  display: inline-block;
  line-height: 13px;
  background: var(--purple);
  color: #FFFFFF;
  min-width: 28px;
  text-align: center;
  margin-right: 5px;
  border-radius: 12px;
  font-size: 10px;
  padding: 2px 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.color--easy {
  color: var(--green);
}
.color--medium {
  color: var(--yellow);
}
.color--hard {
  color: var(--orange);
}
.color--brutal {
  color: var(--red);
}

/* viz */
.chartlist {
	float: left;
	border-top: 1px solid rgba(0,0,0,.06);
  width: 100%;
  padding-left: 0;
	}
.chartlist li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.15);
	_zoom: 1;
	}
.chartlist li a {
	display: block;
	padding: 2px 10px;
	position: relative;
	z-index: 2;
	}
.chartlist li a:hover {
	background: none;
	}
.chartlist .count {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 10px 0;
	text-align: right;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 2em;
	z-index: 10;
	}
.moods_totals li {
	min-height: 32px;
	line-height: 32px;
	}
.moods_totals .chartlist .count	{
	margin: 10px;
	}
.chartlist .index {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--purple);
	text-indent: -9999px;
	overflow: hidden;
	line-height: 2em;
	}
.moods_totals .chartlist .index	{
	background: rgba(0,0,0,.04) ;
	}

@media only screen and (min-width: 480px) {
  .playercard {
    width: auto;
    max-width: 320px;
    margin-right: 20px;
  }
  .maxw--380 {
    max-width: 380px;
  }
  .maxw--700 {
    max-width: 700px;
  }
  .maxw--none {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .mt-n4-lg {
    margin-top: -4em;
  }
}








.story {
    position: relative;
    background: #181818;
    overflow: hidden;
}

.story img {
    float: left;
    transition:transform .3s
}

.story:hover img {
    transform:scale(1.1)
}

.overlay {
    position: absolute;
    top: 0;
    left:0
}

.overlay--blue {
    background:linear-gradient(to bottom, rgba(19, 165, 196, 0) 0%, rgba(19, 165, 196, 0) 40%, rgba(19, 165, 196, 1) 89%, rgba(19, 165, 196, 1) 100%)
}

.overlay--red {
    background:linear-gradient(to bottom, rgba(271, 79, 123, 0) 0%, rgba(271, 79, 123, 0) 40%, rgba(271, 79, 123, 1) 89%, rgba(271, 79, 123, 1) 100%)
}

.overlay--yellow {
    background:linear-gradient(to bottom, rgba(198, 196, 54, 0) 0%, rgba(198, 196, 54, 0) 40%, rgba(198, 196, 54, 1) 89%, rgba(198, 196, 54, 1) 100%)
}

.story span {
    width: 100%;
    margin: 310px 0 0;
    font-size: 1.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    float:left
}

.story h3 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    color:#fff
}





.pixelbutton {
  font-family: 'minecraft';
  color: white;
  background-color: #757575;
  border-top: 2px solid rgba(255,255,255,.6);
  border-left: 2px solid rgba(255,255,255,.6);
  border-bottom: 2px solid rgba(0,0,0,.6);
  border-right: 2px solid rgba(0,0,0,.6);
  padding: 0.4em 1.5em;
  outline: 2px solid rgba(0,0,0,.8);
  font-size: 20px;
  cursor: pointer;
  text-shadow: 2px 2px rgba(0,0,0,.6);
  display: inline-block;
}
.pixelbutton:hover {
  color: white;
  outline: 2px solid rgba(255,255,255,.8);
  /* background-color: #4b4b4b; */
}
.pixelinput {
  font-family: 'minecraft';
  color: white;
  background-color: #000;
  padding: 0.3em 2.5em 0.3em 0.5em;
  font-size: 20px;
  min-width: 310px;
  max-width: 90%;
  outline: 2px solid #fff;
  cursor: text;
}
.pixellabel {
  font-family: 'minecraft';
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  margin: 0.75em 0 .5em;
  letter-spacing: normal;
  text-shadow: 2px 2px rgba(0,0,0,.6);
}
.pixelcount {
  font-family: 'minecraft';
  color: #AAAAAA;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  margin: 0.75em 0 .5em;
  letter-spacing: normal;
  text-shadow: 2px 2px rgba(0,0,0,.6);
}
.pixelquote, blockquote {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'minecraft';
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
  text-shadow: 2px 2px rgba(0,0,0,.2);
  cursor: pointer;
}
blockquote:hover {
  text-shadow: 6px 6px rgba(0,0,0,.1);
}













.minetip-tooltip .icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-top: 10px;
}
.minetip-tooltip {
  position: relative;
  background-color: #100010;
  background-color: rgba(16, 0, 16, 0.94);
  border-radius: 4px;
  padding: 0.6em 1em;
  font-family: "minecraft";
  font-size: 15px;
  word-spacing: 4px;
  white-space: nowrap;
  line-height: 1.25em;
  margin: 0.125em 0;
}
.minetip-tooltip::after {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  bottom: 0.2em;
  left: 0.2em;
  border: 0.125em solid #2D0A63;
  border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
  border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
  z-index: 0;
}
.minetip-tooltip .icon, .minetip-title, .minetip-description {
  position: relative;
  z-index: 2;
}
.minetip-description {
  margin-bottom: 0.25em;
}
.minetip-title {
  color: var(--darkpurple);
  color: hsl(303, 100%, 36%);
  margin-top: 0.45em;
  display: block;
}
.item {
  margin-bottom: 20px;
}
.item ul {
  padding: 0;
}
.item li {
  list-style-type: none;
}
.item a:hover {
  text-decoration: none;
}
.item a:hover .minetip-tooltip {
  color: white !important;
  outline: 2px solid var(--purple);
}
.item a:hover .color-special {
  /* color: var(--purple); */
}






.playercard {
  max-width: 100%;
  margin-right: 0;
}
.stats td:nth-child(2) {
  color: white;
  font-weight: bold;
  color: #54FCFC;
}
.stats td:nth-child(3) {
  color: var(--purple);
}
.stats td:nth-child(4), .stats td:nth-child(5), .stats td:nth-child(6) {
  color: var(--orange);
}
.stats th {
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 1em;
}
table.stats td {
  padding-top: .5em;
  font-size: 0.8em;
  border-top: 1px solid rgba(0,0,0,0.1);
}
table.stats td, .stats tr {
  vertical-align: middle;
}

.solo-item {
  max-width: 420px;
  margin-left: 1em;
  margin-right: 1em;
  overflow: auto;
}
.special-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}







.gameplay .card {
  border-radius: 0;
  border: 0;
}


#howToPlay {
  animation: fadeInAnimation ease 1.5s; 
  animation-iteration-count: 1; 
  animation-fill-mode: forwards;
  max-width: 90%; 
  margin-left: auto;
  margin-right: auto;
}
#slot {
  position: relative;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
#slot > img {
  width: 100%;
}
#slot .pixelcount {
  position: absolute;
  text-align: center;
  right: -15px;
  top: -10px;
  width: 110px;
  text-align: right;
  z-index: 1;
}

.link--chest {
  display: none!important;
}

@media only screen and (min-width: 600px) {
  #slot {
    width: 480px;
  }
  #slot .pixelcount {
    right: 0;
    top: -10px;
    width: 150px;
    font-size: 17px;
  }
  .pixelmega {
    font-size: 132px;
  }
  iframe {
    height: 357px;
  }
  .link--chest {
    display: flex !important;
  }
}

.pixelmega {
  font-size: 48px;
  line-height: 1;
  display: block;
}
.pixelcount img {
  display: inline;
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
    } 
}








@media (min-width: 992px) {
  .mt-n4-lg {
    margin-top: -4em;
  }
}
@media (max-width: 740px) {
  .hide--mobile {
    display: none !important;
  }
}
