table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: "GT Pressura Mono Trial Md";
    font-size: 1vw;
}
th, td {
    padding: 1em;
    text-align: left;
}
th {
    font-weight: bold;
}
.title-center {
    text-align: center;
}
tbody tr:hover {
    background-color: transparent; 
    color: #000000;
}
tbody tr td {
    color: #707070; 
}
tbody tr:hover td {
    color: #000000; 
}
.filter-nav {
    text-align: center;
    margin-top: 14vh;
    margin-bottom: 8vh;
}
.filter-link {
    margin: 2%;
    font-size: 1.5vw;
    cursor: pointer;
    text-decoration: none;
    color: #707070;
}
.filter-link:hover {
    color: #FF9D00;
}
.filter-link.active {
    color: #FF9D00; 
}
table {
    width: 70%; 
    margin-left: 30%; 
    margin-top: 20px;
    font-family: "SUIT-Bold";
    font-size: 1vw;
    table-layout: auto;
}
th, td {
    padding: 1em;
    text-align: left;
    width: 40%;
}
th.title-header {
    text-align: left; 
    padding-left: 0%;
}
td.title-center {
    text-align: left;
    padding-left: 0%;
}
.title-header {
    text-align: center;
}
tbody tr td {
    color: #707070;
}
tbody tr:hover td {
    color: #000000;
}
.title-center {
    text-align: center;
}
.thumbnail {
    position: fixed;
    top: 20vh;
    left: 6%;
    width: 20vw;
    height: auto;
    display: none;
    z-index: 1000;
}
.thumbnail img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .navbar {
        width: 100vw;
    }
    .nav-link {
        font-size: 12pt;
    }
    .nav-line {
        width: 0.5pt;
    }
    .navbar {
        width: calc(100vw - 12px);
        height: 56px;
        background-color: #ffffff;
        display: absolute;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 1000;
        border-bottom: none;
        padding: 0;
    }
    .nav-arrow {
        display: flex;
        align-items: center;
    }
    .nav-line {
        display: none; 
    }
    .nav-link:hover {
        color: #FF9D00;
    }
    .nav-link[href="about.html"] {
        left: 11%;
    }
    .nav-link[href="designer.html"] {
        left: 30%;
    }
    .nav-link[href="visual.html"] {
        left: 52%;
    }
    .separator {
        position: absolute;
        left: 65%;
        top: 50%;
        transform: translateY(-50%);
        color: #707070;
        pointer-events: none;
        font-size: 14pt;
    }
    .nav-link[href="space.html"] {
        left: 70%;
    }
    .nav-link[href="archive.html"] {
        left: 87%;
    }
    table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: "GT Pressura Mono Trial Md";
    font-size: 3vw;
    }
    .filter-link {
    margin: 2%;
    font-size: 6vw;
    cursor: pointer;
    text-decoration: none;
    color: #707070;
    }
    table {
        width: 100%;
        margin: 1px 0;
        border-collapse: collapse;
        font-family: "SUIT-Bold";
        font-size: 4vw;
    }
    th, td {
        display: none;
    }
    tbody tr {
    display: table-row; 
    padding: 40px 10px;
    border-bottom: 1px solid #000000;
    }
    tbody tr[data-filter] {
    display: table-row;
    padding: 40px 10px;
    border-bottom: 1px solid #000000;
    }
    tbody tr[style*="display: none"] {
    display: none !important;
    }
    .filter-link.active + tbody tr {
    padding: 40px 10px; 
    }
    tbody tr::before {
        content: attr(data-thumbnail-title); 
        display: block;
        font-weight: bold;
        font-size: 4vw;
        color: #000000;
        margin-top: 10px;
        margin: 10px;
    }
    tbody tr::after {
        content: attr(data-thumbnail-designer);
        display: block;
        font-size: 3vw;
        color: #707070;
        margin: 10px;
    }
    tbody tr img {
        display: none;
    }
    .thumbnail {
    position: fixed;
    top: 20vh;
    left: 6%;
    width: 20vw;
    height: auto;
    display: none;
    z-index: 1000;
    }
    .thumbnail img {
    width: 100%;
    height: auto;
    display: none; 
    }}