.no-padding {
	padding: 0px;
}

.margin-bottom {
	margin-bottom: 10px;
}

h1, h2 {
  text-shadow: -3px 3px #031f31; }

#clickHere {
  float: right; }

.navbar-container {
  /* background: url(../images/web-nav_bg.png); */
  background-color: #2f363a;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0px 0px 0px; }

.header-bolts {
	background: url("../images/bolt-pattern.png");
    background-repeat: repeat-x;
    height: 35px;
    background-color: #2f363a;
}

a, a:hover {
  color: white; }

.navbar-border {
  color: grey;
  text-align: center; }

.navbar-option {
	background-color: #40404b;
    text-align: center;
    padding: 10px;
	margin-bottom: 10px;
    min-height: 60px;
}

.banner {
  margin: 20px 0px 20px 0px;
  background-color: #999999; }
  .banner h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .banner img {
    width: 100%;
    max-width: 1280px; }

body {
  background: url(../images/web-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white; }

.button {
  height: 80px;
  text-align: center;
  margin-bottom: 0px; }
  .button img {
    float: right;
    height: 100%;
    margin: 10px 0px 10px 0px; }

#get-started img {
  height: 60px;
  margin: 10px; }

.paragraph-block {
  background-color: #303a3e;
  padding: 10px;
  margin-bottom: 10px; }

#logo img {
  height: 18%;
  max-width: 100%;
  float: right;
  
  
  }
/*# sourceMappingURL=style.css.map */
