.navbar {
  background-color: #000;
}

html, a, ul, li, p, div {
  font-family: "Helvetica Neue";
}

img.title-icon {
  float:left;
  margin-right:1em;
  padding-top:4px;
}

h1, h2, h3 {
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
}

h1.title {
  font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue";
  font-size: 5em;
}

h1.page-title {
  font-size: 3em;
  margin-top: 0.5em;
}

h3.section-title {
  font-size: 1.4em;
  display:block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.jumbotron {
  padding-top:0px;
  background-color: white;
}
.jumbotron .content {
  max-width: 40rem;
}

.logo {
  margin-top:1em;
}

.narrow-content {
  padding:0 30px;
  text-align:left;
}

@media (min-width: 48em) {
  .container {
    max-width: 48rem;
  }
}

.the-yak {
  font-size: 1.6em;
}

.btn-red {
  background-color:red;
  color: #fff;
}
