
/* Shared styles
================================= */

/* body { color: #b1b1b2; }      original color  */
body { color: #2371d1; }

h1 {
  margin-bottom: 30px;
	font-weight: 200;
}

h2, h3 {
	color: #5f5d60;
  margin-top: 0;
	margin-bottom: 16px;
}

p {
	font-size: 1.1em;
	font-weight: 200;
  line-height: 1.7;
}

/* Tighten up margin on last items */
p:last-child,
ul:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* Remove box shadow from all buttons */
.btn:active { box-shadow: none; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}


/* Navbar
================================= */

.navbar {
  margin-top: 50px;
  margin-bottom: 0;
  height: 80px;
  border: none;
  /* box-shadow: 0 0 0 1px rgba(0,0,0,.2); */
}

.navbar-default {
  background-color: transparent;
}

.navbar-text {
  margin-top: 26px;
  margin-right: 0;
	font-weight: bold;
}

.navbar-default .navbar-link {
  color: rgba(0,0,0,.5);
}
.navbar-default .navbar-link:hover {
  color: rgba(0,0,0,.9);
  text-decoration: none;
}

.main-logo {
	width: 124px;
	height: 34px;
	margin-top: 22px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../img/logo.png') no-repeat;
	background-size: 100%;
}


/* Jumbotron
================================= */

.jumbotron {
  margin-top: -130px;
  margin-bottom: 0;
  padding: 230px 0 100px;
  color: #fff;
  background-color: #2371d1;    /*   orig #79c6fc   */

}

.jumbotron h1 { margin-top: 0; }

.jumbotron .btn {
  margin-right: 10px;
  padding: 12px 22px;
  color: inherit;
	border-width: 2px;
	border-color: inherit;
}

.jumbotron .lead { margin-bottom: 50px; }

.jumbotron .lead + p {
  margin-bottom: 20px;
	font-size: initial;
}


/* Benefits
================================= */

.benefit { margin-top: 50px; }

.benefit i {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
}



/* Callout
================================= */

.callout { background-color: #eee; }

.callout h4 { margin-top: 0; }

.btn-callout {
  padding: 13px 16px;
  width: 100%;
  max-width: 300px;
  font-size: 1.5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
}


/* Testimonials
================================= */

.testimonials {
  background-color: #eee;
}

.testimonial { margin-top: 50px; }

.quote {
  margin-bottom: 30px;
  padding: 20px 15px 0;
  background: #fff;
  border-radius: 5px;
}
.quote:after {
  content: '';
  position: relative;
  top: 30px;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #fff transparent transparent transparent;
}

.person { margin-left: 25px; }
.person .avatar {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background-color: #79c6fc;
  border-radius: 100px;
}
.person p {
  position: relative;
  top: 9px;
  text-transform: uppercase;
}
.person p:nth-child(2) {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.person p:nth-child(3) { font-size: 12px; }


/* Signup
================================= */

.signup .panel {
  margin-top: 35px;
  padding: 50px;
  max-width: 800px;
	background-color: #f5f5f5;
	border: none;
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.signup .panel-body { padding: 0; }

.signup form ,
.signup form + p { margin-top: 35px; }

.signup form input {
  border-width: 2px;
  border-color: rgba(0,0,0,.2);
  box-shadow: none;
}

.signup form input:focus { box-shadow: none; }

.signup form input,
.signup form button {
  height: 50px;
}


/* Footer
================================= */

.footer {
  font-size: .95em;
	background-color: #fafafa;
}

.footer a { color: #a6afb2; }
.footer a:hover {
	color: #969596;
	text-decoration: none;
}

.link-list {
	list-style-type: none;
	line-height: 1.8;
	margin: 0 0 25px;
	padding: 0;
}
.link-list .heading {
	font-weight: bold;
	margin-bottom: 10px;
}
.link-list li {
	margin-bottom: 3px;
}

.copyright {
	opacity: .8;
	font-size: .9em;
}

.footer-logo {
	width: 82px;
	margin: -.05em 0 .95em 0;
}


/* Media Queries
================================= */

@media (min-width: 767px) and (max-width: 991px) {
  .signup form button[type="submit"] {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0;
  }
  .jumbotron {
    margin-top: -80px;
    padding: 160px 0 80px;
  }
  .jumbotron .lead {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
	.navbar {
		height: 50px;
	}
  .navbar-text { margin-top: 16px; }
	.main-logo {
		width: 82px;
		margin-top: 20px;
	}
	.jumbotron {
    margin-top: -50px;
    padding: 100px 0 50px;
	}
  .jumbotron .lead {
		margin-bottom: 30px;
	}
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .signup .panel {
    padding: 20px;
  }
}
