/*Hover Nav Colors*/
ul.subNav li:hover {
    background-color: #0793ff;
}
/*Nav BG Colors*/
.navContainer {
    background-color: #32afe5;
}