﻿body {
}

#about-content-navbar-container {
    height: 200vh
}

#about-content-text {
    position: relative;
    height: 22%;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    /*background-color: darkgray*/
}
#about-content-people-container-full-width {
    position: relative;
    height: 45%;
    width: auto;
}

#about-content-people-container {
    display: table;
    width: 80%;
    height: 90%;
    /*margin: 0 auto;*/
    /*background-color: cornflowerblue*/
}

.div-about-content-people-aspect {
    padding-bottom: 66.66%;
    width: 100%;
    position: relative;
}

.div-about-content-people-aspect > .div-about-content-people {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.div-about-content-people {
    display: table-cell;
    height: 100%;
    width: auto;
    padding: 0.5rem;
    box-sizing: border-box;
}

.div-about-content-people-image {
    position: relative;
    height: 65%;
    width: 100%;
    border-radius: 50%;
    /*background-color: lightgray;*/
}

.div-about-content-people-text {
    position: relative;
    height: 35%;
    width: auto;
    padding: 0 1rem;
    font-size: 0.9rem
    /*background-color: darkgray;*/
}

.about-img-people {
    height: 235px;
    width: 235px;
    border-radius: 50%

}

