/* Below code is to fix the footer to the bottom of the page */
/* #g-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
} */
a{
  text-decoration: none;
  color: #ea7125;
}
a:hover {
  color: #ea7125;
  text-decoration: underline;
}
