@import url("https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&family=Montserrat:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap");
a {
  color: white;
  transition: all 1s ease-in-out;
}

nav li {
  transition: all 1s ease-in-out;
  list-style: none;
}
nav li:hover {
  margin-left: -75px;
  padding-left: 95px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
}
nav li:hover a {
  text-shadow: none;
}
nav .big {
  list-style: none;
}
nav .big a {
  font-size: xx-large;
}
nav a {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: large;
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #eee;
  text-shadow: 0 0 3px black;
  font-style: italic;
  text-decoration: none;
  transition: all 1s ease-in-out;
}
nav a:hover {
  color: white;
  letter-spacing: 0.2em;
}

.logo {
  margin: 25px;
  width: 150px;
  display: block;
}
.logo img {
  width: 100%;
}

footer {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}
footer img {
  width: 80px;
}
footer li {
  list-style: none;
}
footer a {
  font-size: small;
  line-height: 1.5;
  color: white;
}

.social a {
  display: inline-block;
  color: white;
  margin-right: 5px;
}
.social a i {
  font-size: large;
}

body {
  font-family: "Pixelify Sans", sans-serif;
  color: white;
  line-height: 1.5;
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
  height: 100vh;
  font-size: large;
}

main {
  padding: 25px;
  height: 80vh;
  min-height: 90vh;
  height: auto;
  overflow: auto;
}
main .social i {
  font-size: xx-large;
}

.intro {
  font-size: x-large;
}

.multiplier {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  line-height: 3;
  padding: 7px;
  color: black;
  background: white;
  border-radius: 15px;
  border: 3px solid black;
}

.text-right {
  text-align: right;
  display: block;
}

.partners li {
  display: inline-block;
  text-align: center;
  transition: all 1s ease-in-out;
  padding: 15px 25px;
}
.partners li img {
  vertical-align: middle;
  height: 35px;
  display: block;
  margin: 15px auto;
  text-shadow: 0 0 3px white;
}
.partners li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
}
.partners li small {
  font-size: small;
}

.right {
  float: right;
}

.btn {
  font-size: large;
  padding: 15px 25px;
  border-radius: 25px;
  transition: all 1s ease-in-out;
  background: #1d3e5c;
  color: white;
  box-shadow: 0 0 3px #03e9f4, 0 0 5px #03e9f4, 0 0 10px #03e9f4, 0 0 20px #03e9f4;
  margin-bottom: 25px;
}
.btn:hover {
  background: #4f798d;
  box-shadow: 0 0 5px #03e9f4, 0 0 10px #03e9f4, 0 0 20px #03e9f4, 0 0 50px #03e9f4;
}

.mr-10px {
  margin-right: 10px;
}

.mr-25px {
  margin-right: 25px;
}

.mr-50px {
  margin-right: 50px;
}

.hidden {
  display: none;
  visibility: hidden;
  height: 0;
}

.attention {
  border: 3px solid red;
  padding: 20px;
  border-radius: 20px;
  background: rgba(150, 0, 0, 0.7);
  color: white;
}
.attention h2, .attention h3, .attention h4 {
  color: red;
}

.howtoplay {
  font-size: x-large;
}

/** for mobile  */
@media only screen and (max-width: 768px) {
  nav {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    transition: all 1s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  nav.full {
    border-bottom: 5px solid white;
    width: 100%;
    height: 99vh;
    overflow: auto;
  }

  .logo {
    width: 90%;
    cursor: pointer;
    display: inline-block;
  }
  .logo i {
    vertical-align: middle;
  }
  .logo img {
    width: 55px;
  }

  body {
    padding-top: 150px;
  }
}
.w100 {
  width: 100%;
  display: block;
}

.section_toc {
  padding: 15px;
}
.section_toc .h2,
.section_toc .h3,
.section_toc .h4 {
  display: block;
  margin-top: 35px;
}
.section_toc ul,
.section_toc li {
  padding: 0;
  margin-left: 25px;
}

.btn-score {
  background: #1d3e5c;
  color: white;
  padding: 5px 15px;
  border: #4f798d;
  box-shadow: none;
  border-radius: 5px;
}

.score-date {
  text-align: center;
  background: white;
  color: #1d3e5c;
  font-size: large;
}

.vertmid {
  display: inline-block;
  vertical-align: middle;
}

.scoreboard {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.scoreboard tr:hover,
.scoreboard tr:hover * {
  background-color: white;
  color: black;
}
.scoreboard th:not(caption) > * > *,
.scoreboard th {
  font-size: x-small;
  background: rgba(255, 255, 255, 0.3);
}
.scoreboard th,
.scoreboard td {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2px;
  font-size: small;
  font-family: "Courier New", Courier, monospace;
}
.scoreboard .field-score {
  text-align: right;
}
.scoreboard .field-player, .scoreboard .field-player *,
.scoreboard .field-tx,
.scoreboard .field-tx *,
.scoreboard .field-tx-id,
.scoreboard .field-tx-id * {
  font-size: x-small;
}
.scoreboard a {
  color: black;
}