body {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #e6efe6;
	font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'DejaVu Sans Webfont', Arial, sans-serif;
}

code, pre {
	font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono Webfont', 'Courier New', monospace;
}

input,
button,
select,
textarea {
	font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'DejaVu Sans Webfont', Arial, sans-serif;
}

.navbar-search .search-query {
	font-family: 'DejaVu Sans', 'Bitstream Vera Sans', 'DejaVu Sans Webfont', Arial, sans-serif;
}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 900px;
  background-color: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 40px;
  -moz-box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.3);
  box-shadow: 4px 4px 10px rgba(100, 100, 100, 0.3);
}
.container-narrow > hr {
  margin: 10px 0;
  width: 100%;
}

.container-narrow h3 {
  margin-top: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: auto 0;
}

.jumbotron .heading {
  display: block;
  margin-left:auto;
  margin-right:auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width:408px;
  padding: 0px;
}

.jumbotron .logo {
    width:60px;
    height:60px;
    margin-right:3px;
    padding: 0px;
    display: inline;
    vertical-align: top;
}

.jumbotron h1 {
  font-size: 54px;
  line-height: 60px;
  display: inline;
}

.jumbotron .lead {
    clear: both;
    text-align: center;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.masthead {
  margin-bottom: 30px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

