/* public/stylesheets/partials.css */

.navbar {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  padding: 5px 20px;
  justify-content: space-between;
  align-items: center;
}

#nav-header {
  color: #f7f4f5;
  size: 1em !important;
  margin: 0;
}

#greeting {
  color: #f8f1f3;
  size: 1em !important;
  margin: 0;
}

.authlink {
  text-decoration: none;
  margin: 0 15px;
  color: #4b598e;
  font-weight: bold;
}

.authlink:hover {
  color: white;
}