@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pirata+One&display=swap");
:root {
  --font-main: "Merriweather", serif;
  --font-mono: "Consolas", monospace;
  --font-mc: "MinecraftRegular", monospace;
  --font-mc-size: 20px;
  --mc-button-width: 400px;
  --palered: rgb(255,127,127);
  --bcr1-icon: url("/static/i/mc/bell_128x128.png");
  --bcr1-bg: url("/static/i/mc/dirt_128x128_dark.png");
  --bcr1-h2: url("/static/i/mc/cobblestone_128x128_dark.png");
  --bcr2-icon: url("/static/i/mc/honey_bottle_128x128.png");
  --bcr2-bg: url("/static/i/mc/grass_block_top_128x128.png");
  --bcr2-h2: url("/static/i/mc/honeycomb_block_128x128_dark.png");
  --bcr3-icon: url("/static/i/mc/music_disc_otherside_128x128.png");
  --bcr3-bg: url("/static/i/mc/deepslate_top_128x128.png");
  --bcr3-h2: url("/static/i/mc/amethyst_block_128x128.png");
  --bcr4-icon: url("/static/i/mc/sculk_shrieker_side_128x128.png");
  --bcr4-bg: url("/static/i/mc/sculk_catalyst_top_128x128.png");
  --bcr4-h2: url("/static/i/mc/mangrove_planks_128x128.png");
  --bcr4-font: "Roboto Slab", serif;
  --bcr5-icon: url("/static/i/mc/cherry_sapling_128x128.png");
  --bcr5-bg: url("/static/i/mc/cherry_planks_128x128.png");
  --bcr5-grad: linear-gradient(fuchsia, orange);
  --bcr5-h2: url("/static/i/mc/bamboo_planks_128x128_dark.png");
  --bcr5-font: "Aoboshi One", serif;
  --bcr6-icon: url("/static/i/mc/trial_key_128x128.png");
  --bcr6-bg: url("/static/i/mc/tuff_bricks_128x128_dark.png");
  --bcr6-grad: linear-gradient(#d67b5b, #59b292);
  --bcr6-h2: url("/static/i/mc/oxidized_cut_copper_64x64_dark.png");
  --bcr6-font: "Pirata One", serif;
}

@font-face {
  font-family: "MinecraftRegular";
  src: url("/static/font/Minecraft/MinecraftRegular-Bmg3.otf");
}
.hidden {
  display: none !important;
}

body {
  margin: 0;
  top: 0;
  background-color: #222;
  color: white;
  letter-spacing: 0;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 1em;
}

main {
  width: 75%;
  min-height: 100vh;
  margin: 0 auto;
}

hr {
  width: 75%;
  color: grey;
}

p {
  width: 75%;
  margin: 0 auto;
  font-size: 1.5em;
}

b {
  font-weight: bold;
}

code {
  font-family: monospace;
  letter-spacing: 0;
  padding: 5px;
  margin: 2px;
  border-radius: 5px;
}

.flexnav {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  width: 90%;
}

.flexnav.col2 {
  width: 60%;
}

.flexnav.tight {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.flexnav .bttn {
  margin: 0;
}

div.ol-mouse-position {
  background-color: #333;
  color: white;
  font-family: var(--font-mono);
  font-size: 1.25em;
  letter-spacing: 0;
  border: 1px solid grey;
  border-radius: 5px;
}

div.off {
  display: none;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
table {
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
}

.flexnav.gallery-files {
  width: 60%;
}

.bttn {
  align-items: center;
  border: 2px solid black;
  box-sizing: border-box;
  color: white;
  background-color: #404040;
  display: flex;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 auto;
  padding-top: 1px;
  padding: 0px;
  text-decoration: none;
  width: var(--mc-button-width);
  box-shadow: 4px 4px black;
}

.bttn:hover {
  border-color: white;
}

.bttn.disabled {
  pointer-events: none;
  filter: brightness(0.5);
}

.bttn.arrow {
  width: 3em;
  height: 3em;
}

.bttn.arrow.hide {
  opacity: 0;
  pointer-events: none;
}

.bttn.tab.active {
  border-color: white;
  filter: brightness(0.5);
}

.bttn > img.sprite-icon {
  width: 32px;
  height: 32px;
  image-rendering: pixelated;
}

.bttn > img.sprite-icon.right {
  margin-right: -32px;
}

.bttn > img.sprite-icon.left {
  margin-left: -32px;
}

nav.flexnav .bttn {
  justify-content: center;
}

a {
  color: aqua;
}

a.mega {
  height: 72px;
}

a.mega span {
  position: relative;
  top: 3px;
}

input {
  letter-spacing: 0;
  padding: 0.25em;
}

select {
  letter-spacing: 0;
  padding: 0.25em;
}

select.bttn {
  width: 10em;
  font-size: 1.5em;
  text-align: center;
}

select.bttn > option {
  letter-spacing: 0;
}

h1 {
  font-size: 3em;
}

h1.mc-head img {
  height: 1.5em;
  vertical-align: bottom;
}

h2, h3 {
  box-sizing: border-box;
  width: 75%;
  margin: auto;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

h2 {
  width: 75%;
  font-size: 2em;
  background-color: black;
  color: white;
  border: 2px solid black;
}

h2 sup {
  font-style: italic;
  font-weight: lighter;
}

h3 {
  font-weight: bold;
  font-size: 2em;
  text-align: left;
}

h3.subtitle {
  font-size: 1.5em;
  text-align: center;
  font-weight: normal;
  margin-top: -1em;
  font-style: italic;
}

figure {
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 33.3%;
  max-width: 33.3%;
  aspect-ratio: 16/9;
  background-size: cover;
}

figure a {
  text-decoration: underline;
  font-style: normal;
}

figure img {
  height: 300px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  vertical-align: top;
}

.gallery {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.gallery.smaller figure img {
  height: 250px;
}

figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-weight: bolder;
}
figcaption sup {
  font-style: italic;
}

ul {
  font-size: 1.5em;
  width: 75%;
  text-align: left;
  margin: 0 auto;
  list-style: disc inside;
}

ul.buttonlist {
  list-style: none;
  text-align: center;
}

ul.tweak-list span.tweak-desc {
  font-size: 0.9em;
}

.withbg {
  width: 75%;
  font-size: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 auto;
  text-align: left;
}

li {
  padding-bottom: 20px;
  margin-right: 2em;
}

li.note {
  list-style-type: none;
  padding: 0.5em;
  font-size: 0.75em;
}

a.hlight {
  padding-right: 10px;
  padding-left: 10px;
}

img.linker {
  position: absolute;
  margin-top: 0.25em;
  padding-left: 0.5em;
  height: 1em;
  opacity: 0;
}

h2:hover img.linker {
  opacity: 1;
}

img.alone {
  width: auto;
  height: 500px;
}

kbd {
  letter-spacing: 0;
  padding: 5px;
  height: 1em;
  width: 1em;
  display: inline-block;
}

sup {
  font-size: 0.75em;
  font-style: italic;
}

div#player-stats-viewer {
  margin: 0 auto;
  width: 70%;
}
div#player-stats-viewer input.bttn {
  cursor: pointer;
}
div#player-stats-viewer button.help {
  vertical-align: middle;
}
div#player-stats-viewer div.flex-inputs {
  display: flex;
  flex-direction: row;
}
div#player-stats-viewer div.flex-inputs p {
  width: 100%;
}
div#player-stats-viewer div.flex-inputs input, div#player-stats-viewer div.flex-inputs select {
  width: 90%;
}
div#player-stats-viewer div.flex-inputs input[type=checkbox] {
  height: 1em;
  width: 1em;
}
div#player-stats-viewer div#search-result div.errors ul {
  list-style: none;
  text-align: center;
}

