#project-header{
    background-color: bisque;
}

.itemTexture{
image-rendering:pixelated;
}

.table-title,.table-hide-button{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    text-align: center;

    border: 4px solid;
    background-color: rgb(253, 224, 167);
    border-color: rgb(239, 171, 76);

    margin-bottom: 0.3em;
}

.table-title{
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 6px;
    padding-bottom:6px;
    
}

.table-hide-button{
    width: 1.2em;
    background-color: rgb(255, 239, 208);
    border-style:outset;
}

.table-hide-button:hover{
    background-color: rgb(255, 245, 226);

}

.table-hide-button:active{
    border-style: inset;
    background-color: rgb(231, 175, 65);
}

.title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}

.biome-img{
    border-radius: 1em;
}

.textbox{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;

    border-style: solid;
    border-width: 7px 7px 14px 7px;
    border-color:bisque;

    background-color: rgb(254, 222, 94);
    padding: 1em;
    margin-top: 1em;
}

.textbox-img{
    border-radius: 1em;
}

.textbox-img-desc{
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    margin-right: 1em;
}

.gallery-row-desc{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    
    margin-left: 3em;
    margin-right: 3em;
    padding-bottom: 1em;
}

.gallery-column{
    background-color:rgb(254, 222, 94);
    border-radius: 2em;
}

.textbox-title{
    font-size: 30px;
    text-align: center;
    background-color: bisque;
    margin-bottom: 0.5em;

    padding-left: 4em;
    padding-right: 4em;
    padding-top: 6px;
    padding-bottom:6px;
}

td{
    border: 4px inset;
    border-color: rgb(239, 171, 76);
    border-radius: 1em;

    box-shadow: 0 16px 24px 0 rgba(114, 71, 1, 0.2);
    background-color:bisque;

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

th{
    border: 4px outset;
    padding: 4px;
    background-color: rgb(253, 224, 167);
    border-color: rgb(239, 171, 76);

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
}

#main-page{
    margin-top: 2em;
    margin-left: 7em;
    margin-right: 7em;
}

#gallery{
    background-color: rgb(249, 196, 133);
}

.full-table{
    background-color:rgb(249, 196, 133);
    padding: 0.5em;
    margin-top: 2em;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.gallery-row{
    display: flex;
    flex-direction: row;

    justify-content: space-around;
    margin-top: 1em;

    padding:1em;
}
