body {
    background-color: #F4F7F5;
    color: #1B1B1B;
}

/* font names 
    font-family: "informapro", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "pinecone-mvb-rough2-wide", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "scarlet-wood-script", sans-serif;
    font-weight: 900;
    font-style: normal;

    font-family: "bodedo", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "sketchnote-square", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-family: "realist", sans-serif;
    font-weight: 300;
    font-style: normal;
    */


header {
    background-color: #1B1B1B;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
    border: 8px solid #F4F7F5;
    color: #F4F7F5;
    height: 100px;
    }

h1 {
    font-family: "sketchnote-square", sans-serif;
    font-weight: 400;
    font-style: normal; 
    text-align: center;
    font-size: 5rem;
    color: #F4F7F5;
}


main {
    font-family: "realist", sans-serif;
    font-weight: 300;
    font-style: normal;
}

main#photos {
    min-height: 100px;
    display: flex;
    padding: 8px;
}

main#photos section {
    min-height: 100px;
}

.thumbnails {
    flex: 0 0 360px;
    display: flex; /*both a flex child and flex parent */
    justify-content: center;
    flex-flow: row wrap;
    gap: 15px;
}

#bigsection {
    text-align: center;
    padding-top: 12px;
    flex: 1 1 auto;
}

.thumbnails figure {
    border-radius: 25%;
    flex: 0 0 150px;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 10px #1B1B1B;
    transition: .2s ease;
}

.thumbnails figure:hover {
    cursor: pointer;  
    transform: scale(1.1);
}

.bigimage {
    flex: 1 0 auto;
}

#bigimage {
    width: 95%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #1B1B1B;
}

#bigcaption {
    font-size: 1.8rem;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 8px;
}

.figure1 {
    background-image: url(../images/griffin_ava_thumb.jpg);
}

.figure2 {
    background-image: url(../images/griffin_3_thumb.jpg);
}

.figure3 {
    background-image: url(../images/griffin_ava_2_thumb.jpg);
}

.figure4 {
    background-image: url(../images/gabe_pups_thumb.jpg);
}

.figure5 {
    background-image: url(../images/griffin_gabe_thumb.jpg);
}

.figure6 {
    background-image: url(../images/lena_gabe_thumb.jpg);
}

.figure7 {
    background-image: url(../images/hob_lena_2_thumb.jpg);
}

.figure8 {
    background-image: url(../images/hob_4_thumb.jpg);
}

.figure9 {
    background-image: url(../images/hob_3_thumb.jpg);
}

.figure10 {
    background-image: url(../images/hob_camp_thumb.jpg);
}