body .orion {
  margin-left: 50px; }
  body .orion .orion-logo {
    width: 20%; }
  body .orion .orion-header-group {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em; }
    body .orion .orion-header-group .orion-header {
      font-size: 2em; }
  body .orion a {
    text-decoration: none;
    color: #002E40; }
    body .orion a b {
      font-weight: bold; }
    body .orion a .orion-strip {
      background-color: #f2f2f2;
      display: flex;
      list-style-type: none;
      font-size: 1.25em; }
      body .orion a .orion-strip:hover {
        background-color: #e6f8ff; }
      body .orion a .orion-strip li {
        margin: auto; }
        body .orion a .orion-strip li:first-of-type {
          width: 8vw; }
      body .orion a .orion-strip img {
        width: 50px; }
      body .orion a .orion-strip .orion-green {
        background-color: #98FB98;
        padding: 0.5em;
        border-radius: 2em; }
      body .orion a .orion-strip .orion-red {
        background-color: #FAA0A0;
        padding: 0.5em;
        border-radius: 2em; }
body .menu--orion {
  left: 0;
  height: 30vh;
  width: 11vw;
  max-width: 200px;
  position: absolute;
  background-color: #002E40;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }
  body .menu--orion .nav {
    display: block; }
    body .menu--orion .nav .nav-item {
      padding: 0.5em;
      font-size: 1.15em; }
      body .menu--orion .nav .nav-item:hover {
        background-color: #B5EB70; }
        body .menu--orion .nav .nav-item:hover:first-of-type {
          border-top-right-radius: 20px; }
        body .menu--orion .nav .nav-item:hover .nav-link {
          color: #002E40;
          font-weight: 500; }
      body .menu--orion .nav .nav-item .nav-link {
        color: white; }

/*# sourceMappingURL=style.css.map */