.select2-results {
  background-color: black;
}
.select2-results ul {
  width: 100%;
}
.select2-results li {
  margin-right: 0;
}

span.select2-container.disabled {
  background-color: grey;
  filter: opacity(0.5);
  pointer-events: none;
}

span.select2-selection ul {
  color: black !important;
  font-size: 1em;
}
span.select2-selection li {
  margin-right: 0;
}
span.select2-selection li span.select2-selection__choice__display {
  margin-left: 0.25em;
}

table#stats {
  width: 100%;
  font-size: 1.5em;
  border-collapse: collapse;
}
table#stats th, table#stats td {
  padding: 0.5em;
  border: 1px solid black;
}
table#stats td {
  padding: 0.25em;
}
table#stats td[name=stat-name] {
  text-align: left;
}
table#stats td[name=stat-value] {
  text-align: right;
}

footer {
  background-color: black;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
}

footer div {
  width: 75%;
  margin: 0 auto;
}

footer p {
  font-size: 1em;
  padding-left: 1em;
  margin: 0;
  font-style: italic;
  width: 80%;
}

footer hr.subsec {
  margin: 0;
  margin-bottom: 0.5em;
  width: 25%;
}

footer ul {
  width: 100%;
  margin-left: 0;
  font-size: 1em;
}

footer li {
  padding: 0;
}

img.bcr1-icon {
  content: var(--bcr1-icon);
  height: 1.5em;
  vertical-align: bottom;
}

img.bcr2-icon {
  content: var(--bcr2-icon);
  height: 1.5em;
  vertical-align: bottom;
}

img.bcr3-icon {
  content: var(--bcr3-icon);
  height: 1.5em;
  vertical-align: bottom;
}

img.bcr4-icon {
  content: var(--bcr4-icon);
  height: 1.5em;
  vertical-align: bottom;
}

img.bcr5-icon {
  content: var(--bcr5-icon);
  height: 1.5em;
  vertical-align: bottom;
}

img.bcr6-icon {
  content: var(--bcr6-icon);
  height: 1.5em;
  vertical-align: bottom;
}

@keyframes flash {
  0% {
    filter: brightness(1);
  }
  25% {
    filter: brightness(2);
  }
  75% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(1);
  }
}
.anim-flash {
  animation-name: flash;
  animation-duration: 1s;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1em;
    overflow-x: hidden;
  }
  main {
    width: 100%;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    width: 90%;
  }
  h3.subtitle {
    width: 100%;
  }
  button.site-opt-floating {
    display: none;
  }
  .bttn {
    padding: 1em;
    width: 100%;
  }
  .buttonlist .bttn {
    height: 30px;
  }
  ul, ol {
    width: 90%;
    padding-left: 0;
    font-size: 1em;
  }
  .withbg {
    width: 90%;
    font-size: 1em;
  }
  p {
    font-size: 1em;
  }
  ul li, ol li {
    margin: 0 auto;
    width: 80%;
  }
  img.alone {
    width: 100%;
    height: auto;
  }
  figure {
    min-width: 100%;
    max-width: 100%;
  }
  figure img {
    height: 200px;
  }
  .flexnav.col1 {
    width: 90%;
  }
  .flexnav.col2 {
    width: 90%;
  }
  .flexnav.gallery-files {
    width: 100%;
  }
  footer div {
    width: 75%;
  }
  footer hr.subsec {
    width: 100%;
  }
  nav#topnav {
    row-gap: 0;
  }
  table#stats {
    width: 100%;
  }
}/*# sourceMappingURL=bcrmc-layout.css.map */