/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
  margin-top: 50px;
  width:100%;
  background-image:url('../images/theme.jpg');
  background-size:cover;
  h1 {
    text-align: left;
	}
  h2 {
    text-align: left;
	}
  h3 {
    text-align: left;
	}
}

.hero-feature {
  margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}