@font-face {
font-family: 'Adler';
src: url('/fonts/Adler.ttf') format("truetype");
}
@font-face {
font-family: 'CALIBURN';
src: url('/fonts/CALIBURN13%20abandon.ttf') format("truetype");
}
@font-face {
font-family: 'RadioNewsman';
src: url('/fonts/RadioNewsman.ttf') format("truetype");
}
@font-face {
font-family: 'VeteranTypewriter';
src: url('/fonts/VeteranTypewriter.ttf') format("truetype");
}
@font-face {
font-family: 'OverdriveSunset';
src: url('/fonts/Overdrive Sunset.otf') format("opentype");
}
@font-face {
font-family: 'Scratchy';
src: url('/fonts/SCRATCHL.ttf') format("truetype");
}
@font-face {
font-family: 'rounddigitalio';
src: url('/fonts/round-digitalio.ttf') format("truetype");
}
@font-face {
font-family: 'Unique';
src: url('/fonts/Unique.ttf') format("truetype");
}
@font-face {
font-family: 'Cuomotype';
src: url('/fonts/Cuomotype.otf') format("opentype");
}
::selection {
  background: #270011;
  color: #d77898;
}
::-moz-selection {
  background: #270011;
  color: #d77898;
}
::-webkit-selection {
  background: #270011;
  color: #d77898;}
body {
  font-family: 'Cuomotype';
  color: #ffccdd;
  background-color: #010001;
  background-image: url('/images/background17.jpg');
  background-size: contain;
  background-repeat: repeat;
  cursor: url('/graphics/Cursor3.png'), auto;
  scrollbar-color: #ff06a9 #090909;
  scrollbar-width: thin;
}

a {
  color: #ffd9eb;
  text-shadow: 0 0 20px #ff1879, 0 0 20px #ff1879, 0 0 20px #ff1879, 0 0 5px #ff1879, 0 0 20px #ff1879, 2px 2px 2px rgba(255, 0, 177, 0);
}

a:hover {
  color: #fff8fc;
  cursor: url('/graphics/Cursor4.png'), auto;
  text-shadow: 0 0 30px #ff1879, 0 0 30px #ff1879, 0 0 30px #ff1879, 0 0 10px #ff1879, 0 0 20px #ff1879, 2px 2px 2px rgba(255, 0, 177, 0);
}

p {
  color: #f7f0f5;
  text-shadow:
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    2px 2px 2px rgba(255, 0, 177, 0);
  font-family: 'Courier New';
}

img {
  border-radius: 5px;
  width: 50%;
  height: 50%;
  cursor: url('/graphics/Cursor4.png'), auto;
  transition: transform 0.2s ease, filter 0.2s ease;
}

img:hover {
  transform: scale(1.02);
  filter: brightness(1.08);
}

.header {
  padding: 15px;
  border-radius: 5px;
  border: none;
  background-image: none;
  background-color: rgba(16, 0, 11, 0.5);
}

.footer {
  background-color: rgba(16, 0, 11, 0.5);
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  margin-top: 8px;
  background-size: 500px;
}

* {
  box-sizing: border-box;
}

.loading {
  text-align: center;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}

.menu {
  float: left;
  width: 20%;
}

.menuitem {
  color: #ff1879;
  padding: 2px;
  margin-top: 7px;
  border-bottom: 1px solid #ffcce4;
  line-height: 0;
}

.menuitem p {
  font-family: 'rounddigitalio';
}

.bioitem,
.bioitem2 {
  margin: 2%;
  padding: 15px;
  margin-top: 7px;
  float: left;
  overflow-y: scroll;
  border-radius: 0.5%;
}

.bioitem {
  height: 800px;
  overflow-y: scroll;
  width: 97%;
  border: none;
  background-image: none;
  background-color: rgba(16, 0, 11, 0.5);
}

.bioitem2 {
  height: 270px;
  width: 25%;
}

.digital {
  font-family: "rounddigitalio";
  font-size: 15px;
  color: #ff1879;
  text-shadow:
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,}


.typewriter {
  font-family: "Cuomotype";
  color: #ff67a3;
  text-shadow:
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,
    0 0 5px #ff1879,}

.main {
  float: left;
  width: 60%;
  padding: 0 20px;
  overflow: hidden;
  min-height:650px;
  max-height: 800px;
}

.right {
  border: none;
  border-radius: 5px;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
  background-image: none;
  background-color: rgba(16, 0, 11, 0.5);
}

h1, h2, h3, h4, h5, h6 {
  color: #f7f0f5;
  text-shadow:
    0 0 20px #ff1879,
    0 0 20px #ff1879,
    0 0 20px #ff1879,
    0 0 5px #ff1879,
    0 0 20px #ff1879,
    2px 2px 2px rgba(255, 0, 177, 0);
}

h2 {
  font-family: 'rounddigitalio';
}

.biodesc2 {
  font-size: 15px;
  letter-spacing: -1px;
}

.bio0 { width: 30%; height: auto; overflow-y: auto; }
.bio1 { width: 70%; height: auto; }
.bio2 { width: 90%; height: auto; }
.bio3 { width: 90%; height: auto; }

.stroke {
 text-shadow: 0 0 20px #ff1879, 0 0 20px #ff1879, 0 0 20px #ff1879, 0 0 5px #ff1879, 0 0 20px #ff1879, 2px 2px 2px rgba(255, 0, 177, 0);
}

.biodesc {
  font-size: 11px;
  word-spacing: -1px;
}

.biodesc2 {
  font-size: 10px;
  letter-spacing: -1px;
}

/* LIGHTBOX */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  border: 2px solid #ff06a9;
  box-shadow: 0 0 25px #ff1879;
  cursor: url('/graphics/Cursor4.png'), auto;
  transform: none;
  filter: none;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: url('/graphics/Cursor4.png'), auto;
  font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {
  .main {
    width: 80%;
    padding: 0;
  }

  .right {
    width: 100%;
  }

  .bioitem {
    height: 800px;
    overflow-y: scroll;
    width: 95%;
    float: left;
    margin: 5%;
  }

  .bioitem2 {
    width: 0;
    height: 0;
    margin: 0;
    overflow:hidden;
  }

  .bio0 { width: 50%; }
  .bio2 { width: 65%; }
  .bio3 { width: 45%; }
}

@media only screen and (max-width: 500px) {
  .menu,
  .main,
  .right {
    width: 100%;
  }

  .bioitem {
    width: 99%;
    float: left;
    margin:auto;
  }

  .bioitem2 {
    width: 0;
    height: 0;
    margin: 0;
  }
}
