* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: antiquewhite;
}

header{
    margin-bottom: 12px;
    text-align: center;
}

main#photos {
    min-height: 100px;
    display: flex;
    padding: 8px;
}

main#photos section {
    min-height: 100px;
}

.thumbnails {
    flex: 0 0 360px;
    display: flex; /* also a flex parent */
    justify-content: center;
    flex-flow: row wrap;
    gap: 8px;
}

.thumbnails figure {
    flex: 0 0 150px;
    aspect-ratio: 1;
    background-size: cover;
}

.thumbnails figure:hover {
    cursor: pointer;
}

#bigsection {
    flex: 1 1 auto;
    padding-top: 12px;
    text-align: center;
}

#bigimage {
    width: 95%;
}

#bigcaption {
    padding-bottom: 10px;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}

.figure1 {
    background-image: url(../images/amp-small.jpeg);
}

.figure2 {
    background-image: url(../images/pumpkinpatch-small.JPG);
}

.figure3 {
    background-image: url(../images/polaroid-small.jpeg);
}

.figure4 {
    background-image: url(../images/scionedit-small.jpg);
}

.figure5 {
    background-image: url(../images/scionft-small.jpg);
}

.figure6 {
    background-image: url(../images/scionhigh-small.jpg);
}

.figure7 {
    background-image: url(../images/scionposter-small.jpg);
}

.figure8 {
    background-image: url(../images/scionrt-small.jpg);
}