
.container{
/*    color: white;*/
    position: fixed;
    background-color: #212529;
    width: 100%;
    height: 75px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.item{
    margin-left: 18px;
}

.bar {
    font-size: 18px;
    color: dimgrey;
}

.middle{
    height: 100px;
    width: 100%;
}

.section{
    margin: 32px;
    
}

.row{
    display: flex;
    flex-flow: row;
}

.member{
    width: 24%;
    height: 650px;
    display: inline-block;
    border-style: solid;
    border-color: grey;
}

.headshot{
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.gantt{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.tech{

    width:15%;
    padding-right: 2%;
    padding-left: 2%;

}

.title{
    font-size: 42px;
    color: black;
    margin-bottom: 22px;
    font-weight: bold;
}

.nav{
    float:left;
    align-items: center;
    display: block;
}

.out{
    margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}


body{
/*    background: url(https://th.bing.com/th/id/R.3ef38e0a44f6d56933d9ac2a7b26737e?rik=qrIWCg9vAokmeQ&pid=ImgRaw&r=0);*/
    background-repeat: no-repeat;
    background-size: 2300px;
    background-position: center;
    margin: 0;
    
}


.deliver{
    text-align: center;
    color: white;
    font-size: 32px;
}

html{
    margin: 0;
    font-family: "arial";
}

p{
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
