/* naml.us is lowercase */
.navbar-default .navbar-brand {
  text-transform: lowercase;
}

/* Thumbnail images */
.pub-banners {
  display: table;
  margin: 0 auto;
}
.col-md-12 > .pub-banners {
  margin: 0;
}
.pub-banner {
  height: 120px;
  display: inline-block;
}
.pub-banners > a {
  display: inline-block;
}
a > img:hover {
  outline: 3px solid #0095eb;
  outline-offset: -3px;
}
.project-icon {
  width: 32px;
  height: 32px;
}
#license img {
  display: inline;
}

/* Hide desktop-only images on mobile */
.desktop-only {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .desktop-only {
    display: none;
  }
}

/* Fonts */
html {
  font-family: 'Lato', sans-serif;
}
