/* Navigation */
.userName span {
  color: #47BCD8;

}

.nav-responsive {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .nav-responsive {
    max-width: 80rem;
    padding: 0 15px;
  }
}

.divider {
  width: 100%;
  border-bottom: 1px solid rgb(160, 157, 157);
  height: 1px;
  border-right: 0;
  margin-top: 2px;
}

a {
  text-decoration: none;
}

.vertical-ruler {
  height: 50px;
  width: 2px;
  border-right: 2px solid rgb(160, 157, 157);
}

.navbar-logo {
  width: 7rem;
}