/*  === Cuerpo para dispositivos mobiles === */
/* = ESTILO DEL CUERPO DE LA PAGINA = */

*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body, html{
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    overflow-y: auto;   
}

body{
    background: linear-gradient(to bottom, #03021b 0%, #02203d 50%, #000 100%);
}

/* = HEADER = */

header{
    height: 100vh;
    display: flex;
    justify-content: center;
    justify-self: center;
}

.tituloHeaderFlex{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    grid-row: 1 / 2;
}

.segundoTituloHeaderFlex{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    grid-row: 2 / 3;
}

.imgTituloHeader{
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.5));
    height: 50px;
}
.segundoImgTituloHeader{
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.5));
    height: 50px;
}   

.imgFullBodyLaufeyFlex{
    filter: drop-shadow(0px 0px 10px rgba(13, 87, 199, 0.432));
    display: flex;
    justify-content: center;
    align-items: center;
}

/* = NAV = */
nav{
    position: sticky;
    top: 5px;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 1rem;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.39));
}

ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #011930;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border-radius: 50px;
}

.nav_a{
    text-decoration: none;
    color: white;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.39));

}

.nav_a:hover{
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}

.imgHome{
    margin-top: 2px;
    height: 16px;
}

.imgAbout{
    margin-top: 5px;
    height: 19px;
}

.imgDisco{
    margin-top: 9px;
    height: 20px;
}

.imgExtra{
    margin-top: 5px;
    height: 16px;
}


/* == SECCIONES == */

/* = About Her = */
.tituloAbout{
    height: 50px;
    margin: 20px;
    margin-top: 100px;
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}
.imgTituloAbout{
    display: flex;
    justify-content: start;
}
.about_her{
    margin-top: 10px;
    margin-bottom: 10px;
}

.discography{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100vh;
}

.extras{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100vh;
}

.biografia_p{
    color: white;
    margin: 25px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}

.casualFotoImgFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.casualFotoImg{
    height: 200px;
    filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
    border-radius: 30px;
    margin: 20px;
}

/* = Discography = */

.discography{
    display: grid;
    grid-template-rows: repeat(7, auto);
    height: auto;
    margin: 20px;
    row-gap: 30px;
}

.portada{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100px;
    margin: 10px;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
    transition: transform 0.4s ease, filter 0.4s ease;
}

.descripcion{
    color: white;
    font-size: 10px;
    margin: 7px;
    margin-top: 13px;
    filter: drop-shadow(0px 0px 4px rgb(255, 255, 255));
}

.portada:hover{
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 20px rgba(218, 186, 5, 0.5));
}

.grid_disco{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

/* = A Matter of Time = */
.imgTituloDiscoFlex{
    display: flex;
    justify-content: start;
}

.imgTituloDisco{
    height: 50px;

    margin-top: 100px;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.808));
}

/* = Extras = */
.tituloExtraImgFlex{
    display: flex;
    justify-content: start;
}

.tituloExtraImg{
    height: 50px;
    margin-left: 20px;
    margin-top: 100px;
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.767));
}

.extras_flex{
    margin: 100px;
    display: flex;
    justify-content: center;
}

.extras_grid{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    row-gap: 30px;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoExtras{
    height: 80px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.986));
    transition: transform 0.4s ease, filter 0.4s ease;
}

.logoExtras:hover{
    transform: scale(1.3);
    filter: drop-shadow(0px 0px 10px rgba(233, 192, 8, 0.87));

}
/* == FOOTER == */

figcaption{
    display: flex;
    justify-content: center;
}
.postData{
    color: white;
    font-size: 20px;
    opacity: 0.3;
    text-shadow: 0px 0px 10px white;
}
.sillyLaufeyImg{
    width: 100vw; 
    height: 100px; 
    opacity: 0.12;
}


/* === MEDIA QUERIES PARA DISPOSITIVOS MEDIANOS (TABLETS) === */
@media (min-width: 768px) and (max-width: 1199px) {

    /* Header */
    .tituloHeaderFlex, .segundoTituloHeaderFlex {
        margin-top: 60px;
    }
    .imgTituloHeader, .segundoImgTituloHeader {
        height: 70px;
    }
    .imgFullBodyLaufeyFlex img {
        height: 300px;
    }

    /* Nav */
    nav ul {
        gap: 30px;
        padding: 10px 30px;
    }
    .imgHome { height: 20px; margin-top: 3px; }
    .imgAbout { height: 22px; margin-top: 6px; }
    .imgDisco { height: 24px; margin-top: 10px; }
    .imgExtra { height: 20px; margin-top: 6px; }

    /* About */
    .biografia_p {
        font-size: 22px;
        margin: 35px;
    }
    .casualFotoImg {
        height: 250px;
        margin: 30px;
    }

    /* Discography */
    .discography {
        margin: 40px;
    }
    .grid_disco {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
    }
    .portada {
        height: 150px;
        margin: 15px;
    }

    /* Extras */
    .extras_flex {
        margin: 50px;
    }
    .extras_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    .logoExtras {
        height: 100px;
    }

    /* Footer */
    .sillyLaufeyImg {
        height: 150px;
    }
}

/* === MEDIA QUERIES PARA DISPOSITIVOS GRANDES (DESKTOP) === */
@media (min-width: 1200px) {

    /* Header */
    .tituloHeaderFlex, .segundoTituloHeaderFlex {
        margin-top: 20px;
    }
    .imgTituloHeader, .segundoImgTituloHeader {
        height: 90px;
    }
    .imgFullBodyLaufeyFlex img {
        height: 400px;
    }

    /* Nav */
    nav ul {
        gap: 40px;
        padding: 15px 50px;
        
    }
    .imgHome { height: 25px; margin-top: 4px; }
    .imgAbout { height: 26px; margin-top: 7px; }
    .imgDisco { height: 30px; margin-top: 10px; }
    .imgExtra { height: 25px; margin-top: 7px; }

    /* About */
    .biografia_p {
        font-size: 24px;
        margin: 50px 60px;
    }
    .casualFotoImg {
        height: 300px;
        margin: 40px;
    }

    /* Discography */
    .discography {
        margin: 60px;
    }

    .descripcion{
        margin-top: 50px;
        margin-right: 200px;
    }

    .grid_disco {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }
    .portada {
        height: 200px;
    }

    /* Extras */
    .extras_flex {
        margin: 80px;
    }
    .extras_grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 100px;
    }
    .logoExtras {
        height: 120px;
    }

    /* Footer */
    .sillyLaufeyImg {
        height: 200px;
    }
}
