/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
.header-wrap {
  background-color: black;
}
.header-wrap .row {
  /*padding-top: 10px;*/
  margin-bottom: 10px;
}
.header-wrap h1 {
  margin-bottom: 5px;
  line-height: 1em;
  color: white;
}
.header-wrap h1 a {
  color: White;
}
.header-wrap h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
  color: white;
}
.header-wrap div,
.header-wrap p {
  color: white;
}
.header-wrap a {
  color: White;
}
.header-sub {
  margin-top: 15px;
}
