body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 3px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-inverse {
	background: #092c3a;
	border-bottom: 1px solid #0d394b;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #0d394b;
}

.banner {
	height: 550px;
	text-align: center;
	padding-top: 120px;
	background: #0a2a36 url('../img/sf-tile.png') repeat;
	color: #fff;
}
.cloud {
	background: url('../img/sf-logo-lg.png') no-repeat;
	width: 500px;
	position: relative;
	height: 200px;
	top: -35px;
	float: right;
}
.sf-body {
	color: #092c3a;
}

h1, h2, h3, h4 {
	color: #3c809b;
	font-family: 'Lato', sans-serif;
	margin: 0;
}

h1 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.feature-heading {
	font-family: 'Lato', sans-serif;
	color: #3c809b;
}
.section-heading {
	text-align: center;
	padding: 15px;
}
p {
	font-size: 0.9em;
	color: #585a5b;
	line-height: 1.75em;
}
.sf-signup {
	margin: 40px auto 0 auto;
	padding: 75px 0;
	background-color: #f7f7f7;
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sf-form-heading {
	margin-top: -10px
}
.sf-block {
	text-align: center;
}
.sf-block-icon {
	text-align: center;
	padding: 50px 0;
}
.features {
	background-color: #fff;
	min-height: 500px;
}
.sf-form {
	text-align: center;
}
.sf-footer {
	background-color: #333;
	color: #fff;
	padding: 10px 0;
	font-size: 0.8em;
	text-align: right;
}
