.project-page-section {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
}

.project-page-container {
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    flex-direction: row;
}

.project-text-section {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 3rem;
    flex: 1 1 60%;
}

.project-images-section {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 40%;
}

.header.project {
    font-size: 2rem;
    margin-bottom: .25rem;
}

.project-header {
    font-size: 1.5rem;
    font-weight: 400;
}

.description.project {
    line-height: 2rem;
}

.project-image-container-project-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}

.project-image-container-project-page img {
    border-radius: 15px;
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: 5px 5px 5px #bebebe;
}

.image-caption.project {
    font-size: .75rem;
    font-weight: 50;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    margin-top: 1.5rem;
}

.bullet-list {
    font-weight: 100;
    line-height: 2rem;
}

.subheader {
    font-weight: 400;
    font-size: 1.1rem;
}

.header-with-skills {
    display: flex;
    flex-direction: column;
    
}

.technical-skill-box.project {
    margin-left: 1rem;
    width: 120px;
    height: 100px;
    align-items: flex-end;
}

.subheader-italics {
    font-size: 1rem;
    font-style: italic;
}

.quadruped-video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    margin-bottom: 4rem;
    width: 100%;
}

.quadruped-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 5px #bebebe;
    margin-top: 1.5rem;
}

.quadruped-video-container video {
    width: 100%;
    height: auto;
    display: block;
}