/*
#logo{
background: url("img/sprite.png") no-repeat;
background-position: 0 -332px;
background-size: 51px 101px;
}

nav #home{
background: url("img/sprite.png") no-repeat;
background-position: 0 -280px;
background-size: 13px 40px;
}

nav #home-active{
background: url("img/sprite.png") no-repeat;
background-position: 0 -306px;
background-size: 13px 40px;
}

nav #home:hover{
background: url("img/sprite.png") no-repeat;
background-position: 0 -306px;
}

nav #portfolio{
background: url("img/sprite.png") no-repeat;
background-position: -40px -280px;
background-size: 13px 73px;
}

nav #portfolio-active{
background: url("img/sprite.png") no-repeat;
background-position: -80px -306px;
background-size: 13px 73px;
}

nav #portfolio:hover{
background: url("img/sprite.png") no-repeat;
background-position: -40px -153px;
background-size: 13px 73px;
}

nav #resume{
background: url("img/sprite.png") no-repeat;
background-position: -226px -280px;
background-size: 13px 73px;
background-size: 13px 55px;
}

nav #resume-active{
background: url("img/sprite.png") no-repeat;
background-position: -226px -306px;
background-size: 13px 55px;
}

nav #resume:hover{
background: url("img/sprite.png") no-repeat;
background-position: -226px -306px;
background-size: 13px 55px;
}

nav #hire-me{
height: 13px;
width: 55px;
background: url("img/sprite.png") no-repeat;
background-position: -336px -280px;
background-size: 13px 55px;
}

nav #hire-me:hover{
background: url("img/sprite.png") no-repeat;
background-position: -336px -306px;
background-size: 13px 55px;
}

nav #lang{
height: 34px;
width: 34px;
background: url("img/sprite.png") no-repeat;
background-position: -202px -350px;
margin-top: -12px;
background-size: 34px 34px;
}

nav #lang:hover{
background: url("img/sprite.png") no-repeat;
background-position: -406px -350px;
background-size: 34px 34px;
}
*/