/*******************************************************************************
 * color the icon in the header navbar
 */
i.fa-github:hover {
  color: #333;
}
i.fa-python:hover {
  color: #306998;
}
