body {
    padding: 0 20px 20px 20px;
}

.lifeList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
    gap: 15px 15px;
    list-style-type: '';
}

li.bird {
    width: 200px;
    height: 300px;
    flex: 1 1 auto;
    border: 1px solid #72874d;
}

.birdInfo {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    padding: 0px;
    position: relative;
    gap: 0px;
}

p.birdCaption, p.birdNumber {
    margin: 0;
    flex: 0 0 auto;
    width: 100%;
    background-color: rgb(255 248 220 / 75%);
    text-shadow: 1px 1px 3px rgb(255 248 220 / 100%);
    font-style: italic;
    text-align: center;
    padding: 0 0 .15em 0;
}

p.birdNumber {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    text-shadow: 1px 1px 3px rgb(255 248 220 / 0%);
    text-align: left;
    padding-left: .5em;
    padding-top: .40em;
    font-weight: 400;
    /* font-family: "Helvetica Neue", "Arial", sans-serif; */
    /* font-style: normal; */
}

a.sortingKey {
    cursor: pointer;
}

a.sortingKey.active {
  font-weight: 600;  
}


.creativecommons {
    font-weight:100;
    padding-top: 2em;
    text-align: center;
}

@media screen and (min-width: 620px) {
    body {
        padding: 0 30px 30px 30px;
    }
}
