/* apps/base/static/base/css/gre.css */

:root {
  --gre-brand-blue: rgb(54, 69, 79);
  --gre-brand-red: rgb(176, 74, 50);
  --gre-brand-red-hover: rgb(176, 74, 50);
}

.gre-navbar {
  background-color: var(--gre-brand-blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 1030;
}

.gre-navbar .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.gre-navbar .nav-link:hover,
.gre-navbar .nav-link:focus {
  color: var(--gre-brand-red);
}
