@charset "utf-8";
/* CSS Document */

.jumbotron_c {
  padding: 10px 0 !important;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #fff;
  border: #ccc solid 1px;
}

.jumbotron_c h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron_c p {
  line-height: 1.4;
  padding:0 20px;
}

.container .jumbotron_c {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron_c {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .container .jumbotron_c {
    padding-right: 20px;
    padding-left: 20px;
  }
  .jumbotron_c h1 {
    font-size: 63px;
  }
}


