/* Style overrides for the Universal theme. */

/* Abuse CSS to hide the Contact button in the footer until it actually 
   leads somewhere. */
#footer a[href="/contact"] {
  display: none;
}
