/* hi there! please credit me @ goldenfreddy.neocities.org if you copy any of the coding here! thanks:) */

* {
  box-sizing: border-box;
  word-break: break-word;
  font-family: "PokemonDPPT";
}

:root {
  cursor: url("/images/starcursorA.png"), auto;
  width: 100vw;
  height: 100vh;
  text-align: center;
}

a:hover {
  cursor: url("/images/starcursorB.png"), pointer;
}

@font-face {
  font-family: "PokemonDPPT";
  src: url("/fonts/PokemonDPPT.ttf")format("truetype");
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  align-content: center;
  background: navy url(https://i.imgur.com/fUWHJqm.png);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
	padding: 20px;
	margin: 0;
	box-shadow: inset 0px 0px 100px 50px rgba(14, 0, 25, 0.5);
}

h1 {
  margin: 0;
  padding: 0;
  color: #8cffb8;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  letter-spacing: 10px;
  text-shadow: #5757ce 2px 0px 0px, #5757ce 1.75517px 0.958851px 0px, #5757ce 1.0806px 1.68294px 0px, #5757ce 0.141474px 1.99499px 0px, #5757ce -0.832294px 1.81859px 0px, #5757ce -1.60229px 1.19694px 0px, #5757ce -1.97998px 0.28224px 0px, #5757ce -1.87291px -0.701566px 0px, #5757ce -1.30729px -1.5136px 0px, #5757ce -0.421592px -1.95506px 0px, #5757ce 0.567324px -1.91785px 0px, #5757ce 1.41734px -1.41108px 0px, #5757ce 1.92034px -0.558831px 0px;
}

h2 {
  margin: 0;
  padding: 0;
  color: #8cffb8;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
  letter-spacing: 6px;
  text-shadow: #5757ce 2px 0px 0px, #5757ce 1.75517px 0.958851px 0px, #5757ce 1.0806px 1.68294px 0px, #5757ce 0.141474px 1.99499px 0px, #5757ce -0.832294px 1.81859px 0px, #5757ce -1.60229px 1.19694px 0px, #5757ce -1.97998px 0.28224px 0px, #5757ce -1.87291px -0.701566px 0px, #5757ce -1.30729px -1.5136px 0px, #5757ce -0.421592px -1.95506px 0px, #5757ce 0.567324px -1.91785px 0px, #5757ce 1.41734px -1.41108px 0px, #5757ce 1.92034px -0.558831px 0px;
}

b {
  color: #8cfff1;
  letter-spacing: 2px;
}

u { 
  color: #d6fffb;
  text-decoration: dashed underline 1px;
  text-decoration-color: RGBA(214, 255, 251, 0.4);
  text-underline-offset: 6px;
}

p {
  margin: 0;
}

a, a:link, a:visited {
  color: #fff9ab;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
}

a:hover {
  color: #ffed00;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: white 0 0 5px, white 0 0 1px;
}

::selection {
  background: RGBA(255, 209, 110, 0.3);
}

br {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

hr {
  border-bottom: dotted 2px;
  border-top: none;
}

/* ================================================== main divs ================================================== */

.maincontain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  align-content: flex-start;
  width: 100%;
  height: fit-content;
  min-width: 500px;
  max-width: 900px;
  margin: auto;
}

.boxcontent {
  display: block;
  width: auto;
  margin: auto;
  height: fit-content;
}

.innerbg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  border: double #484848 4px;
  background-color: rgba(36, 36, 36, 0.33);
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 15px;
  margin: 15px 0;
}

.newflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  gap: 10px;
  min-height: 100px;
  margin-bottom: 20px;
}

.newhalf {
  flex-grow: 1;
  align-self: flex-start;
  height: 50%;
  min-height: 100px;
  width: 50%;
  background-color: rgba(72, 72, 72, 0.3);
  border: double rgba(72, 72, 72, 0.65) 4px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  padding: 18px 25px;
}

.biohalf {
  flex-grow: 1;
  align-self: flex-start;
  height: 50%;
  min-height: 100px;
  width: 50%;
  background-color: rgba(72, 72, 72, 0.3);
  border: double rgba(72, 72, 72, 0.65) 4px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 18px 25px;
}

.newgallery {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
  width: 100%;
  gap: 5px;
}

.newgallery img, .dkgallery img {
  max-height: 150px;
  width: auto;
}

.mobilezoom {
  margin-top: -5px;
}

.mobilezoom p {
  font-size: 22px;
  line-height: 35px;
}

/* ================================================== official band colors ==================================================  */

