/* Example override for the primary background color */
section #main-menu {
    background-color: #003366;
}
/*Edit the styling of the nav-bar main*/
.navbar-main {
    background-color:#98CD03;
}

/*Edit the styling of the footer*/
#footer {
    background-color: #003366;
    color: #ffffff;
}

.back-to-top {
    background-color: #ffffff;
}
