body {
    display:flex;
    font-family:"basis33";
    font-size: 14px;
    min-width: 20%;
    overflow: auto;
    width: 100vw;
    padding: 30px;
    margin: 0px;
    overflow: auto;
    scrollbar-width: none;
}

header { 
    position: fixed;
    margin-top: 0vh;
    margin-left: -70vw;
}

h2 {
    font-size: 60px;
    letter-spacing: 0.2em;
}

/* art gallery */

#portfolio {
    position: fixed;
    /* flex-direction: column;
    align-items: center;
    justify-content: center; */
    /* display:flex; */
    margin-top: 20vh;
}

#miniGalleryContainer {
    overflow: auto;
    width:100vw;
    white-space:nowrap;
}

#miniGallery {
    display:inline-block;
    overflow: auto;
    height: fit-content;
    width: 30vw;
    padding: 5px;
}

#galleryText {
    font-size: 16px;
    color: black;
    text-align: center;
}

/* below css from w3 schools */
.column {
    width:auto;
    display: inline-block;
    padding: 3px;
}

/* Style the images inside the grid */
.column img {
    cursor: pointer;
    padding: 3px;
}

.column img:hover {
    background-color: var(--myoffwhite);
    opacity: 0.7;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#expandedImg {
    display: inline-block;
    padding:none;
    height:50em;
    margin-left: 20vw;
}
