.project__container
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    width: 100%;
    /* margin-left: 15%; */
    /* margin-bottom: 10vmin; */
    /* margin-top: auto; */
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    align-self: center;
    flex-direction: column;
    height: 100%;
    padding-top: 64px;
}

.project__logo
{
    width: 90vmin;
    height: auto;
    /*! display: block; */
    /* margin-bottom: 5rem; */
    filter: drop-shadow(0 1vmin 1vmin #00000080);
}

.project__textContainer
{
    max-width: 40%;
}

.project__title
{
    font-family: Grenze Gotisch, Garamond, serif;
    font-size: 6rem;
    line-height: 1;
}

.fnfac__hero
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url(/images/fnfac/menuSide.webp);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: 25vw 80%;
    background-repeat: no-repeat;
    background-size: cover;

}

.text__centerBox
{
    text-align: center;
}