/* alo */

@font-face {
  font-family: 'font';
  src: url('fonts/GeistPixel-font.ttf') format('truetype');
}

@font-face {
  font-family: 'kiwifont';
  src: url('https://sstarfim.neocities.org/fonts/KiwiSoda.ttf') format('truetype');
}

@font-face {
  font-family: 'digitaldisco';
  src: url('https://sstarfim.neocities.org/fonts/DigitalDisco.ttf') format('truetype');
}

@font-face {
  font-family: 'sailor';
  src: url('https://sstarfim.neocities.org/fonts/shardee-sailor.ttf') format('truetype');
}

@keyframes marq {
  0% {
    transform: transtaleX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


:root {
  --color-text: #6b4a30;
  --color-accent: #e8b64c;
  --color-accent-soft: #f7dfa0;
  --color-sidebar-bg: #FCF5F9;
  --color-green: #a8c686;
  --color-green-dark: #6b8e4e;
  --color-brown: #8a6a4f;
  --font-title: 'font', cursive;
  --font-body: 'font', sans-serif;
  --font-maintitle: 'kiwifont', sans-serif;
  --font-disco: 'digitaldisco', sans-serif;
  --font-sailor: 'sailor', sans-serif;
  --gradient-rainbow: linear-gradient(90deg,
    rgba(255,0,0,1) 0%,
    rgba(241,255,0,1) 36%,
    rgba(0,142,255,1) 71%,
    rgba(251,0,255,1) 91%
  );
}

/* Reset */
* {
  box-sizing: border-box;
}

body {
  position: relative;
  background-image: url(https://sstarfim.neocities.org/v03-bg-star.png); 
  margin: 5px;
  zoom: 90%;
}
  
  
html {
  cursor: url("https://sstarfim.neocities.org/images/cursor-sailor.ico"), default;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  max-width: 100%;
  height: auto;
  opacity: 0.5;                 
  pointer-events: none;
  overflow-x: hidden;
  z-index: -1;                   /* la manda detrás de todo el contenido */
}

/* LAYOUT */
/* "whole" is for the entire page including headers and content*/

.whole {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 240, 248, 0.8));
  width: 1100px;
  height: auto;
  max-width: 2000px;
  margin-top: 5px;
  margin: 0 auto;
  padding: 15px;
}


.whole {
   border-style: solid;
   border-color: pink;
   background-clip: padding-box;
  border-width: 2.5px;
  border-radius: 5px;
  box-shadow:   0 0 5px rgba(0, 0, 0, 0.7);
}

.whole {
  align-items: center;
}


/* HEADER */
.site-header {
  text-align: left;
  padding: 80px 15px;
}

.maintitle {
  font-family: var(--font-maintitle);
  color: var(--gradient-rainbow);
  font-size: 6rem;
  margin: 0;
}

/* titulo arcoiriiiis */

@keyframes rainbow-move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 300%
  }
}

.rainbow-text {
  background: var(--gradient-rainbow);
  background-size:150%;
  text-shadow: 0 0 50px white;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: rainbow-move 4s linear infinite;
}

      /* HEADER CONTENTS */

/* rainbow title styling ends here */

.site-header-and-subtitle {
  text-align: center;
  padding: 10px;              
  border-radius: 5px;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

/*side header and subtitle background plaid */
.site-header-and-subtitle {
  background-image: url("https://sstarfim.neocities.org/images/plaidpattern.jpg");
  background-repeat: repeat;
  background-size: 248px 165.25px;
}

/*side header and picture opaque background */
.site-header-and-subtitle-opaque {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 240, 248, 0.9));
  padding: 10px;
  border-radius: 5px;
  border-color: pink;
  border-style: dashed;
  border-width: 2.5px;
  box-shadow:   0 0 5px rgba(0, 0, 0, 0.4);
}

.title-and-picture {
  width: 100%;
  margin-bottom: 15px; 
}

/* header pic luna and artemis */
#luna-artemis-img {
  width: 100%;
  height: auto;
}  

/* opaque box inside */
.title-and-picture-opaque {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 240, 248, 0.85));
  padding: 10px;
  border-style: solid;
  border-color: pink;
  border-width: 2px;
  border-radius: 5px;
}


.title-and-picture-opaque {
 box-shadow:   0 0 5px rgba(0, 0, 0, 0.7);
}

#SaludosHeader {
  background-color: transparent;
  font-family: var(--font-disco);
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.site-url-title-and-image {
  display: inline-block;
  width: 100%;
  position: relative;
  border-style: dashed;
  border-color: pink;
  border-radius: 5px;
}

