body {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    overflow: clip;
    /* Keep for Chrome */
    overflow: -moz-hidden-unscrollable;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

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

.collaborator-link {
    font-style: italic;
}

p {
    /*padding-top: 38px;*/
}

h1 {
    margin: 0;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg) scale(0.8);
    }

    50% {
        transform: rotate(180deg) scale(1.3);
    }

    100% {
        transform: rotate(360deg) scale(0.8);
    }
}

.loading-screen-container {
    transform: translate(191px, -57px);
}

#loadingScreen {
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    animation-name: spinning;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

#menu-points {
    /*transform: translate(-160px, -80px) rotate(-8deg) skew(-4deg, 30deg);*/
    transform: translate(-160px, -210px);
}


#top-works-menupoint {
    cursor: default;
}


button {
    font-family: "Work Sans", serif-serif;
    font-weight: 800;
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    /*text-align: center;*/
    font-size: 3em;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


ul {
    list-style-type: none;
    padding: 0;
}


li {
    padding: 0;
}


#peter-title-mobile {
    display: none;
    position: absolute;
    top: 23px;
    left: 23px;
}


#peter-title-dt {
    display: inline-block;
}


.works-submenu-container {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
}

.works-submenu {
    font-weight: 500;
    font-size: 1.2em;
    padding: 0 18px 4px 4px;
    text-align: left;
}

.commissioned-work {
    padding-left: 12px;
    color: #393939;
}

#about-window {
    background-color: rgba(255, 255, 255, 0.73);
    width: 35%;
    max-width: 800px;
    position: absolute;
    padding: 25px;
    height: 70%;
    left: 10%;
    overflow: scroll;
    display: none;
    flex-direction: column;
    /* Cross-browser scrollbar hiding */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

#about-window::-webkit-scrollbar {
    display: none;
}

#about-window {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.bio-text {
    padding: 0 20px;
}

.curated {
    font-style: italic;
    color: dimgrey;
}

.exhibition_year {
    padding: 20px 0 12px 5px;
}

.exhibitions-list li {
    padding-top: 9px;
}

.exhibitions-list {
    padding: 0 20px;
}

th {
    text-align: left;
    vertical-align: top;
}

tr {
    vertical-align: top;
}

.details-title {
    font-weight: 600;
    font-size: 1.2em;
}

.location-cell {
    text-align: right;
    color: #6e6e6e;
    font-size: 0.85em;
}


#works-window {
    background-color: rgba(255, 255, 255, 0.73);
    width: 70%;
    position: absolute;
    padding: 25px;
    height: 80%;
    /*left: 10%;*/
    overflow: scroll;
    display: none;
    flex-direction: column;
    max-width: 960px;
    /* Cross-browser scrollbar hiding */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

#works-window::-webkit-scrollbar {
    display: none;
}

#works-window {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


#close-works-btn,
#close-about-btn {
    font-family: "Work Sans", sans-serif;
    font-size: 1.2em;
    margin-left: auto;
    padding-bottom: 41px;
}


.project-panel-info {
    display: flex;
    flex-direction: row;
}


#images-panel {
    width: 60%;
}

#description-panel {
    height: 100%;
    width: 40%;
    margin: 0 0 0 18px;
}

#concept-panel {
    padding: 24px 0 36px;
}

.description-text {
    padding: 0 0 8px 0;
    margin: 0;
}

.details-type {
    color: #7a7a7a;
    font-size: 0.8em;
    padding: 0 8px;
    text-align: right;
}

.details-content {
    font-style: italic;
}

.tytle-row {
    height: 32px;
}

.details-row {
    height: 20px;
}

.primary-image {
    width: 100%;
}

.thumbnail-image {
    width: 20%;
    margin-right: 4px;
}

/* Additional cross-browser scrollbar hiding */
* {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

*::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}
