body {
  /* Bootstrap overrides this without !important */
  padding-top: 20px !important;
  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;
  min-width: 320px;
  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;
}

.phone-number {
  display: none;
}

/* Mobile tweaks */
@media (max-width:500px) {
  .jumbotron .heading {
    width: 100%;
    max-width: 310px;
    text-align: center;
  }

  .jumbotron h1 {
    font-size: 42px;
    line-height: 40px;
  }

  .jumbotron .lead {
    font-size: 18px;
    line-height: 20px;
  }

  .container-narrow {
    padding: 10px 25px;
  }

  .marketing {
    margin: 30px 0;
  }
}

/* Override default bootstrap padding to avoid wasting space on smaller screens */
@media (max-width:900px) {
  body {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}