@import url('https://fonts.googleapis.com/css?family=Lato');

body, input, select {
font-family: 'Lato', sans-serif;
}

#banner {
background-color: #002D89;
}

#menu ul li:hover {
background-color: #E8C500;
}

#bottom-bar {
background-color: transparent;
border: none;
}
#footer, .footer-nav, #footer ul.footer-nav li a, .footer-credit {
background-color: #002D89;
color: #FFF !important;
}
.footer-credit a {
color: #6681b8 !important;
}
