/*Project Page Header*/
#proj_page_header {
    margin-top: 15rem;
}
.proj-container {
    column-gap: 9rem;
    row-gap: 6rem;
    display: flex;
    max-width: 100rem;
    margin: 1rem auto 0 auto;
    height: 38rem;
}
.proj-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;
    width: 38rem;
}
.overlay:hover {
    opacity: 20%;
}
.proj-overlay {
    position: absolute;
    height: 38rem;
    width: 38rem;
}
.overlay {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}
#archived-proj-button {
    margin-top: 10rem;
    margin-bottom: 20rem;
    padding: 0;
}
#middle {
    min-width: 85rem;
}

.proj-item img {
    max-height: 100%;
}


.proj-title-container {
    column-gap: 9rem;
    row-gap: 6rem;
    display: flex;
    max-width: 100rem;
    margin: 0 auto;
    height: fit-content;
}
.proj-title-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;
    width: 38rem;
}
.proj-title-item h1 {
    padding-top: 2rem;
    max-height: 100%;
    font-family: "Articulat CF", sans-serif;
    font-size: 3.8rem;
    font-weight: 500;
    margin: 0 auto;
}
.proj-title-item h2 {
    padding-top: 1rem;
    max-height: 100%;
    font-family: "Articulat CF", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 auto 2rem auto;
}
