body {
    font-family: sans-serif;
    color: #222;
    background-color: whitesmoke;
    padding-top: 88px;

}

header {
    background-color: #FFF;
    width: 100%; height: 170px;
    position: fixed; top: 0; left: 0;
    box-shadow: 0 2px 5px #777;
    background: linear-gradient( lavender, #daeff7, white);
}



h1 {
    color: grey;
    text-align: center;
    font-size: 30px;
    letter-spacing: 8px;  

}


h2 {
    text-align: center;
    text-shadow: 3px 2px #f4b75c;
    letter-spacing: 8px;   
    font-size: 40px; 
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    margin-bottom: 5px;
    margin-top: -5px;

    

}

main {
    border: 10px solid lavender;
    min-height: 60vh;
    background-color: rgba(250, 221, 221, 0.5);
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 50px;
}

nav {
    text-align: center;
}


nav > a {
    font-size:30px;
    color:grey;
    font-weight: bold;
    text-decoration: none;
    transition: color 300ms linear;

}

nav > a:hover {
    color: #a4a4ef;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 30,
  'wght' 1000,
  'GRAD' 0,
  'opsz' 48
}


p {
    line-height: 40px;
    padding-top: 70px;
    font-size:13pt;
    color:gray;
    font-weight:bold;
    margin: 16px 30px 16px 30px;
    text-align: center;
}


#thumbnails {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 10px;


}

.photo {
    border: 4px solid lavender;
    flex: 1 0 10%; 
    max-width: 300px; 
    max-height: 200px;

}

#thumbnails figure {
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    transition: all .5s ease-in-out;
    overflow: hidden; 
}

#thumbnails figure:hover {
    filter: grayscale(0%);    
}


.photo a {
    display: block; 
    width: 100%; height: 100%;

}

#thumbnails figure:nth-child(1) {
    background-image: url(pa1.JPEG);
}

#thumbnails figure:nth-child(2) {
    background-image: url(pa2.JPEG);
}

#thumbnails figure:nth-child(3) {
    background-image: url(pa3.jpg);
}


#thumbnails figure:nth-child(4) {
    background-image: url(pa4.JPEG);
}

#thumbnails figure:nth-child(5) {
    background-image: url(pa5.JPEG);

}


#thumbnails figure:nth-child(6) {
    background-image: url(pa6.JPEG);

}

#thumbnails figure:nth-child(7) {
    background-image: url(pa7.JPEG);

}

#thumbnails figure:nth-child(8) {
    background-image: url(pa8.JPEG);

}

#thumbnails figure:nth-child(9) {
    background-image: url(pa9.jpg);

}
#thumbnails figure:nth-child(10) {
    background-image: url(pa10.jpg);

}