$gray-light: #cccccc;
$bg: #27283a;
$white: #ffffff;

.site-header {
  border-bottom: solid 3px $gray-light;
  background: $bg;

  .nav-item.is-brand {
    color: $white;

    &:hover {
      color: $white;
    }
  }

  a {
    color: $white;



    &:hover {
      color: $white;
    }
  }
}

.login-status {
  display: inline-block;
  margin-right: 5px;
  color: $white;

  a {
    color: $white;
    text-decoration: underline;

    &:hover {
      color: $white;
    }
  }
}

.form-heading {
  margin-top: 1.5rem;
}
