/*
https://coolors.co/336699-23ce6b-49612d-272d2d-f6f8ff
https://coolors.co/336699-1ccad8-49612d-272d2d-f6f8ff
https://coolors.co/336699-1ccad8-49612d-272d2d-f8f9fa

ignore these

*/

body {
  padding-bottom: 40px;
}

/* h4, h5, h6 .muted {
  color: var(--dark);
} */

/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
    font-family: "Minecraft Regular";
    src: url("../fonts/1_Minecraft-Regular.eot?") format("eot"),
         url("../fonts/1_Minecraft-Regular.woff") format("woff"),
         url("../fonts/1_Minecraft-Regular.ttf") format("truetype"),
         url("../fonts/1_Minecraft-Regular.svg#Minecraft-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mcfont {
    font-family: 'Minecraft Regular';
}


.highlight {
  color: var(--secondary);
  max-height: 121px;
  /* overflow: hidden;
  overflow-wrap: break-word; */
}

.navbar-toggler,
.menu-bg {
  background-color: #f8f9faaa;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.tagline {
  margin-top: -10px;
}

.navbar {
  padding: 0.5rem 0.25rem;
}

.grecaptcha-badge {
  z-index: 1000;
  box-sizing: content-box;
}

.background-large {
    background-image: url("../img/background.png");
}

.background-slim {
    background-image: url("../img/background-slim.png");
}

.background-container {
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 10px;
}

.sponsor-background {
  padding: 0.25rem;
  min-height: 180px;
  max-width: 660px;
  background-color: #1ccad866;
  text-align: center;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.server-card {
  width: 20rem;
  max-width: 470px;
}

.form-narrow {
  margin: 0px auto;
  padding: 0 4px;
  max-width: 660px;
}

.container-narrow {
  margin: 0px auto;
  padding: 0 0.25rem;
  max-width: 1000px;
}
.container-narrow > hr {
  margin: 30px 0;
}

.hlead {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 30px;
}

.statsbox {
  min-width: 160px;
  min-height: 100px;
  float: right;
  margin: 10px;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: var(--dark);
}

.ip {
  margin-top: 10px;
  min-width: 60px;
  font-style: italic;
  text-align: center;
}

.start-letter {
  margin-top: -18px;
  padding: 8px;
  font-size: 300%;
  color: var(--dark);
  float: left;
  font-family: cursive;
}

.submit-flow {
  display: table-caption;
}

ul.player-list {
  margin-left: 0;
}

ul.player-list li {
  padding: 3px;
  margin: 2px;
  display: inline-block;
  background-color: #1ccad822;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
