/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices (do i want this??)*/
}
body {
  padding-top: 70px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 0px;
  }
  .col-md-9{
    padding-left: 0px;
    padding-top: 4px;
  }
  .col-md-3{
    padding-left: 40px;
    padding-right: 20px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 50px;
  }
}
.jumbotron h1,
.jumbotron .h1 {
    font-size: 28px;
}