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