#leadership {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: rgb(255, 255, 255);
    background-color: #1a1919;
}

.column {
    text-align: left;
    float: left;
    width: 50%;
    height: auto;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    color: rgb(255, 255, 255);
}


.row {
    margin-top: 24px;
    padding: 0 80px 100px 80px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

img {
    width: 440px;
    height: auto;
    max-height: 400px;
    height: 370px;
    object-fit: cover;
    background-repeat: no-repeat;
    border: 8px double white;
    background-position: center;
    object-fit: cover;
}


#carnival_row {
    padding: 0px 80px 100px 80px;
}


.leadershipimages {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:auto;
}

#image1{
    background: url('../images/IMG_0514.JPG');
}