/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

html,body{
height:100%;
}

.text-muted {
	color: #b7b7b7;
}

.btn-primary {
	background: #008aeb;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-weight:300;
	padding: 12px 24px;
}

.btn-primary:hover {
	background: #00a3f7;
}

p.lead {
	line-height:1.6;
}

/*Typography*/
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h2 {
	color: #1f61b7;
	font-size:32px;
	font-weight:300;
}

h3 {
	color: #000;
	font-size:18px;
	font-weight:600;
}
h4 {
  line-height: 1.5;
}

/*App store links*/

a.app-link {
	background: url("../media/apple-bg.png") 0 0 repeat-x;
	display: inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	padding:10px 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	cursor:pointer;
	margin: 10px;
	width:207px;
}

a.app-link.android {
	background: #adc734;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

a.app-link:hover {
	text-decoration:none;
}

a.app-link img {
	margin-right:5px;
}

a.app-link p {
	color: #fff;
	font-size:13px;
	font-weight:600;
	margin:0;
	line-height:1;
}

a.app-link p.lead {
	font-size:23px;
	padding:0;
	margin:0;
	font-weight:600;
	line-height:30px;
}


/*Navbar*/
.navbar {
	background: #00437f;
	border-bottom:1px solid #0e5ea0;
}

.navbar .navbar-brand {
	padding:8px 15px;
}

.navbar .nav li a {
	font-size: 16px;
	color: #fff;
	font-weight:300;
	padding:15px 10px;
}

.navbar .nav li.active a:focus {
	background: none;
	outline: none;
}

ul.social-icons {
  margin-left: 20px;
}

.navbar .nav li.social a {
	padding-top:12px;
  padding-left: 4px;
  padding-right: 4px;
}

.navbar .nav li.active a,
.navbar .nav li.active a:hover {
	color: #fbed92;
	background: none;
}

.navbar-collapse {
	padding-top: 15px;
}
.navbar-toggle {
	margin-top:15px;
}

.navbar-inverse .navbar-toggle {
	border:2px solid #fff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: #fff;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar{
	background:#00437f;
}

.navbar-inverse .navbar-collapse {
	border-color:transparent;
}

/*Jumbotron*/
.jumbotron {
	background: url("../media/bg.jpg") center bottom no-repeat #00437f;
	background-size:cover;
	padding-top:5em;
	margin-bottom:0;
	background-attachment: fixed;
	padding-bottom: 0;
}

.jumbotron h1 {
	font-size:38px;
	color: #fff;
	font-weight:600;
	margin-bottom:1em;
	line-height:1.4;
}


.jumbotron .lead {
	font-size:20px;
	color: #fff;
	font-weight:300;
	margin-bottom:20px;
	padding:0 30px;
}


.jumbotron img-responsive {
	display: inline;
	margin-top:1em;
	position: static;
}

.jumbotron .preview {
	margin-top: 1em;
}

.jumbotron iframe {
  box-shadow: 0 5px 70px rgba(0,0,0,0.5);
}

/*Featured on*/
.featured-on {
	background: #fff;
	padding:5em 0;
	border-top:1px solid #d9e2eb;
	border-bottom: 1px solid #d9e2eb;
}

.featured-on h2 {
	margin-bottom:30px;
}

/*Features , how it works*/

.features {
	background: #fff;
	padding:5em 0;
	border-top:1px solid #d9e2eb;
	border-bottom: 1px solid #d9e2eb;
}

.features h2 {
	margin-bottom:30px;
}

.features h3 {
	font-size:18px;
	font-weight: 400;
	text-transform:uppercase;
	margin:10px 0 5px 0;
}

.features p {
	font-size: 18px;
	font-weight:300;
	margin:0 0 10px 0;
}

.features a p {
	color: #4c5058;
}

.features a h3 {
	color: #595a7d;
}

.features li {
	margin-bottom:5px;
}

.features li.active a {
	background: #1f61b7;
}

.features li.active a:hover {
	background: #00437f;
}

.features li a:hover {
	background: #ecf5ff;
}


.features li.active a h3,
.features li.active a p {
	color: #fff;
}

.features .tab-content .img-responsive {
	display:inline-block;
}

/*About app*/
.about {
	padding-top:5em;
	padding-bottom:5em;
	background: #ecf5ff;
}

.about p.lead {
	font-size:18px;
	font-weight:300;
	color: #4c5058;
	margin-bottom:2em;
}

/*Team*/

.team {
	padding-top: 5em;
	padding-bottom:5em;
	background: #ecf5ff;
}

.team .img-circle {
	padding:2px;
	background:#fff;
}

.team .text-muted {
	font-weight:300;
  font-size: 16px;
}
.team p {
	color: #4c5058;
}

.team p.lead {
	font-size:26px;
	font-weight:300;
	color: #4c5058;
	margin-bottom:2em;
}

.team .team-member {
	margin-bottom:2em;
	text-align:center;
}

/*FAQ*/

.faq {
  padding-top: 5em;
  padding-bottom: 5em;
}

.faq h3 {
  font-size: 16px;
  font-weight: 700;
  color: #4c5058;
  margin-bottom: 5px;
}

.faq p {
  color: #4c5058;
  margin-bottom: 15px;
}

/*Media room*/

.media-room {
	padding-top:8em;
	padding-bottom:5em;
	background: #ecf5ff;
}

.media-room h3 {
  font-weight: 400;
  font-size: 21px;
  color: #595a7d;
}
  

/*Footer*/

footer {
	background: #1b1e21;
	color: #fff;
	padding:3em 0;
}

footer h2 {
	color: #fff;
}

footer .form-control {
	border: 1px solid #5b646d;
	background: #1b1e21;
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	font-weight:300;
	color: #fff;
}

footer label {
	font-weight:300;
	color: #959595;
}


footer .app-link {
	margin: 0 10px 10px 0;
}

footer .copyright {
	font-weight:300;
	margin-top:3em;
	color: #acb5b9;
}