/* =========================
   Site title: no underline + bold
   ========================= */
header .container-header .navbar-brand a,
header .container-header .navbar-brand a:link,
header .container-header .navbar-brand a:visited,
header .container-header .navbar-brand a:hover,
header .container-header .navbar-brand a:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  font-weight: 700 !important;
}

/* If the title text is inside a span (your inspector shows a span.title) */
header .container-header .navbar-brand .title {
  font-weight: 700 !important;
}

/* =========================
   Vertical menu: card blocks for top-level only
   Keep submenu indentation
   ========================= */

/* Target your vertical menu module area (keeps changes local).
   If you know the module class suffix, we can make this even cleaner. */
.moduletable ul.mod-menu,
.moduletable ul.menu {
  padding-left: 0;
  margin: 0;
}

/* TOP LEVEL items become "cards" */
.moduletable ul.mod-menu > li,
.moduletable ul.menu > li {
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: .5rem;
  padding: 1.1rem 1.2rem;
  margin: 0 0 1.2rem 0;
}

/* Make top-level titles bold (Research, Teaching, Career, Research Dissemination) */
.moduletable ul.mod-menu > li > a,
.moduletable ul.menu > li > a {
  font-weight: 700;
}

/* Submenu indentation restored */
.moduletable ul.mod-menu li ul,
.moduletable ul.menu li ul {
  margin: .6rem 0 0 1.2rem;  /* indent */
  padding-left: 1.0rem;
}

/* Submenu items should not look like cards */
.moduletable ul.mod-menu li ul li,
.moduletable ul.menu li ul li {
  background: transparent;
  border: 0;
  padding: .25rem 0;
  margin: 0;
}

.moduletable ul.mod-menu li ul li > a,
.moduletable ul.menu li ul li > a {
  font-weight: 400;
}

/* Make the whole menu narrower (80%) to give content more width */
.moduletable ul.mod-menu,
.moduletable ul.menu {
  width: 80%;
}
