body {
  color: white;
  font-family: 'VT323', monospace;
}

.centrado {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centrado2 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.letoE{
    display: flex;
    flex-direction: column;
    background-color: orange;
    background-image: url(fondos/field2.jpg);
    font-size: 22px;
    background-attachment: fixed;
}

.containertodo{
    margin: 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.imgbig{
    height: 710px;
}
.desc{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.info{
    width: 600px;
    height: fit-content;
}

.lore{
    margin: 150px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 600px;
}

.hst{
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.73);
    color:white;
    outline: 2px solid white;
    width: 700px;
    height: fit-content;
    align-items: flex-start;
    padding: 20px;
}

.imagenes1{
    display: flex;
}

.planta{
    position: absolute;
    width: 200px;
    left: 10%;
    filter: sepia(1) brightness(0.8);
}

.galeria{
    margin: 50px;
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
}

.minigal{
    width: 200px;
    aspect-ratio:1/1;
    object-fit:cover;
    
    background-color: black;
    outline: 1px solid white;
    filter: brightness(0.6);
    transform: scale(1);
    transition: filter 0.2s ease, transform 0.2s ease-out;
}

.minigal:hover{
    filter: brightness(1);
    cursor: pointer;
    transform: scale(1.1)
}

@media (max-width:900px){

.desc,
.lore{
flex-direction:column;
align-items:center;
height:auto;
}

.imgbig{
height:auto;
max-width:100%;
}

.info,
.hst{
width:100%;
max-width:700px;
}

}

/* oculto inicialmente */
#lightbox{
position:fixed;
inset:0;
display:flex;
justify-content:center;
align-items:center;

background:rgba(0,0,0,0);
opacity:0;
pointer-events:none;

transition:
background .35s ease,
opacity .35s ease;

z-index:9999;
}

/* abierto */
#lightbox.active{
background:rgba(0,0,0,.88);
opacity:1;
pointer-events:auto;
}


/* contenedor imagen + texto */
.viewer{
display:flex;
flex-direction:column;
align-items:center;
gap:18px;
}

/* imagen */
#viewerImg{
max-width:80vw;
max-height:70vh;
width:auto;
height:auto;
object-fit:contain;

transform:translateY(120px);
opacity:0;
transition:.35s ease;
}

/* animación entrada */
#lightbox.active #viewerImg{
transform:translateY(0);
opacity:1;
}

/* descripción */
#viewerCaption{
max-width:700px;
padding:0 20px;
margin:0;

text-align:center;
font-size:16px;
line-height:1.4;
color:white;

opacity:0;
transform:translateY(20px);
transition:.35s ease .1s;
}

#lightbox.active #viewerCaption{
opacity:1;
transform:translateY(0);
}


/* flechas */
.nav{
position:absolute;
top:50%;
transform:translateY(-50%);
background:none;
border:none;
font-size:60px;
color:white;
cursor:pointer;
padding:20px;
}

.prev{ left:30px; }
.next{ right:30px; }

.nav:hover{
opacity:.6;
}

/*///////////////////*/
.evergreen{
    margin: 30px;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    background-image: url(fondos/fondotriste.png);
    font-size: 22px;
    background-attachment: fixed;
    font-family: "Pixelify Sans", sans-serif;
}

.basicbnw{
    position: relative;
    filter: grayscale(1);
    outline: 1px solid white;
    transition: filter 0.2s ease;
}

.basicbnw:hover{
    filter: grayscale(0), contrast(0);
}

.lightboxthumb{
    transform: scale(1);
    z-index: 1;
    transition: filter 0.2s ease, transform 0.2s ease-out;
}

.lightboxthumb:hover{
    transform: scale(1.1);
    z-index: 100;
    cursor: pointer;
}

.collage{
  margin: 40px;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
}

.collage1{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/*//////////////////////////////////////////////*/
.alien{
    background-image: url("fondos/bgmeep.jpg");
    background-attachment: fixed;
    background-color: #caff45;
    gap: 20px;
    font-family: 'pixel-operator';
}

.meepodesc{
    margin-top: 120px;
    display: flex;
    flex-direction: row;
    gap: 150px;
    justify-content: center;
    align-items: center;
}

.musicstuff{
    gap: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.playlist{
    padding: 1%;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.73);
    outline: 4px solid white;
}

.playlistdiv{
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 30px;
    
    width: fit-content;
    height: fit-content;
    
    justify-content: center;
    align-items: center;
    text-align: center;
}

.playlistdiv p a{
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.playlistdiv a:hover {
    color: #bfff4f;
}

.stain{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin: 0;
    mix-blend-mode: exclusion;
}

.meeptext{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.thetext{
    margin: -60px;
}

.containertodomeep{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.galeriameep{
    margin: 50px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

@keyframes meepoSquish {
    0%   { transform: scale(1, 1); }
    40%  { transform: scale(0.8, 1.1); }
    60%  { transform: scale(1.1, 0.9); }
    80% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}

.meepopres{
    animation: meepoSquish 3s ease-in-out infinite;
    transform-origin: center bottom;
}

.meepofull:hover{
    cursor: pointer;
}

.meepofull.squish{
    animation: meepoSquish 0.7s ease-in-out;
    transform-origin: center bottom;
}

@font-face {
    font-family: 'pixel-operator';
    src: url(fonts/PixelOperator.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pixel-operator-bold';
    src: url(fonts/PixelOperator-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.artindex {
  background-image: url('fondos/charctersbg.png');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  
  font-family: 'pixel-operator';
  font-size: 24px;
  overflow: hidden;
}

.artindex a {
  text-decoration: none;
}

.Botonbomnis {
  outline: 1px solid white;
  outline-style: dashed;
  color: white;
  width: 200px;
  padding: 5%;
  
  display: flex;
  justify-content: center;
  align-content: center;
}

.Botonbomnis:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.everythingartindex{
  background-color: rgba(0, 0, 0, 0.73);
  outline: 2px solid white;
  
  display: flex;
  flex-direction: column;
  width: 600px;
  
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
}

/*//////////////////////////////////////////////////////////*/
.galeriadearte {
  background-image: url('/fondos/pattern.png');
  background-attachment: fixed;
  background-repeat: repeat;
  background-color: black;
  color: white;
  width: 70%;
  
  font-family: 'pixel-operator';
  font-size: 24px;
  
  gap: 2%;
}

.galleryclass {
  display: grid;
  grid-template-columns: repeat(3,auto);
  width: 100%;
}

.imgartG {
  width: 100%;
  aspect-ratio:1/1;
  object-fit:cover;
  outline: 2px solid white;
  filter: brightness(0.5);
  transition: filter 0.5s ease;
}

.imgartG:hover {
  cursor: pointer;
  filter: brightness(1);
}

.nsfw {
  outline-color: crimson;
}