body {
  color: #222;
  font-size: 16px;
}

h1, h2 {
  color: black;
}

h1 {
  font-weight: 900;
}

.row {
  padding-bottom: 2em;
}

.headerpane {
  color: white;
}

.headerpane h1 {
  color: white;
  padding-bottom: 20px;
  font-weight: bold;
}

.bluestripe {
  background: #333;
  padding: 20px 0 30px 0;
}

.bottomstripe {
  padding-bottom: 0;
}

.bottomstripe .row {
  padding-bottom: 0;
}

.bluestripe, .bluestripe h2 {
  color: white;
}

.jumbotron {
  margin-bottom: 0;
}

.learnmore .glyphicon {
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: -.25em;
  margin-bottom: 0;
}


.no-space {
  padding: 0;
  margin: 0;
}

.wide-container {
    max-width: 1370px;
}

.lead {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 200;
  line-height: 1.4;
}

.masthead {
  background-color:#3498DB;
}

.masthead a:link, 
.masthead a:visited, 
.masthead a:hover, 
.masthead a:active {
  color:white;
  font-weight:bold;
}

.masthead-alt {
  background-color:#3498DB;
  margin-bottom: 0;
  text-align:center;
}
