/* color scheme */
/*

#001423 dark blue
#8b5c29 brown
#ffe1ba sand
#0066b1 light blue
#fff773 yellow

*/

/* NavBar Configuration */
.navBar-top{
    background-color: #0066b1;
    width: 102%;
    display: flex;
    text-align: center;
    color: #fff773;
    font-size: 200%;
}
.nav-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    align-items: center;
}






/* Footer Configuration */
.footer {
    background-color: #0066b1;
    padding: 5%;
    width: 92%;
    color: #fff773;
}