/* Engineering page styles. Loaded after style.css, which provides
   the shared base (fonts, colors, link styles). */

.project {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project .back {
    align-self: flex-start;
    margin: 0 0 2rem;
}

.project h1 {
    margin: 0 0 .75rem;
    font-weight: 600;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

.gallery {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.gallery figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery img {
    max-width: 100%;
    height: auto;
}

.gallery figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #aaa;
    text-align: center;
    max-width: 640px;
}
