@import url("https://fonts.googleapis.com/css?family=Poppins");
body {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  margin: 0;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 1900% 1000%;
  -webkit-animation: rainbow-b 10s infinite;
  animation: rainbow 10s infinite;
}

.image-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-panel .image-merch {
  padding-top: 10%;
  width: 400px;
  height: 470px;
}

nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-top: 10px;
}

nav .navbar-link {
  display: inline;
  margin: 0 15px 0 15px;
  text-decoration: none;
  position: relative;
  color: white;
}

.biography {
  margin-top: 20%;
  padding-bottom: 15px;
  background: url(./img/background-transparent.jpg);
  height: auto;
  -webkit-box-shadow: -1px 3px 20px 0px #000000;
          box-shadow: -1px 3px 20px 0px #000000;
}

.biography h1 {
  text-shadow: -2px 1px black;
  font-size: 25px;
  padding-top: 25px;
  text-align: center;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
}

.biography p {
  color: black;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
}

.biography a {
  color: #EA80FC;
  text-shadow: -2px 1px black;
}

.biography .biography-image {
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (0fr)[4];
      grid-template-columns: repeat(4, 0fr);
}

.biography .biography-image img {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  text-align: center;
}

.discography {
  padding-bottom: 50px;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (0fr)[4];
      grid-template-columns: repeat(4, 0fr);
}

.discography .discography-item {
  color: black;
  display: inline-block;
  margin-top: 4rem;
  width: 300px;
  height: 228px;
  text-align: center;
  background: url(./img/background-transparent.jpg);
  -webkit-box-shadow: -1px 1px 20px 2px rgba(136, 136, 136, 0.8);
          box-shadow: -1px 1px 20px 2px rgba(136, 136, 136, 0.8);
  margin-right: 50px;
}

.discography h1 {
  text-shadow: -2px 1px black;
  font-size: 25px;
  padding-top: 25px;
  text-align: center;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
}

.discography h2 {
  text-shadow: -2px 1px black;
  font-size: 25px;
  padding-top: 25px;
  text-align: center;
  margin: 0;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
}

.discography h3 {
  padding-bottom: 5px;
  margin: 0;
  font-size: 15px;
}

.discography img {
  width: 300px;
}

.merch {
  background: url(./img/background-transparent.jpg);
  height: auto;
  -webkit-box-shadow: -1px 3px 20px 0px #000000;
          box-shadow: -1px 3px 20px 0px #000000;
  text-align: center;
  padding-bottom: 30px;
}

.merch h1 {
  text-shadow: -2px 1px black;
  font-size: 25px;
  padding-top: 25px;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
}

.merch .image-panel-merch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.merch .image-panel-merch .image-merch-panel-merch {
  width: 300px;
  height: 370px;
  border: none;
}

.merch p {
  color: black;
  font-size: 20px;
  text-align: center;
}

.merch .merch-form {
  border: none;
  -webkit-appearance: none;
  width: 300px;
  color: #EA80FC;
  text-shadow: -2px 1px black;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.merch form .col input {
  -webkit-appearance: none;
  border: none;
  resize: none;
  width: 165px;
  height: 25px;
  font-family: 'Poppins', sans-serif;
  padding: 0;
}

.merch form select {
  border: none;
}

.merch form button {
  resize: none;
  -webkit-appearance: none;
  border: none;
  background-color: #ffffff;
  width: 70px;
  height: 25px;
}

.merch .row {
  -webkit-appearance: none;
  border: none;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
  display: inline-block;
  width: 338px;
  max-width: 338px;
  max-height: 200px;
  min-height: 50px;
  min-width: 338px;
}

.booking {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

.booking button {
  -webkit-appearance: none;
  resize: none;
  border: none;
  background-color: #ffffff;
  width: 70px;
  height: 25px;
}

.booking h1 {
  height: auto;
  text-shadow: -2px 1px black;
  font-size: 25px;
  -webkit-animation: rainbow-text 10s infinite;
  animation: rainbow-text 10s infinite;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.booking .content {
  display: none;
  overflow: hidden;
}

.booking .content form input {
  -webkit-appearance: none;
  border: none;
  width: 165px;
  height: 25px;
  border: none;
}

.booking input {
  border: none;
  resize: none;
  font-family: 'Poppins', sans-serif;
}

.booking .row {
  border: none;
  resize: none;
  font-family: 'Poppins', sans-serif;
  margin-left: -8px;
  margin-top: 10px;
  display: inline-block;
  width: 335px;
  max-width: 335px;
  max-height: 200px;
  min-height: 50px;
  min-width: 335px;
  border: none;
}

.booking p {
  padding: 0;
}

.done {
  -webkit-appearance: none;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}

.done .alert {
  width: 350px;
  background-color: #1f9d1f;
  padding: 0 0 10px 10px;
  color: white;
}

.done .alert h2 {
  font-size: 20px;
}

.done .alert .closebtn {
  padding: 10px 10px 0 0;
  color: white;
  float: right;
  font-size: 25px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.done .alert .closebtn:hover {
  color: black;
}

.bottom {
  background-color: #3D3D3B;
  height: auto;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.bottom .bottom-text {
  padding-top: 10px;
  text-decoration: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom a {
  color: white;
}

@media screen and (max-width: 375px) {
  .merch .row {
    -webkit-appearance: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    display: inline-block;
    width: 300px;
    max-width: 300px;
    max-height: 300px;
    min-height: 50px;
    min-width: 300px;
  }
  .booking .row {
    border: none;
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    width: 300px;
    max-width: 300px;
    max-height: 300px;
    min-height: 50px;
    min-width: 300px;
    border: none;
  }
}

@media screen and (max-width: 315px) {
  .merch .row {
    -webkit-appearance: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    display: inline-block;
    width: 280px;
    max-width: 280px;
    max-height: 280px;
    min-height: 50px;
    min-width: 280px;
  }
  .booking .row {
    border: none;
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    width: 280px;
    max-width: 280px;
    max-height: 280px;
    min-height: 50px;
    min-width: 280px;
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .discography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .discography .discography-item {
    margin-right: 0px;
  }
  .bottom a {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
  .image-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .image-panel .image-merch {
    padding-top: 10%;
    width: 300px;
    height: 370px;
  }
  .biography .biography-image img {
    display: none;
  }
}

img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
  display: none;
}

@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

@keyframes rainbow {
  0% {
    background-position: 0% 82%;
  }
  50% {
    background-position: 100% 19%;
  }
  100% {
    background-position: 0% 82%;
  }
}

@-webkit-keyframes rainbow {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

@-webkit-keyframes rainbow {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

@keyframes rainbow-text {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  40% {
    color: yellow;
  }
  60% {
    color: green;
  }
  100% {
    color: orange;
  }
}

@-webkit-keyframes rainbow-text {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

@keyframes rainbow-text {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  40% {
    color: yellow;
  }
  60% {
    color: green;
  }
  100% {
    color: orange;
  }
}
/*# sourceMappingURL=style.css.map */