@import url('//fonts.googleapis.com/css?family=Karla&display=swap');

body, input, select, h1, .page-title, #navigation, #menu, #footer {
font-family: 'Karla', sans-serif;
}

#header-bar {
background-color: #16447F;
}

.toggleMenu, #user_info, #user_info a, #user_info a:hover {
color: #FFF !important;
border: none;
}

#bottom-bar {
background-color: transparent;
border: none;
}

#footer {
background-color: #0f2e55;
border-top: solid 10px #CA9A41;
}

.footer-nav, .footer-credit {
color: #FFF;
}

#footer ul.footer-nav li a, .footer-credit a {
color: #CA9A41;
}