@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body {
	padding-top: 20px;
	padding-bottom: 40px;
	font-family: 'Source Sans Pro', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: rgb(80,80,80);
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 700px;
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 0px;
	text-align: left;
	position: relative;
}
.jumbotron h1 {
	font-size: 30px;
	font-family: 'Source Sans Pro', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	line-height: 1;
}

.jumbotron img {
	width: 100%;
}

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

.row-fluid .span6 {
	margin-left: 0px;
}

.row-fluid .span6 p {
	margin-right: 10%;
	
}

a:link, a:active, a:visited {
	color: rgb(110,110,110);
}
