h1.logo img
{
   height: 96px;
   width: 96px;
}
.mobile .title-block h1 a img
{
   height: 42px;
   width: 42px;
}
.dept-header ul
{
   list-style: none;
   margin: auto;
   width: 10in;
}
.mobile .dept-header ul
{
   width: unset;
}
.dept-header ul li
{
  background: #f5f5ff;
  border-radius: 5px;
  display: inline-block;
  margin: 3px;
  min-width: 12rem;
  padding: 0.3rem 0.1rem;
  text-align: center;
}
.mobile .dept-header ul li
{
  min-width: 6rem;
  padding: 0 0.2rem;
}
.dept-header ul li a
{
   font-size: 14pt;
   text-decoration: none;
}
.dept-header ul li a:hover
{
   text-decoration: underline;
}