/* Make the navbar taller and vertically centered */
#id_yOhi7Wr ul.firstLevel > li > .item > a{
  padding: 20px 20px !important;   /* top/bottom, left/right */
  font-size: 20px !important;
  line-height: 1.15 !important;
  display: flex !important;
  align-items: center !important;
}

/* Give the whole bar a minimum height so it doesn't look skinny */
#id_yOhi7Wr .menuInner{
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

/* Home page header layout */
#PAGEID_1075161 h1{
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
  min-height:110px !important;   /* allows larger logo */
}