.top-nav {
    background-color:#0066cc;
    color: white;
    border-bottom: 2px solid #404140;
}

.top-nav .container {
    max-width: 1250px;
    margin: auto;
}

.top-nav .container a {
    padding: 5px;
    display: inline-block;
    font-size: 1.2em;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.top-nav .container a:hover {
    background-color: white;
    color: #404140;
}

.top-user-nav a {
    font-size: .75em;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: .5s;
}

.top-user-nav a:hover {
    color: #0066CC;
    text-decoration: none;
    font-weight: bold;
}