* {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.header {
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: 2px solid darkorange;
    z-index: 10;
}

.headerLogo {
    width: 150px;
}

.nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

.nav1 li {
    /*display: inline;*/
    display: inline-block;
    padding: 10px 0;
}

.nav1 a {
    padding: 0 10px;
}

.nav1 a:hover {
    /*background-color: #00B7FF;*/
    color: orangered;
    text-decoration: none;
}