body {
    background: #282828;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
}
#nav_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: #282828;
    clear: left;
}
#logo {
    position: fixed;
    top: 0;
    left: 1%;
    width: 13%;
}
header div a {
    position: absolute;
    left: 25%;
    width: 100%;
    height: 10%;
    font-size: 26pt;
}

#home_button {
    top: 30%
}

#about_button {
    top: 40%
}

#labs_button{
    top: 50%;
}

#portfolio_button {
    top: 60%
}

.link {
    color: #3500D3;
}

.link:hover{
    color: #190061;
}

#content_div_1{
    position: absolute;
    left: 15%;
    top: 0;
    width: 85%;
    height: 100%;
    background-color:#0C0032;
}

#top_space_div{
    position: relative;
    width: 1024px;
    height: 10%;
}

#left_space_div{
    height: 90%;
    width: 35%;
    float: left;
    clear: left;

}

#p_div {
    position: relative;
    top: 50%;
    left: -30%;
    clear: none;
    font-size: 26pt;
    color: yellow;
}

#caution_div {
    width: 30%;
    float: left;
    clear: right;
}

#cone_img {
    width: 100%;
    height: 100%;
}

#content_div_2 {
    position: absolute;
    left: 15%;
    top: 92%;
    background-color: #240090;
    width: 85%;
    height: 90%;
}
