.hidden {
  display: none !important;
  visibility: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .jumbotron {
    padding:  0;
  }
  .jumbotron h1 {
    font-size:  * 2;
  }
  .jumbotron p {
    font-size: ;
  }
  .masthead {
    padding:  * 2 0;
  }
  .masthead h1 {
    font-size:  * 4;
  }
  .masthead p {
    font-size:  * 2;
  }
  .masthead .btn-large {
    font-size: 2;
    padding:  - 2 2;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    padding:  0;
  }
  .jumbotron h1 {
    font-size:  * 2;
  }
  .jumbotron p {
    font-size: 2px;
  }
  .masthead {
    padding:  0;
  }
  .masthead h1 {
    font-size:  * 2;
  }
  .masthead p {
    font-size: 2px;
  }
  .masthead .btn-large {
    font-size: ;
    padding:  - 2px 2px;
    margin-top: 0;
  }
}
