﻿.project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4vh;
}

.project-content {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 85%;
    max-width: 1000px;
    margin-bottom: 2vh;
}

.project-video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    margin-top: 4vh;
}

.project-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 720px;
    margin-top: 4vh;
}

.project-image {
    width: 100%;
}

.project-image-text {
    width: 90%;
    max-width: 720px;
    margin-top: 1vh;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

.project-text-header {
    width: 100%;
    text-align: start;
    margin-top: 4vh;
    font-size: 26px;
    line-height: calc(1ex / 0.35)
}

.project-text {
    width: 100%;
    text-align: start;
    font-size: 18px;
    line-height: calc(1ex / 0.35)
}

@media only screen and (max-width: 768px) {
    .project-image-text {
        font-size: 14px;
    }

    .project-text {
        font-size: 16px;
    }
}