#btob { /* dark to light: #42b4e6 #7bd2ed white */
  color: white;
  margin: 20px 0;
  text-shadow: #42b4e6 2px 0px 0px, #42b4e6 1.75517px 0.958851px 0px, #42b4e6 1.0806px 1.68294px 0px, #42b4e6 0.141474px 1.99499px 0px, #42b4e6 -0.832294px 1.81859px 0px, #42b4e6 -1.60229px 1.19694px 0px, #42b4e6 -1.97998px 0.28224px 0px, #42b4e6 -1.87291px -0.701566px 0px, #42b4e6 -1.30729px -1.5136px 0px, #42b4e6 -0.421592px -1.95506px 0px, #42b4e6 0.567324px -1.91785px 0px, #42b4e6 1.41734px -1.41108px 0px, #42b4e6 1.92034px -0.558831px 0px;
}

#bts { /* dark to light: #6926b5 #a3c7eb #f3abc2 */
  color: #a3c7eb;
  margin: 20px 0;
  text-shadow: #6926b5 2px 0px 0px, #6926b5 1.75517px 0.958851px 0px, #6926b5 1.0806px 1.68294px 0px, #6926b5 0.141474px 1.99499px 0px, #6926b5 -0.832294px 1.81859px 0px, #6926b5 -1.60229px 1.19694px 0px, #6926b5 -1.97998px 0.28224px 0px, #6926b5 -1.87291px -0.701566px 0px, #6926b5 -1.30729px -1.5136px 0px, #6926b5 -0.421592px -1.95506px 0px, #6926b5 0.567324px -1.91785px 0px, #6926b5 1.41734px -1.41108px 0px, #6926b5 1.92034px -0.558831px 0px;
}

#svt { /* rose, serenity, 17carat: #fab5b4 #92a8d1 #3b50a3 */
  color: #92a8d1;
  margin: 20px 0;
  text-shadow: #3b50a3 2px 0px 0px, #3b50a3 1.75517px 0.958851px 0px, #3b50a3 1.0806px 1.68294px 0px, #3b50a3 0.141474px 1.99499px 0px, #3b50a3 -0.832294px 1.81859px 0px, #3b50a3 -1.60229px 1.19694px 0px, #3b50a3 -1.97998px 0.28224px 0px, #3b50a3 -1.87291px -0.701566px 0px, #3b50a3 -1.30729px -1.5136px 0px, #3b50a3 -0.421592px -1.95506px 0px, #3b50a3 0.567324px -1.91785px 0px, #3b50a3 1.41734px -1.41108px 0px, #3b50a3 1.92034px -0.558831px 0px;
}

#skz { /* red, darkgrey, white: #b02132 #666666 white */
  color: white;
  margin: 20px 0;
  text-shadow: #b02132 2px 0px 0px, #b02132 1.75517px 0.958851px 0px, #b02132 1.0806px 1.68294px 0px, #b02132 0.141474px 1.99499px 0px, #b02132 -0.832294px 1.81859px 0px, #b02132 -1.60229px 1.19694px 0px, #b02132 -1.97998px 0.28224px 0px, #b02132 -1.87291px -0.701566px 0px, #b02132 -1.30729px -1.5136px 0px, #b02132 -0.421592px -1.95506px 0px, #b02132 0.567324px -1.91785px 0px, #b02132 1.41734px -1.41108px 0px, #b02132 1.92034px -0.558831px 0px;
}

#ateez { /* orange, maroon, yellow: #e55806, #8a2400, #fcba03 */
  color: #e55806;
  margin: 20px 0;
  text-shadow: #8a2400 2px 0px 0px, #8a2400 1.75517px 0.958851px 0px, #8a2400 1.0806px 1.68294px 0px, #8a2400 0.141474px 1.99499px 0px, #8a2400 -0.832294px 1.81859px 0px, #8a2400 -1.60229px 1.19694px 0px, #8a2400 -1.97998px 0.28224px 0px, #8a2400 -1.87291px -0.701566px 0px, #8a2400 -1.30729px -1.5136px 0px, #8a2400 -0.421592px -1.95506px 0px, #8a2400 0.567324px -1.91785px 0px, #8a2400 1.41734px -1.41108px 0px, #8a2400 1.92034px -0.558831px 0px;
}

#exo { /* COLORS: #6a7985, #abb5c4, #fff8e7 */
  color: #fff8e7;
  margin: 20px 0;
  text-shadow: #6a7985 2px 0px 0px, #6a7985 1.75517px 0.958851px 0px, #6a7985 1.0806px 1.68294px 0px, #6a7985 0.141474px 1.99499px 0px, #6a7985 -0.832294px 1.81859px 0px, #6a7985 -1.60229px 1.19694px 0px, #6a7985 -1.97998px 0.28224px 0px, #6a7985 -1.87291px -0.701566px 0px, #6a7985 -1.30729px -1.5136px 0px, #6a7985 -0.421592px -1.95506px 0px, #6a7985 0.567324px -1.91785px 0px, #6a7985 1.41734px -1.41108px 0px, #6a7985 1.92034px -0.558831px 0px;
}

