/* Make the logo bigger */
.navbar-brand img {
  max-height: 65px;
  height: auto;
  width: auto;
}
