/*
Theme Name: ESB Portfolio Theme
Author: Elizabeth Sullivan-Burton
Author URI: https://esbportfolio.com/
Version: 2.0
Text Domain: esb
*/

/* GLOBAL CUSTOMIZATION CLASSES */

a.esb-hover-line-only {
  text-decoration: none;
}

a.esb-hover-line-only:hover {
  text-decoration: underline;
}

a.esb-hover-bold-only {
  text-decoration: none;
}

a.esb-hover-bold-only:hover {
  font-weight: bold;
}

a.esb-hover-line-none:hover {
  text-decoration: none;
}

/* Set this in conjunction with a text color on a parent element
to override the color of child elements. Especially useful if you'll
be producing links automatically via a walker. */
.esb-override-link-color a {
  color: inherit;
}

/* HEADER CUSTOMIZATION CLASSES */

.esb-site-logo {
  max-height: 2em;
}

/* FOOTER CUSTOMIZATION CLASSES */

.esb-copyright {
  font-size: 0.85em;
}
