/* this overrides some undesirable behaviors of bootstrap */
.navbar-default {
  /* always make sure the navbar takes the whole page width */
  float: none !important;
  /* never put a margin around the navbar */
  margin: 0 !important;
}