#header {
    height: 100px;
    width: 100%;
    background-color: #2175bc;
}
#navigator {
    top: 35px;
}
.dayTitle {
    display: none;
}
.day {
    background: white;
    padding: 20px 32px;
}

#header {
    height: 100px;
    width: 100%;
    background-color: #fff;
}

#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #080303;
    padding: 10px;
    background-color: #fff;
}
#navList li a:hover {
    background-color: #fff;
    margin-top: -2px;
    padding-bottom: 12px;
    color: #050202;
    opacity: 1;
}