/* IMAGE BANNER */

.project-image-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-image-banner{
    width: 100%;
    height: auto;
}


/* FOR ALL FLEXBOXES WITH SIDE SPACERS */
.spacer-side-flexbox {
    display: flex;
    color: #333333;
}

.white-background {
    background-color: white;
}


.grey-background {
    background-color: #eaeaea;    
}

/* HEADLINE BANNER GREY */
.hide-on-mobile {
    justify-content: center;
}

/* .hide-on-mobile .spacer-sides {
    flex: 0;
} */

.text-banner-wrapper {
    min-height: 200px;
    flex: 12;
    max-width: 2000px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.text-banner-headline {
    flex: 1;
    margin: 0 2vw;
    text-align: center;
    font-size: 2.2rem;
}

.text-banner-text {
    flex: 2;
    margin: 1rem 2vw;
    text-align: justify;
    line-height: 1.5rem;
}

.text-banner-text a {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.25s;
}

.text-banner-text a:hover {
    opacity: 0.75;
    border-bottom: 1px solid rgba(51, 51, 51, 0.75);
}

.hide-on-desktop {
    display: none;
}


/* Tablet */
@media (max-width: 69em) {

    .text-banner-headline {
        flex: 1;
        margin: 0 1vw;
        text-align: center;
        font-size: 1.8rem;
    }

    .text-banner-text {
        flex: 3;
        font-size: 0.85rem;
    }

}

/* Smaller Tablet */
@media (max-width: 50em) {
    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: flex;
    }

    .hide-on-desktop .spacer-sides {
        flex: 1;
    }

    .text-banner-wrapper {
        flex: 20;
    }

    .text-banner-text {
        margin: 1rem 0;
    }

    .text-banner-text span {
        font-size: 1.65rem;
    }
}

/* Phone */
/* @media (max-width: 45em) {
    
} */


/* VIDEO SECTION */
.video-section {
    flex-direction: row;
    margin: 2rem 0;
}

.video-section .spacer-sides {
    flex: 1;
}

.project-video-container {
    flex: 3;
    display: flex; 
    position: relative;
}

.thumbnail-container {
    width: 100%;
    min-width: 870px;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-size: cover;
    position: relative;
    cursor: pointer;
}

.thumbnail-play-icon {
    width: 8.5rem;
    opacity: .75;
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}

.iframe-container {
    width: 100%;
    min-width: 870px;
    aspect-ratio: 16 / 9; 
    border: none;
}

.project-video {
    width: 100%;
    height: 100%;
}

.is-hidden {
    display: none;
}

/* Tablet */
@media (max-width: 69em) {
    .project-video-container {
        flex: 8;
    }

    .iframe-container {
        min-width: 0;
    }
}

/* Phone */
@media (max-width: 45em) {
    .video-section {
        margin: 1rem 0;
    }

    .video-section .spacer-sides {
        flex: 0;
    }

    .project-video-container {
        flex: 1;
    }
}

/* BULLET POINT SECTION */
.bullet-point-section {
    flex-direction: row;
    margin-bottom: 2rem;
}

.bullet-point-section .spacer-sides {
    flex: 1;
}

.project-bullet-points-container {
    flex: 5;
    display: flex;
    /* justify-content: space-evenly; */
}

.bullet-point-wrapper {
    flex: 1;

    display: flex;
    flex-direction: column;

    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    /* letter-spacing: 0.01rem; */
}

.border-to-next-item {
    border-right: solid;
    border-right-width: 1px;
    border-right-color: #eaeaea;
}

.bullet-point-headline {
    margin: 8px;
}

.bullet-point-row {
    display: flex;
    
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    font-size: 0.85rem;
    font-style: italic;
    font-weight: 300;
}

.bullet-point-row p {
    flex: 1;
    margin: 8px;
}

.bullet-point-row a {
    flex: 1;
    margin: 8px;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid transparent;
    transition: all 0.25s;
}

.bullet-point-row a:hover {
    opacity: 0.75;
    border-bottom: 1px solid rgba(51, 51, 51, 0.75);
}


/* Tablet */
@media (max-width: 69em) {
    .project-bullet-points-container {
        flex: 20;
    }
}

/* Phone */
@media (max-width: 45em) {
    .project-bullet-points-container {
        flex-direction: column;
        flex: 1;
    }

    .border-to-next-item {
        border-right: none;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #eaeaea;
    }
}


/* AWARD SECTION */
.awards-section {
    display: flex;
    min-height: 40px;
}

.awards-section .spacer-sides {
    flex: 1;
}

.awards-section-container {
    flex: 16;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}


.awards-section-headline {
    text-align: center;
    font-size: 1.6rem; 
    margin: 1.2rem 0;
    display: flex;
    align-items: center;
}

.awards-icon-container { 
    width: 100%;
    max-width: 2000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.award-icon {
    flex: 1 1 10rem;
    height: 16vw;
    /* min-height: 8rem; */
    max-height: 10rem;
    margin: 0 1rem;
    display: flex;
    justify-content: center; 
}

/* Tablet */
@media (max-width: 69em) {
    .awards-section-container {
        margin-bottom: 1.6rem;
    }

    .awards-section-headline {
        margin: 1rem 0;
    }
}

/* Phone */
@media (max-width: 45em) {
    .awards-section-container {
        margin-bottom: 1.25rem;
    }

    .awards-section-headline {
        font-size: 1.4rem;
        margin: 0.75rem 0;
    }
}

/* PROJECT LINKS SECTION */
.project-links-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.2rem;
}

.project-links-headline {
    text-align: center;
    font-size: 1.6rem; 
    margin: 1.2rem 0;
    display: flex;
    align-items: center;
}

.project-links-icon-container {
    width: 100%;
    max-width: 2000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.project-links-icon-container a {
    transition: opacity 0.25s;
}

.project-links-icon-container a:hover {
    opacity: 0.75;
}

.link-icon-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.project-link-icon {
    width: 3rem;
    height: auto;
    margin: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tablet */
@media (max-width: 69em) {
    .project-links-section {
        margin-bottom: 1.6rem;
    }

    .project-links-headline {
        margin: 1rem 0;
    }
}

/* Phone */
@media (max-width: 45em) {
    .project-links-section {
        margin-bottom: 1.25rem;
    }

    .project-links-headline {
        font-size: 1.4rem;
        margin: 0.75rem 0;
    }

    .project-link-icon {
        width: 2.5rem;
    }
}