/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#top-bar {
  min-height: 27px;
  background-color: #313f71;
  padding-top: 2px;
  padding-bottom: 2px;
  color: White;
  border-bottom: 1px solid white;
}
#top-bar a {
  margin-right: 7px;
  color: white;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  white-space: nowrap;
}
#top-bar a .fa {
  color: White;
  transition: color .5s;
}
#top-bar a:focus {
  text-decoration: underline;
}
#top-bar a:hover {
  color: white;
}
#top-bar a:hover .fa {
  color: White;
}
