body {
    background-color: rgba(0,0,0,0.6);
    width: 99%;
    height: 99%;
}

a{
    color:inherit;
    text-decoration: inherit;
}


#header {
    background-color: rgba(0,0,0,0.5);
    padding: 5px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    font-size-adjust: auto;
}

#nav{
    background-color: rgba(0,0,0,0.5);
    height: 25px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

#nav ul li {
    display: inline;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
    font-style: oblique;
    font-weight: bold;
    color: rgba(255,255,255,0.6);
}

#con{
    text-align: center;
    margin: 0 auto;
    margin-top: -163px;
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.6);
    width: 35%;
    opacity: 0;
}

#ab {
    width: 50%;
    background-color: rgba(0,0,0,0.2);
    text-align: left;
    margin: 0 auto;
    opacity: 0;
    margin-top: -196px;
}

#ab h2 {
    text-decoration: underline;
    color: rgba(255,255,255,0.5);
    text-align: center;
}

#ab ul li {
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-family: serif;
    font-size: 15px;
}

#res {
    width:50%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.6);
    opacity: 0;
    margin-top: 50px;
}

#res h3{
    margin-left: 10px;
    cursor: crosshair;
}

#education {
    display: block;
}

#experience {
    display: none;
}

#skills {
    display: none;
}