/*Content Phrases*/
/*Color definintions*/
/*Navigation colors*/
/*Header in page*/
/*Content area*/
/*Footer*/
/*bs=boostrap*/
#dashboard,
#howdoi {
  background-color: transparent;
  padding: 5px 0px 0px 0px;
}
#dashboard h3,
#howdoi h3 {
  font-size: 14pt;
  color: black;
  text-align: left;
  margin-top: 5pt;
}
#dashboard a,
#howdoi a {
  color: #32322d;
  background-color: #dcdcd2;
  border: 0px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 98%;
  transition: background 0.7s, transform 1s, background-color 1s, color 1s, padding 0.5s;
  -webkit-transition: -webkit-transform 1s, background-color 0.5s, color 1s, padding 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */

}
#dashboard a .fa,
#howdoi a .fa {
  color: #014d6f;
  transition: transform 1s, color 1s;
  -webkit-transition: -webkit-transform 1s, color 1s;
}
#dashboard a:hover,
#howdoi a:hover {
  border: 0px solid white;
  color: #191919;
  background-color: white;
  text-decoration: none;
  padding-left: 7px;
}
#dashboard a:hover .fa,
#howdoi a:hover .fa {
  color: #369ccd;
}
#dashboard p,
#howdoi p {
  color: white;
  font-size: 8pt;
}
#dashboard .fa,
#howdoi .fa {
  color: #e1e1e1;
}
@media (max-width: 500px) {
  #dashboard a {
    width: 100%;
  }
}
