/* Using bootstrap navbar, but mucking with it a bit to sometimes put an image in it.
*/
@media (max-width: 768px) {
	.navbar-brand img {
		display: none;
	}
}

.navbar-nav li a {
    line-height: 37px; /* needed to have image this tall as branding in navbar */
}

.navbar-static-top {
  margin-bottom: 19px;
}
