/* USER STYLES */

/* VARIABLES */


html, body {
  height: 100%;
  overflow: hidden; /* prevents scrolling */
}

html, body, * {
  cursor: url('cursor2.png'), auto !important;
}



@font-face {
  font-family: 'ShootingStar';
  src: url('final_files/shooting-star-personal-use.regular.ttf') format('opentype');
}

:root {
    --header-image: url('https://sadhost.neocities.org/images/layouts/wp.jpeg');
    --body-bg-image: url('https://sadhost.neocities.org/images/tiles/purplesky.gif');
    --content: #43256E;
  }
  
  /* FONT FACE */
  @font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
  }
  @font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
    font-weight: bold;
  }
  @font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
    font-style: italic;
  }
  @font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
  }
  
  /* GLOBAL STYLES */
  body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background-color: #08031A;
    background-size: 65px;
    background-image: var(--body-bg-image);
    color: #fceaff;
  }
  
  * {
    box-sizing: border-box;
  }
  
  /* LAYOUT */
  #container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  #container a {
    color: #ED64F5;
    font-weight: bold;
    /* text-decoration: none; */ /* Uncomment if you want no underline */
  }
  
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  
  /* HEADER */
  #header {
    width: 100%;
    height: 150px;
    background-color: #5e4e8c;
    background-image: var(--header-image);
    background-size: 100%;
  }
  
  /* NAVBAR */
  #navbar {
    height: 40px;
    background-color: #13092D;
    width: 100%;
  }
  
  #navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
  }
  
  #navbar li {
    padding-top: 10px;
  }
  
  #navbar li a {
    color: #ED64F5;
    font-weight: 800;
    text-decoration: none;
  }
  
  #navbar li a:hover {
    color: #a49cba;
    text-decoration: underline;
  }
  
  /* FLEX LAYOUT */
  #flex {
    display: flex;
  }
  
  aside {
    background-color: #241445;
    width: 200px;
    padding: 20px;
    font-size: smaller;
  }
  
  #leftSidebar {
    order: 1;
  }
  
  #rightSidebar {
    order: 3;
  }
  
  main {
    background-color: var(--content);
    flex: 1;
    padding: 20px;
    order: 2;
  }
  
  /* FOOTER */
  footer {
    background-color: #13092D;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
  }
  
  /* TEXT STYLING */
  h1, h2, h3 {
    color: #ED64F5;
  }
  
  h1 {
    font-size: 25px;
  }
  
  strong {
    color: #000000;
  }
  
  .box {
    background-color: #13092D;
    border: 1px solid #ED64F5;
    padding: 10px;
  }
  
  /* TOPBAR */
  #topBar {
    width: 100%;
    height: 30px;
    padding: 10px;
    font-size: smaller;
    background-color: #13092D;
  }
  
  /* IMAGE SHADOW */
  .shadow img {
    filter: drop-shadow(3px 5px 4px #000000);
  }
  
  /* MEDIA QUERIES */
  @media only screen and (max-width: 800px) {
    #flex {
      flex-wrap: wrap;
    }
  
    aside {
      width: 100%;
    }
  
    main {
      order: 1;
    }
  
    #leftSidebar {
      order: 2;
    }
  
    #rightSidebar {
      order: 3;
    }
  
    #navbar ul {
      flex-wrap: wrap;
    }
  }
  
  /* MUSIC PLAYER STYLES */
  #musicplayer {
    background: none;
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px;
  }
  
  .songtitle, .track-info, .now-playing {
    padding: 5px;
  }
  
  .controls {
    display: flex;
    flex-direction: column;
  }
  
  .buttons {
    width: 100%;
    display: flex;
  }
  
  .buttons div {
    width: 33.3%;
  }
  
  .seeking, .volume {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  
  .now-playing, .track-info {
    background-color: transparent;
  }
  
  .now-playing {
    font-weight: bold;
  }
  
  .material-icons {
    color: #9494ac;
  }
  
  input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background-color: inherit;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #9494ac;
  }
  
  input[type=range]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 0;
    background: #9494ac;
    -webkit-appearance: none;
    margin-top: -3px;
  }
  
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    background: #9494ac;
  }
  


  /* -------------------------------- */
/* CUSTOM KELZONE STUFF CONTINUED  */
/* -------------------------------- */

html, body {
  height: 100%;
}

body {
  background-color: #010001;
  background-image: url(final_files/water2.webp);
  background-size: 8%;
  background-repeat: repeat;
  background-position: 0 0;
  background-attachment: fixed;
  color: #991b1b;
  font-family: 'Comic Sans MS';
  font-size: 20px;
  padding: 12px;
}

.social-icons {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 1000;
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.centertext {
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.img-acu {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 120px;
  height: 200px;
  background: transparent url("final_files/doorclosed.png") center top no-repeat;
  background-size: 100%;
  transition: transform 0.8s ease-in-out;
}

.img-acu:hover {
  background-image: url("final_files/dooropen.png");
  filter: drop-shadow(2px 3px 500px rgba(255, 231, 179, 0.556));
}

#melon {
  height: 510px;
  width: 350px;
  margin: 18% auto 0 auto;
  background-size: 100%;
  background-position: bottom;
  filter: drop-shadow(1px 3px 0px rgba(0, 0, 0, 0.801));
}

#melon img {
  width: 150%;
}

.center {
  display: block;
  margin: 0 auto;
}

.centertwo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -45%);
  padding: 10px;
}

.floatie {
  position: relative;
  animation: floating 5s ease-in-out infinite;
}

@keyframes floating {
  from { transform: translate(0, 0); }
  50%  { transform: translate(0, 15px); }
  to   { transform: translate(0, 0); }
}

.container {
  position: absolute;
  right: -50px;
  bottom: -200px;
  animation: scroll-anim 60s linear infinite;
}

.container2 {
  position: absolute;
  top: -100px;
  left: -50px;
  width: 120%;
  height: 35.6vw;
  background: url('final_files/cloud.png') repeat-x;
  background-size: 50%;
  opacity: 0.8;
  animation: scroll-anim 40s linear infinite reverse;
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}

#background {
  background-image: url("https://sadhost.neocities.org/images/tiles/stars5.gif");
  background-size: 200px;
  opacity: 0.2;
  position: fixed;
  width: 500%;
  height: 500%;
  top: -250%;
  left: -250%;
  z-index: -5;
  animation: slide 1200s linear infinite;
}

@keyframes slide {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-90%, 0, 0); }
}
