/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 19px;
}
/* Make the masthead heading the same height as the navigation */
.header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size:48px;
}
.header p {
  color: #777;
  font-weight: 200;
}
.header h1, .life {
  font-family: 'Shadows Into Light';
  word-spacing: -.25em;
}
.header .life {
  font-size: 18px;
}
/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
.media-body h4,.media-body,.footer p{
    font-weight: 200;
    letter-spacing: 0.02em;
}
.media-body .life {
	font-size: 16px;
}
.media-left img {
	height: 48px;
	width: 48px;
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
  background-color:#fff;
}

video {
  width:100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .header p {
  	font-size: 18px;
  }
  .header .life {
    font-size: 24px;
  }
  .media-left img {
	height: 64px;
	width: 64px;
  }
  .media-body h4 {
  	font-size: 24px;
  }
}
