.buttonish {
  text-align: center;
}

.buttonish a {
  background-color: #38312f;
  color: #8c8c8c;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

.buttonish a:hover {
  background-color: #555;
  color: #fff;
}

.buttonish a:active {
  background-color: #000;
}

.buttonish a:visited {
  background-color: #38312f;
}

img + em {
  display: block;
  text-align: center;
  font-size: .8rem;
}

.navbar-brand.navbar-brand--fintual {
  display: flex;
  align-items: center;
}

.navbar-brand.navbar-brand--fintual img {
  margin-right: 0;
}

.navbar-brand--fintual .navbar-brand__edu {
  color: #aaa;
  font-size: 30px;
  font-weight: 300;
  margin-left: 5px;
  line-height: 32px;
}

.navbar-light .navbar-nav .nav-link.nav-link--return {
  font-weight: bold;
  color: #0e4466;
}

.navbar-light .navbar-nav .nav-link.nav-link--return:hover {
  opacity: .75;
}
