#about { 
	background-image: url("../img/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    height: 400px;
	
}

#nav-topbar-about {
    position:absolute;
    width:100vw;
    height:50px;
    z-index: 30;
}

#nav-item-container-about {
    position:absolute;
    top:20px;
    width:80%;
    left:50%;
    transform:translateX(-50%);
}

#nav-topbar-about #nav-home-about {
    display:inline;
}

#nav-topbar-about #nav-home-about:hover {
    color: #2C6C80;

}

#nav-topbar-about #nav-items-about {
    display: inline;
    position:absolute;
    right:0px;
}

  @media screen and (max-width: 600px) {
     #nav-topbar-about #nav-items-about {
         display:none;
     }
 } 

#nav-topbar-about a {
    text-decoration: none;
    color:inherit;
}

#nav-topbar-about a:hover {
    color: #2C6C80;
}


#nav-topbar-about #nav-items-about a{
    padding-left: 30px;
}

#nav-underline-about {
    background-color: #B4D3DC;
    width: 100%;
    height:2px;
    position:relative;
    top: 7px;
}



#about-content-box {
    position:relative;
    top:10px;
    left:15%;
    width:70%;
    height:100%;
    margin-bottom:50px;
}

#pic-box {
    display:inline-block;
    vertical-align:middle;
    width:45%;
    height:100%;
    padding-left:1.5%;
    padding-right:3%;
}

.about-me-pic {
    object-fit:contain;
    max-width:100%;
    max-height:100%;
    display:none;
}

#stacks {
    display:unset;
}

#bio-box {
    width:45%;
    display:inline-block;
    vertical-align:middle;
    padding-left:2.5%;
    height:100%;
}

#bio-text {
    width:100%;
    height:100%;
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
}

@media screen and (max-width: 930px) {
    #bio-text {
        font-size: 13px;
    }
}

@media screen and (max-width:810px) {
    #pic-box{
        position:relative;
        left:13.5%;
        display:block;
        width:70%;
        margin-bottom: 25px;
    }

    .about-me-pic {
        /*display:block;*/
        position:relative;
        left: 50%;
        transform:translateX(-50%);
        max-height:300px;
    }

    #bio-box {
        margin-top:10px;
        position:relative;
        left:2.5%;
        display:block;
        width:90%;
    }
}

.deep-dive {
    display:inline-block;
    width: 27%;
    margin-left:2.9%;
    margin-right:2.9%;
    vertical-align:top;
}

.deep-dive img {
    object-fit: contain;
    height: 100px;
    vertical-align:middle;
    width: 30%;
}

.dive-title {
    margin-left: 5px;
    display:inline-block;
    vertical-align:middle;
}

.deep-dive-text {
    /* text-align: justify; */
    font-size: 14px;
}

.about-button {
    padding:0.35em 1.2em;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    text-align:center;
    transition: all 0.2s;
    font-size: 14px;
}

#work-button{
    border:0.1em solid #82B6C5; 
    color: #82B6C5;
}

#work-button:hover{
    background-color: #82B6C5;
    color: white;
}

#proj-button{
    border:0.1em solid #F09333; 
    color: #F09333;
}

#proj-button:hover{
    background-color: #F09333;
    color: white;
}

#dance-button{
    border:0.1em solid #90C9C3; 
    color: #90C9C3;
}

#dance-button:hover{
    background-color: #90C9C3;
    color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}