#dashboardNav {
  background-color: white;
  height: 100px;
  padding: 0;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
  text-align: center;
}

#navWrap {
  padding: 30px 10rem 10px 1.5rem;
  min-width: 52rem;
  /* min-width: 70rem;
  width: calc(100% - 600px); */
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  display: inline-block;
}

#logoWrap {
  display: inline-block;
  vertical-align: middle;
}

#brandName {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  height: 100%;
  text-decoration: none;
}

#nicer {
  font-size: 26px;
  font-weight: bold;
}

#group {
  font-size: 22px;
}

#navLinks {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
}

.navLink {
  font-size: 16px;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
}

.navLink a:hover {
  text-decoration: none;
}

.logo {
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: 0 5px;
}

.activeNavLink {
  color: dodgerblue;
}