*::selection {

    background-color: rgba(255, 127, 214, 0.315);
    color: rgb(72, 4, 4);

}


body {
    display: block;
    width: 70%;
}

a:visited {
    color: darkcyan
}

a:hover {
    background-color: yellow;
}

a {
    color: red;
}

table {
    padding-top: 1em;
}

#menu {
    width: 10%;
    text-align: left;
    font-family: monospace;
    text-transform: capitalize;
    font-weight: normal;
    vertical-align: top;
    padding: 1em;
}

#content {
    width: 90%;
    vertical-align: top;
    padding: 1em;
    text-align: left;

}

ul {
    margin: 0;
}

li {
    margin-bottom: 1em;
}

h1 {
    font-size: 10pt;
    font-weight: normal;
    font-family: Helvetica;
    letter-spacing: 0.1em;
}

pre {
    font-size: 50%;
}

/* home page */

#intropara {
    padding-left: 2em;
    color: black;
    background-color: yellow;
    padding: 1em;
    font-family: Helvetica;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

details {
    font-family: Helvetica;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

.explanation {
    font-family: 'Times New Roman', Times, serif;
    padding: 1em;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

/* museum page */
#article,
.museumvisit,
.date,
.museumname {
    font-family: Helvetica;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

a img:hover {
    transform: rotate(1deg);
}

#gallery {
    margin: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#gallery img {
    padding: .2em;
    height: fit-content;
    width: 200px;
}

/* workshops and hacking*/
summary ul {
    font-family: Helvetica;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

p {
    font-family: Helvetica;
    font-size: 12pt;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 150%;
}

h2 {
    font-family: Helvetica;
    font-size: 20pt;
    background-color: yellow;
}

h3 {
    font-family: Helvetica;
    font-size: 15pt;
    color: white;
    width: fit-content;
    background-color: black;
}

/* hacking */
/* chipknip */
pre {
    font-size: 11pt;
    font-family: monospace;
    background-color: rgb(220, 245, 245);
    padding: 1em;
}

.wikitable td {
    border: 1px solid black;
    /* background-color: gainsboro; */
    padding: .3em;
}

.wikitable th {
    border: 1px solid black;
    padding: .3em;

}

#keyboard {
    /* width: 500px; */
    font-size: 11pt;
    font-family: monospace;
    background-color: rgb(220, 245, 245);
    padding: 1em;
}

/* deathabase */
#deathabase {
    border: 1px solid black;
}

#deathabase td {
    padding: 1em;
    border: 1px solid black;

}

#deathabase tr:hover {
    background-color: yellow;
}

td code {
    font-size: 11pt;
    font-family: monospace;
    background-color: rgb(220, 245, 245);
    /* padding: 1em; */
}

/* museumofthing */
#list {
    border: none;
    width: 100%;
    height: 1000px;
    overflow: scroll;
}

#intromuseums {
    font-family: 'Times New Roman';
    line-height: 120%;
    letter-spacing: normal;
    columns: 3;
    text-align: left;
    border: 1px solid black;
    padding: 1em;
}

/* thesis */
#thesisimgs {
    width: 100%;
}

#title {
    font-size: 30pt;
    font-weight: normal;
    font-family: Times New Roman;
}

h4,
h5 {
    font-size: 20pt;
    font-weight: normal;
    font-family: 'Times New Roman'
}

.parentthesis {
    font-family: 'Times New Roman';
    height: 90vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    font-family: 'Times New Roman';
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: top;
    width: 100%;
    grid-area: 1 / 1 / 3 / 2;
}

.div2 {
    font-family: 'Times New Roman';
    overflow: hidden;
    padding-left: .5em;
    height: fit-content;
    vertical-align: top;
    grid-area: 1 / 2 / 2 / 3;
}

.div1 a,
a sup {
    color: red;
    font-size: 12pt;
    text-decoration: none;
}

.thesistext {
    font-size: 15pt;
    font-family: 'Times New Roman';
    letter-spacing: .02em;
    line-height: 180%;
}

p::selection {
    background-color: rgba(0, 0, 255, 0.236);
    color: rgb(29, 6, 50);
}

#footnotestext p {
    letter-spacing: .01em;
    font-family: 'Times New Roman';
    font-size: 12pt;
}

#chapterone,
#chaptertwo,
#chapterthree,
.imgsub {
    letter-spacing: .01em;
    font-style: italic;
    font-size: 10pt;
    font-family: 'Times New Roman';
    font-weight: normal;
}

/* map */
#map {
    width: 100%;
    height: 600px;
}

/* pubs */
.pub {
    padding: 1em;
    width: 200px;
}

.pub img {
    border: 1px solid black;
    width: 100%;
}

.pub img:hover {
    transform: rotate(3deg);
}

.pubs {
    display: flex;
    flex-wrap: wrap;
}

/* sitemap */
#sitemapul {
    list-style: none;
}

#sitemapli::before {
    content: "↳ ";
    baseline-shift: 5px;
}

/* eulogies */
#eulogybody {
    /* background-color: rgb(198, 181, 181); */
    width: 100vw;
    height: 100vh;
    margin: auto;
    /* padding: 1em; */
    display:block;
}

#eulogytitle {
    white-space: wrap;
    text-transform: uppercase;
    letter-spacing: .6em;
    text-align: center;
    padding: 2em;
    background-color: transparent;
    font-family:'times new roman';
    font-size: 16pt;
    font-weight: normal;
    font-style: italic;
}

#eulogy {
    hyphens: auto;
    font-family: 'Helvetica';
    line-height: 180%;
    letter-spacing: .01em;
    font-size: 12pt;
    /* border-radius: 70px; */
    padding: 1em;
    width: fit-content;
    height: fit-content;
    text-align: justify;
    display: block;
    margin: auto;
}

#eulogy ::selection {
    background-color: black;
    color: white;
}

#limewire {
    border: 1px solid rgb(255, 255, 255);
}

#limewire td {
    border: 1px solid rgb(255, 255, 255);
}