/* Space out content a bit */
body {
  /*padding-top: 20px;*/
  padding-bottom: 10px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 5px;
  padding-left: 5px;
}

/* Custom page header */
.header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  /*padding-top: 5px;*/
  color: #777;
  /*border-top: 1px solid #e5e5e5;*/
}

/* Customize container */
@media (min-width: 200px) {
  .container {
    max-width: 100%;
  }
}
.container-narrow > hr {
  margin: 10px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 0px 34px;
  font-size: 20px;
}
.jumbotron h1{
  font-size: 100px;
  font-weight: bold;
}

/* Supporting marketing content */
.marketing {
  margin: 1px 0;
}
.marketing p + h4 {
  margin-top: 18px;
}


/*
 * description Dashboard
 */
.blog-header {
  /*padding-top: 20px;*/
  padding-bottom: 10px;
}
.blog-title {
  /*margin-top: 30px;*/
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
    color: #999;
}