body .dropdown > .dropdown-menu,
body nav.navbar {
  background-color: #0C6291 !important;
}
body nav.navbar .nav-item,
body nav.navbar .nav-item a.nav-link,
body .dropdown > .dropdown-menu > .dropdown-item {
  color: #d8d8d8 !important;
}
body nav.navbar .nav-item > a:hover,
body nav.navbar .nav-item.dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
body nav.navbar .nav-item.dropdown > a:hover {
  text-decoration: none;
}
body .dropdown > .dropdown-menu > .dropdown-item:hover {
  background-color: #0e72a9;
}
body > div.container-fluid h1.site-title {
  color: #fdc201!important;
}
body > div.container-fluid ul > li:first-child,
body > div.container-fluid ol > li:first-child,
body > div.container-fluid ul > li:first-child,
body > div.container-fluid ol > li:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
body > div.container-fluid ul > li:first-child:first-child,
body > div.container-fluid ol > li:first-child:first-child,
body > div.container-fluid ul > li:first-child:first-child,
body > div.container-fluid ol > li:first-child:first-child {
  padding-top: 0;
}
body > div.container-fluid ul > li:first-child:last-child,
body > div.container-fluid ol > li:first-child:last-child,
body > div.container-fluid ul > li:first-child:last-child,
body > div.container-fluid ol > li:first-child:last-child {
  padding-bottom: 0;
}