.site-url-title-and-image img {
  width: 100%;
  display: block;
}

.site-url-title-and-image img + .site-url-title {
  position: absolute;
  max-width: 100%;
  top: 8%;
  left: 85%;
  transform: translate(-50%, -50%);
}

.site-url-title h2 {
  font-family: var(--font-sailor);
  color: pink;
  text-shadow:
  0 0 5px #fff,
  0 0 10px #fff,
  0 0 20px #fff,
  0 0 40px #fff,
  0 0 80px #fff;
            padding: 20px;
  font-size: 50px;
  margin: 0; 
}



/*sticker gif sailor moon*/
.sailor-sticker {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  margin-bottom: 0px;
  z-index: 999; /* encima de todos je */
  pointer-events: none;
}

/* marquee container lyrics + stamps */

.marquee-1 {
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}


/* LYRICs marquee (boompala's lyrics) */

.lyric-marq {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.lyric-marq {
  background: linear-gradient(white, #FFF0F8);
  border-style: solid;
  border-color: pink;
  border-width: 2px;
  border-radius: 5px 5px 0 0;
}

.lyric-span {
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.lyric-span p {
  animation: marq 30s linear infinite;
  white-space: nowrap;
  margin: 0;
  min-width: 0;
}

/*stamps marquee*/

.marq-stamps {
  display: flex;
  animation: marq 15s linear infinite;
  width: max-content; /* width: max-content */
  height: 5rem;
  padding: 10px;
  gap: 10px;
}

.stamps-1 {
  background: linear-gradient(white, #FFF0F8);
  width: 100%;
  border-style: solid;
  border-color: pink;
  border-width: 2px;
  border-radius: 15px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

  .stamps-1 div:hover{
  animation-play-state: paused;
}
  


/* container on the center */

.page-container {
  display: inline-flex;
  width: 100%;
  height: 500px;
  margin: 0px auto;
  row-gap:1000px;
  gap: 15px;
  padding: 0 0px;
  align-items: flex-start;
}

.content {
  flex: 1;
  width: 100%;
  min-width: 0;
  max-height: 100%; /* to expand the scroll area */
  overflow-y: auto;
  padding: 15px; 
}

/* both sidebars */

.sidebar {
  width: 250px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 16px;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://files.catbox.moe/08ew8c.pnj") 9 round;
  max-width: 500px;
  background-color: var(--color-sidebar-bg);
  position: sticky;
  top: 24px; 
  row-gap: 15px;
}

.right-sidebar {
  width: 250px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 16px;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://files.catbox.moe/08ew8c.pnj") 9 round;
  max-width: 500px;
  background-color: var(--color-sidebar-bg);
  position: sticky;
  top: 24px; 
  row-gap: 15px;
}

        /* SIDEBAR DECOR DECO */
/* left sidebar plaid pattern */

.left-sidebar-plaid {
  height: 100%;
  width: auto;
}

.left-sidebar-plaid {
border-image-slice: 140 140 140 140;
border-image-width: 17px 17px 17px 17px;
border-image-outset: 10px 10px 10px 10px;
border-image-repeat: repeat repeat;
border-image-source: url("https://sstarfim.neocities.org/images/plaidpattern.jpg");
}

/* left sidebar stars background */
.left-sidebar-background {
  height: 100%;
  background-image: url("https://sstarfim.neocities.org/images/yellowstars-wallpaper.jpg");
  padding: 10px;
  border-style: dashed;
  border-color: #FDFA72;
  border-width: 2px;
  border-radius: 5px;
}

/*left sidebar white opaque */
.left-sidebar-white {
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 240, 248, 0.85));
  padding: 10px;
  border-style: solid;
  border-color: pink;
  border-width: 2px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}


/* navigation sidebar */

.nav-section {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

.navigation {
font-family: var(--font-disco);
 margin-bottom: 5px; 
 background: linear-gradient(#FFFEC8,white, pink);
 padding: 3px;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.navigation {
  border-collapse: separate;
  border-width: 2px;
  border-style: solid;
  border-color: pink;
  border-radius: 15px 15px 0px 0px;
}


/* navigation buttons */
.navigation-buttons {
  margin-bottom: 5px;
  background: transparent;
  padding: 3px;
}

.navigation-buttons {
  border-collapse: separate;
  border-width: 2px;
  border-style: solid;
  border-color: pink;
  border-radius: 0px 0px 15px 15px;
}

.navigation-buttons button {
  width: 100%;
}

.navigation-buttons span {
  font-family: var(--font-disco);
  font-size: 15px;
  color: var(--color-text);
}


/* navigation buttons effects */
.navigation-buttons button {
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.navigation-buttons button:hover {
  filter: brightness(1.15); /* aclara el color propio del botón al pasar el mouse */
  transform: scale(1.05); 
}

.navigation-buttons a:hover {
  color: var(--color-accent);
}

/* #FDFA72 light yellow for borders --- #FFFEC8 lighter yellow --- #FFFEE0 even more lighter yellow for background stuff --- #f467a7 darker pink for borders --- #FFF0F8 light pink */

.nav-button2 button{
  margin-bottom: 5px; 
 background: linear-gradient(#FDFA72, white);
 padding: 3px;
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #edeb76;
  border-width: 2px;
}

.nav-button3 button{
  margin-bottom: 5px; 
 background: linear-gradient(pink, white);
 padding: 3px;
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #f467a7;
  border-width: 2px;
}

.nav-button4 button{
  margin-bottom: 5px; 
 background: linear-gradient(#FDFA72, white);
 padding: 3px;
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #edeb76;
  border-width: 2px;
}

.nav-button5 button{
  margin-bottom: 5px; 
 background: linear-gradient(pink, white);
 padding: 3px;
 display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  border-style: solid;
  border-color: #f467a7;
  border-width: 2px;
}

.nav-section h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 8px;
  font-family: var(--font-title);
}


.sidebar a {
  color: var(--color-text);
  text-decoration: none;
}


.banner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* CONTENIDO PRINCIPAL */
.content {
  flex: 1;
  min-width: 0;
  margin-top: 0px;
}

.content section {
  margin-bottom: 32px;
  margin-top: 0px;
}

.content h2 {
  font-family: var(--font-sailor);
  color: var(--color-accent);
  font-size: 45px;
  border-bottom: 2px dashed var(--color-accent);
  padding-bottom: 4px;
  margin-top: 0px;
}

#warning {
  color: red;
  font-size: 25px;
}

#about {
 text-align: justify;
 text-justify: inter-word;
}

#ty4visiting {
  text-align: center;
 text-justify: inter-word;
}

/* galería */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}

.gallery-item img {
  width: 90%;
  height: auto;
  border-radius: 10%;
  border-width:7px;
border-style:solid;
border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
padding: 3px;
overflow: auto;
}


/* RIGHT SIDEBAR */
/* right sidebar content layout */
.right.sidebar.content {
  display: flex;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 100px;
  max-width: 1000px;
  margin: 100px auto;
}



/* right sidebar plaid pattern */

.right-sidebar-plaid {
  background-color: gold;
  height: 100%;
  width: auto;
}

.right-sidebar-plaid {
border-image-slice: 140 140 140 140;
border-image-width: 17px 17px 17px 17px;
border-image-outset: 10px 10px 10px 10px;
border-image-repeat: repeat repeat;
border-image-source: url("https://sstarfim.neocities.org/images/plaidpattern.jpg");
}

/* right sidebar stars background */
.right-sidebar-background {
  height: 100%;
  background-image: url("https://sstarfim.neocities.org/images/yellowstars-wallpaper.jpg");
  padding: 10px;
  border-style: dashed;
  border-color: #FDFA72;
  border-width: 2px;
  border-radius: 5px;
}

/*right sidebar white opaque */
.right-sidebar-white {
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 240, 248, 0.85));
  padding: 10px;
  border-style: solid;
  border-color: pink;
  border-width: 2px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* BOTTOM SECTION: COMMENTS AND MUSIC*/

.bottom-section {
  display: flex;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
}

.bottom-section {
  border: 20px solid transparent;
  border-image: url("https://files.catbox.moe/08ew8c.pnj") 9 round;
  border-width: 10px;
  width: 950px;
}

.comment-section {
  width: auto;
  height: auto;
  margin: 15px auto;
  max-width: 1000px;
  background-color: lightblue;
  margin: 5px auto;
}

/* width: 470px*/

.music-section {
  width: auto;
  height: auto;
  margin: 15px auto;
  max-width: 1000px;
  background-color: pink;
  margin: 5px auto;
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 24px;
  font-size: 0.8rem;
}

/* yoooo */
@media (max-width: 600px) {
  .page-container {
    flex-direction: column;
  }
  .sidebar {
    width: auto;
  }
}
