body {
  background: linear-gradient(
      180deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(2, 32, 72, 0) 77%
    ),
    #1d89dc url(../img/minecraft_island.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 20px;
}

.content h1 {
  text-shadow: 4px 4px 1px #08488d;
  font-family: "Minecraft", sans-serif;
  font-weight: normal;
}
h1 a {
  color: #fff;
}
.subtitle {
  text-shadow: 3px 3px 1px #08488d;
}
.content h1,
.content h2,
.content h3,
.content p,
.content h5 {
  color: #fff;
  line-height: 150%;
}
.content h2 {
  font-size: 20px;
}
.content h3 {
  font-size: 18px;
}
a {
  color: #fff699;
}
a:hover {
  color: #fff;
}

.button {
  background: #fcbb4c;
  color: #08488d;
  border: none;
  font-weight: bold;
  font-size: 15px;
  min-width: 150px;
}

.button:hover {
  background: #fff;
  color: #08488d;
}
.calculator {
  background-color: rgba(8, 72, 141, 0.9);
  border-radius: 12px;
  color: #fff;
  padding: 1rem;
}
#build-list-button {
  text-align: center;
  vertical-align: middle;
}

/*Select2 Styles*/

.select2-container .select2-selection--single {
  height: 2.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #dbdbdb;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
}

.select2-container--default
  .select2-selection--singleF
  .select2-selection__rendered,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px;
}

.block-icon {
  max-width: 25px;
  height: auto;
  margin-right: 3px;
  margin-bottom: -5px;
}
.dropdown-text {
  line-height: 30px;
}

/*General Form Styles*/
.input.number {
  width: 60px;
  font-size: 20px;
  padding: 1.16rem 0;
}

/*Footer */
footer p {
  text-align: center;
}
#donate {
  width: 100px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 1rem 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .content h1 {
    font-size: 65px;
  }
  .content h2 {
    font-size: 24px;
  }
  .subtitle {
    font-size: 35px;
  }
  .button {
    font-size: 18px;
  }
  .input.item-names {
    width: 250px;
  }
  .content h3 {
    font-size: 22px;
  }
  .calculator {
    padding: 1rem;
  }
  .section {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .content h1 {
    font-size: 85px;
  }
  .button {
    min-width: 170px;
  }
  .calculator {
    padding: 3rem;
  }
}
