/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#section-alert {
  background-color: #992222;
  padding: 20px;
  margin-top: 1px;
  border-top: 0px dashed red;
  border-bottom: 0px dashed red;
}
#section-alert .fa {
  color: yellow;
  text-shadow: 0px 0px 35px black;
}
#section-alert h1,
#section-alert h2,
#section-alert h2,
#section-alert h4,
#section-alert h5,
#section-alert h6 {
  color: white;
}
#section-alert p {
  color: white;
}
#section-alert a {
  color: white;
}
