.bio-container{
    width: 50vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;

    padding-bottom: 100px;
}
.bio-container > *{
    max-width: 100%;
}

@media only screen and (max-width: 1300px) {
.bio-container{
        width: 90vw;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    .bio-header-text{
        padding-left: 0px;
        padding-right: 0px;
    }
    .bio-header-img{
        margin-right: 0px !important;
    }
}

.bio-title{
    font-family: Alpha-Medium;
    font-size: 3em;
    width: 100%;
    margin-bottom: 50px;

        text-shadow: 
    0 0 10px black,
    0 0 20px black,
    0 0 40px black;
}

.bio-header{
    display: flex;
    width: 100%;

    align-items: stretch;
    margin-bottom: 20px;
}

.bio-header-img{
    /* background-image: url("../img/bio-header.jpg"); */
    /* background-repeat: no-repeat; */
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    margin-right: 20px;
}

.bio-header-img > img{
    width: 100%;
    max-width: 300px;
    height: 100%;

    border-radius: 20px;
    box-shadow: 0 10px 30px black;

}

.bio-header-text{
    width: 80%;
    padding: 20px;

    /* font-family: Alpha-Medium; */
    font-size: 1.3em;

    text-align:justify;

    /* background-color: var(--background); */
    border-radius: 20px;
    /* box-shadow: 0 0px 20px black; */

}

.bio-reference{
    display: flex;
    align-items: center;
    justify-content: space-around;


    padding-top: 20px;
    padding-bottom: 60px;

    width: 100%;

}

@media only screen and (max-width: 800px) {
.bio-reference{
        display: flex;
        flex-direction: column;
    }
.bio-header{
            flex-direction: column;
            align-items: center;
}
.bio-sculpture{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
}


.bio-reference-element{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.bio-reference-element-img{
    width: 300px;
    height: 300px;

}

.bio-reference-element-img > img{
    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0px 30px black;
}

.bio-reference-element-text{
    margin-bottom: 20px;
    font-size: 1.3em;
    text-shadow: 0 0 20px black;

}

.bio-bal{
    font-size: 1.3em;
    /* font-family: Alpha-light; */
    margin-bottom: 40px;
}

.bio-bal-desc{
    margin-bottom: 20px;
}



.bio-bal-table{
    width: 100%;
    font-family: Alpha-Medium;
}

.bio-bal-table tbody {
    height: 200px;
}

.bio-bal-table tbody td {
    max-width: 25%;
    max-height: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    border-radius: 10px;
}

.bio-bal-table tbody td img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


 /* -----OLD PRESENTATION ----- */
.bio-bal-presentation{
    display: flex;
}

.bio-bal-tome{
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 25%;
    padding: 10px;
}

.bio-bal-tome-title{
    margin-bottom: 10px;
    min-height: 50px;
    text-align: center;
}

.bio-bal-tome-img{
    width: 100%;
}


.bio-bal-tome-img > img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px black;
}

.bio-acry{
    width: 100%;
    margin-bottom: 40px;
}

.bio-acry-text{
    margin-bottom: 20px;
    font-size: 1.3em;

}

.bio-acry-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bio-acry-img > img{
    width: 80%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px black;
}


.bio-sculpture{
    display: flex;
    align-items: stretch;
}

.bio-sculpture-text{
    font-size: 1.3em;
    margin-bottom: 20px;
    text-align: justify;
    flex-grow: 3;

    padding: 20px;
}

.bio-sculpture-img{
    padding: 20px;
    justify-content: center;
    flex-grow: 3;
}

.bio-sculpture-img > img{
    /* max-height: 400px; */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px black;
}