body {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #35586C;
    color: white;
    font-size: 25px;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.navli {
    display: block;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    margin: 3px;
}

.active {
    background-color: white;
    color: #35586C;
    display: block;     
    padding: 8px 16px;
    text-decoration: none;
}

li:hover {
    background-color: white;
    color: #35586C;
    text-decoration: none;
}

.content{
    margin-left:25%;
}

#home, #contact{
    text-align: center;
    vertical-align: center;
    color: #35586c;
    padding: 140px 0;

}

#design{
    margin-top: 40px;
}
#name {
    font-style: oblique;
    font-size: 60px;
}
#resume {
    text-align: center;
    padding: 75px 0;
}

#samples h1 {
    font-size: 50px;
    font-style: oblique;
    color: #35586c;
    text-align: center;
}

#samples h3, .sampleWork {
    color: #35586c;
    text-align: center;
    padding-bottom: 40px;
}

#downloadLink {
    position: absolute;
    right: 68px;
}

