#body h1 {
    color: var(--color-primary);
    margin-top: 3vw;
    margin-bottom: 1.5vw;
    font-size: 6vw;

    font-weight: bold;
}

#body h2 {
    color: var(--color-primary);
    margin-bottom: 1.5vh;
    font-size: 4vw;
}

#body h3 {
    font-weight: 900;
    color: black;
    margin-top: 4vw;
    font-size: 3vw;
}

#body h4 {
    color: black;
    font-weight: bolder;
    font-size: 2.5vw;
    margin-top: 4vw;
    margin-bottom: 1.5vw;
}

#body h5 {
    font-size: 1.5vw;
    white-space: nowrap;
    color: var(--color-primary);
}

#body p {
    font-size: 3vw;
}

#content {
    width: 100%;
}

#body {
    width: 100%;
    text-align: center;
    margin-top: -3vw;
    padding-top: 3vw;
    background-color: var(--color-background);
}

#about,
#members,
#leaders {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#header {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.year-div {
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    width: 90%;
    font-family: "Chivo", sans-serif;
}

.year-div-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 120vh;
}

.year-div-item {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 1vh;
}

.year-div-item span {
    width: 80%;
    text-align: left;
    color: var(--color-primary);
}

.year-div-item span:nth-child(1) {
    font-size: 2vw;
    font-weight: 700;
}

.year-div-item span:nth-child(2) {
    font-size: 2vw;
}

#body div:last-child {
    margin-bottom: 0px;
}

#leaders {
    padding: 0px 0px 40px 0px;
}

#team-picture {
    width: 90%;
    margin: 0 auto;
}

.individual-title {
    white-space: nowrap;
}

#triumvirate,
#tech-directors {
    width: 70%;
    margin: 0 auto 4vw auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#tech-directors-2 {
    width: 80%;
    margin: 0 auto 4vw auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#e-directors,
#reeeeeeeee {
    width: 40%;
    margin: 0 auto;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#opsgang {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 4vw;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leader {
    width: 10vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.leader-image {
    width: 100%;
}

@media (max-width: 800px) {
    #triumvirate,
    #tech-directors,
    #tech-directors-2,
    #e-directors,
    #reeeeeeeee,
    #opsgang {
        width: min-content;
    }

    #body h1 {
        font-size: 10vw;
    }

    #body h2 {
        font-size: 5.5vw;
    }

    #body h3 {
        font-size: 6vw;
    }

    #body h4 {
        font-size: 6vw;
    }

    #body h5 {
        font-size: 4.5vw;
    }

    #body p {
        font-size: 4vw;
    }

    .leader {
        width: 15vw;
    }
}
