@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts2/NeueHaasDisplay-Light_1.eot');
    src: url('fonts2/NeueHaasDisplay-Light_1.eot?#iefix') format('embedded-opentype'),
        url('fonts2/NeueHaasDisplay-Light_1.woff2') format('woff2'),
        url('fonts2/NeueHaasDisplay-Light_1.woff') format('woff'),
        url('fonts2/NeueHaasDisplay-Light_1.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Bold';
    src: url('fonts2/NeueHaasDisplay-Bold.eot');
    src: url('fonts2/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts2/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('fonts2/NeueHaasDisplay-Bold.woff') format('woff'),
        url('fonts2/NeueHaasDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Neue Haas Grotesk Display Pro';
    background-color: #ffffff;
    color: #0803B0;
    margin: 0;
    margin-left: 2vmax;
    margin-right: 2vmax;
    margin-top: -1vmax;
    height: 100vh;
}



.santi {

    font-family: 'Neue Haas Grotesk Bold';
    margin-bottom: 1vmax;
    font-size: 2.5vmax;
    margin-top: 7vmax;
    padding-left: 35vmax;
    
}

.founder-container img {
    width: 30vmax;
    height: auto;
    border: transparent;
    margin-right: 5vmax;
    margin-top: -6.5vmax;
}

.founder-container {
    display: flex;
    flex-direction: row;
}

.meet-the-founder {
    width: 90%;
    position: relative;
}

.bio {
    font-size: 1.25vmax;
    line-height: 2vmax;
}




.meet-the-founder .santi{
    transition-delay: 200ms;
}
.meet-the-founder .bio{
    transition-delay: 400ms;
}



.story-heading {
    font-family: 'Neue Haas Grotesk Bold';
    margin-bottom: 1vmax;
    font-size: 2.5vmax;
    margin-top: 7vmax;
    margin-left: 2vmax;
}   

.story-container {
    display: flex;
    margin: 0 2vmax;
    flex-direction: row;
    flex-wrap: nowrap;
}


.story {
    font-size: 1.25vmax;
    line-height: 2vmax;
    width: 50%;
}

.story-img-container{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 50%;
    margin-top: 3vmax;
}


.story-img-container img {
    width: 40vmax;
    height: auto;
    border: transparent;
    margin-bottom: 2vmax;
    margin-top: -9vmax;
}

.founder-container {
    display: flex;
    flex-direction: row;
}


.mission-img-container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    margin-top: 3vmax;
}


.mission-img-container img {
    width: 40vmax;
    height: auto;
    border: transparent;
    margin-bottom: 2vmax;
    margin-top: -9vmax;
}

.mission-heading {
    font-family: 'Neue Haas Grotesk Bold';
    margin-bottom: 1vmax;
    font-size: 2.5vmax;
    margin-top: 7vmax;
    margin-left: 50%;
}   

.mission-container {
    display: flex;
    margin: 0 2vmax;
    flex-direction: row;
    flex-wrap: nowrap;
}


.mission {
    font-size: 1.25vmax;
    line-height: 2vmax;
    width: 50%;
}


.events-intro .story{
    transition-delay: 200ms;
}
.events-intro .story-img-container{
    transition-delay: 400ms;
}

.events-intro .mission{
    transition-delay: 200ms;
}
.events-intro .mission-img-container{
    transition-delay: 400ms;
}