* {
    margin: 0; border: 0; padding: 0; font-size: 10;
}

body {
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    /* text-align: center; */
    color: grey;
}

h1 {
    font-size: 4em; 
    text-align: center;
    margin: 24px 0px 32px 0px;
    /* text-shadow: 8px 8px 4px mediumseagreen; */
    color: grey;
    /* text-decoration:double; */
}

h1 span {
    font-weight: normal;
}

/* .span1, .span2 {
    width: 300px;
    height: 300px;
    margin: 20px;
    /* border: 2px solid lightsteelblue; */
    /* display: inline-block; */ 


#about {
    border:lightslategrey 2px solid;
    margin: 20px auto;
    text-align: center;
    width: 70%;
    border-radius: 25%;
}

/* .span1 {
    background-color: slategray;
    /* box-shadow: 8px 10px 3px hsl(50deg 70% 10% / .5); */


/* .span2 {
    background-color: slategray;
    transform: translateX(-100px) rotate(40deg); */

.thumbgallery {
    /* box-shadow: 4px 4px 5px hsla(120deg, 100%, 40%, 0.5); */
    border: solid 2px slategray;
    /* overflow: hidden; */
    width: 80%;
    margin: 10px auto;
    height: 410px;
    overflow:auto;
    /* padding: 15px; */
    text-align: center;
    /* border-radius: 14%; */
}

.thumbgallery img {
    border-radius: 40%;
}

/* .thumbgallery figure img{ */
    /* width: 200px; */
    /* border: lightsteelblue; */
    /* height: 200px; */

#picbank {
    /* display: flex; */
    /* flex-direction: row; */
}

/* oh my gosh this has been frustrating. it is not pretty but it is functional as my og idea got screwed up */
/* also there is a spider on the floor and so I am perched on my chair */

/* .imgleft {
    float: left;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 20vh; */
    /* order: 1; */
    /* vertical-align:auto; */
    /* height: 200px; */

/* .middle { */
    /* height: 60vh; */
    /* position:absolute; */
    /* order: 2; */
    /* height: 600px; */

/* .imgright {
    float: right;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 20vh; */
    /* order: 3;
    height: 200px; */ 

/* notes for me:*/
/* MONOCHROME same 1st but variations on second 2 values */
/* big photos should be less than 600k, thumbnails less than 10% of big */
/* gimp, as well as Irfanview is good editor */
/* ctrl for symmetrical boxes in editor */
/* overflow hidden is clear fix, container collapses if contains empty objects */
/* for arrows between pages use thumbnails of images bw */
/* icons8 for icons */



/* styles for big picture pages BELOW */