
nav{
    height:70px;
    line-height: 50px;

}


nav header h1{
    font-weight: 700;
    line-height: 70px;
}

nav ul {
    float:left
}

nav ul li{
    float:right;
    padding:0 10px;
    line-height: 70px;
    font-size: 18px;
    text-transform: uppercase;
}

