@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 24px 0 24px 0;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 30px;
  }
}

h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
}

.description {
	min-height: 330px;
}