.header-holder h2 a {
    color: #fff;
}

#header-nav {
    clear: both;
    padding-top: 5px;
    color: #f25b00;
}

#header-nav ul {
    list-style-type: none;
}

#header-nav ul:after {
    clear: both;
}

.nav-item + .nav-item {
    margin-right: 20px;
}

.nav-item {
    float: right;
    
}

.big-header {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 25px;
}