@font-face {
    font-family:  "iA Writer Mono V";
    font-style:  regular;
    src:  url(ia-writer-mono-latin-400-normal.ttf);
}  

@font-face {
    font-family:  "iA Writer Mono V";
    font-style:  italic;
    src:  url(ia-writer-mono-latin-400-italic.woff);
}  

body,html {
    /* background: linear-gradient(to right, lightgrey 50%, white 50%); */
    background: white;
    font-family: iA Writer Mono V;
    padding-top: 30px; 
    padding-left: 0px;
    font-size: 12px;
}

header {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100vw;
    font-size: 15px;
    color: black;
    z-index: 1;
}

nav div {
    display: inline-block;
    margin-right: 50px; 
}
  
table {
    position: fixed;
    border-collapse: collapse;
    width: 48%;
}

th, td {
    border: .1px solid black;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    cursor: pointer; 
    width: 50%;
}

th div {
    display: inline-block; /* Ensure no line breaks between divs */
}

.hidden {
    display: none;
}

.container {
    display: flex;
    height: 100%;
}

img {
    width: 100%;
}

video {
    width: 100%;
}

.left-pane {
    flex: 1; /* Equal width for both panes */
    width: 100%;
    height: 100%;
}

.right-pane {
    flex: 1; /* Equal width for both panes */
    width: 100%;
    height: 100%;
    overflow-y: auto; 
}

.project-content {
    width: 100%; 
}

.visual {
    margin: 0; 
}

.caption {
    margin-left: 0; 
    margin-right: 5; 
}

.visual img {
    width: 100%; 
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px; 
    font-size: 10px;
    color: lightgray
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: darkgray;
}

.project-title:hover {
    color: darkgray;
}

.project-title {
    font-style: italic;
}

.black {
    color: black;
}

.lightgray {
    color: darkgray;
}

.hover-red:hover {
    color: darkgray;
}

.caption-title {
    margin-top: 30px;
    text-decoration: underline;
}

.header-caption-title {
    margin-top: 0px;
    text-decoration: underline;
}

#project-header {
    color: black;
    font-style: italic;
    width: 50%;
    position: fixed;
    left: 50%; 
    top: 10px; 
}

.muteButton {
    border: 1px solid yellow;
    font-family: iA Writer Mono V;
    color: black;
    border-radius: 4px;
    padding: 2px 5px;
    background: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px; 
    cursor: pointer;
}

.muteButton:hover {
    color: darkgray;
    cursor: pointer; 
}

.image-description {
    color: black;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 30px;
}

.main-header {
    cursor: pointer;
}

.main-header:hover {
    color: darkgray;
}