#ooo { /* blue, magenta, grey: #2b59ff, #ff576a, #ffbdbd */
  color: #ffbdbd;
  margin: 20px 0;
  text-shadow: #2b59ff 2px 0px 0px, #2b59ff 1.75517px 0.958851px 0px, #2b59ff 1.0806px 1.68294px 0px, #2b59ff 0.141474px 1.99499px 0px, #2b59ff -0.832294px 1.81859px 0px, #2b59ff -1.60229px 1.19694px 0px, #2b59ff -1.97998px 0.28224px 0px, #2b59ff -1.87291px -0.701566px 0px, #2b59ff -1.30729px -1.5136px 0px, #2b59ff -0.421592px -1.95506px 0px, #2b59ff 0.567324px -1.91785px 0px, #2b59ff 1.41734px -1.41108px 0px, #2b59ff 1.92034px -0.558831px 0px;
}

/* ================================================== new tab shit ==================================================  */

.tabcontain {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}

.newtab {
  display: contents;
}

.newtab input {
  display: none;
}

.tabtitle {
  order: -1;
  color: black;
  background-color: white;
  font-size: 22pt;
  letter-spacing: 4px;
  border-radius: 4px 4px 0 0;
  padding: 2px 15px 2px 15px;
  text-align: center;
}

#secret {
  opacity: 0;
  background-color: transparent;
}

#secret:hover {
  opacity: 1;
  background-color: transparent;
}

input:checked ~ #secret {
  opacity: 1;
  background-color: grey;
}

.tabtitle:hover {
  color: grey;
  background-color: white;
  border-radius: 4px 4px 0 0;
  cursor: url("/images/starcursorB.png"), pointer;
}

input:checked ~ .tabtitle {
  color: white;
  background-color: grey;
  border-radius: 4px 4px 0 0;
}

.tabmargin {
  margin: 20px 0 0 0;
}

.tabcontent {
  display: block;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 22pt;
  line-height: 45px;
  border: solid white 2px;
  padding: 0 20px;
  width: 100%;
  height: auto;
  min-height: 560px;
  max-height: 560px;
  min-width: 400px;
  overflow: auto;
  order: 1;
}

input:not(:checked) ~ .tabcontent {
  display: none;
}

/* ================================================== scrollbar styling ==================================================  */

*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

*::-webkit-scrollbar-track {
  background-color: RGBA(0, 0, 0, 0.3);
  border-left: 2px solid grey;
}

*::-webkit-scrollbar-track:hover, *::-webkit-scrollbar-track:active {
  background-color: RGBA(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: RGBA(126, 135, 135, 0.5);
  border: 2px solid #737373;
  border-style: solid none solid solid;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: RGBA(162, 173, 173, 0.5);
}

*::-webkit-scrollbar-thumb:active {
  background-color: RGBA(179, 201, 201, 0.5);
}

/* ================================================== mobile zone ==================================================  */

@media screen and (orientation: portrait), (max-width: 800px) {
  
#mobilehide {
  display: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  align-items: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
	padding: 10px;
  margin-top: 0px;
}

.tabcontent {
  display: block;
  height: 90vh;
  width: 95vw;
  min-width: 300px;
  max-height: 600px;
  overflow: auto;
  padding: 5px;
}

.innerbg {
  align-content: flex-start;
  height: auto;
  padding: 5px;
  padding-bottom: 20px;
}

.tabmargin {
  margin-bottom: 10px;
  font-size: 35px;
}

.maincontain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  min-width: 400px;
}

.tabtitle {
  margin: 0;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 5px;
}

h1 {
  font-size: 22pt;
}

h2 {
  font-size: 20pt;
}

.newgallery {
  gap: 0;
  margin-bottom: -50px;
}

.newgallery img {
  max-height: 75px;
}

.biohalf p {
  font-size: 18px;
}

.mobilezoom {
  margin-top: 0;
}

.mobilezoom p {
  font-size: 13px;
}

.newhalf {
  width: 100%;
  padding: 5px 15px;
  height: fit-content;
  min-height: fit-content;
}

.biohalf {
  width: 100%;
  padding: 15px 5px;
  height: fit-content;
  min-height: fit-content;
}
  
.newflex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
  
.dkgallery img {
  max-height: 200px;
  width: auto;
}}