#header-top-bar {
  justify-content: space-between;
  display: flex;
  padding: 4px;
  box-shadow: #555555 0 0 4px;
}
#header-top-bar ul {
  display: flex;
  line-height: 48px;
}
#header-top-bar a {
  margin: 0 8px;
  padding: 8px;
}
#header-top-bar nav img {
  width: 24px;
  vertical-align: text-bottom;
}

#login-logout {
  border: solid 1px #e2e2f2;
  height: 24px;
  padding: 2px 4px;
  margin: auto;
  display: flex;
}
#login-logout span {
  line-height: 24px;
}
#login-logout h6 {
  display: inline;
  margin: 0;
  line-height: 24px;
}

.normal-toast {
  background-color: #555555;
}

.alert-toast {
  background-color: #695400;
}

.danger-toast {
  background-color: #530000;
}

.toast {
  padding: 16px 32px;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
.toast p {
  display: list-item;
  list-style: disclosure-closed;
  color: #fff;
  font-size: 110%;
  margin: 0;
}
.toast div {
  position: absolute;
  height: 5px;
  background-color: #fff;
  mix-blend-mode: difference;
  left: 0;
  right: 0;
  bottom: 0;
}
.toast span {
  position: absolute;
  height: 5px;
  background-color: #fff;
  mix-blend-mode: difference;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 600px) {
  #banner {
    position: relative;
    display: flex;
  }
  #banner-background {
    width: 100%;
    height: auto;
    z-index: -1;
  }
  #banner-photo {
    width: 30%;
    height: 99%;
    position: absolute;
    left: 32px;
    bottom: 0;
    overflow: hidden;
  }
  #banner-photo img {
    width: 105%;
  }
  .login-register-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    display: none;
  }
  .login-register-modal form {
    margin: 64px auto;
    background-color: #f3f3f3;
    padding: 24px 16px;
    height: -moz-max-content;
    height: max-content;
    width: 352px;
    display: grid;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #4f7fbf;
    gap: 6px;
    transform: translateY(-150%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .login-register-modal form label, .login-register-modal form input {
    grid-column-start: 1;
    grid-column-end: 4;
    color: #333333;
  }
  .login-register-modal form input {
    line-height: 24px;
    border-radius: 6px;
    border: solid 2px #4f7fbf;
    padding: 2px 8px;
  }
  .login-register-modal form input.error {
    background: #ffdddd;
  }
  .login-register-modal form button {
    line-height: 24px;
    background: #3a6ea5;
    color: #e2e2f2;
    border-radius: 8px;
    border: solid 1px #4f7fbf;
    font-weight: bold;
  }
  .login-register-modal form button:active {
    background: #4f7fbf;
  }
  .login-register-modal form button.cancel-button {
    background: #9e2121;
    border: solid 1px #cd2b2b;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  #login-logout {
    margin: auto 156px auto 16px;
  }
  #banner {
    position: relative;
    display: flex;
  }
  #banner-background {
    width: 100%;
    height: auto;
    z-index: -1;
  }
  #banner-photo {
    width: 30%;
    position: absolute;
    left: 32px;
    top: -16px;
  }
  #banner-photo img {
    width: 95%;
  }
  .login-register-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    display: none;
  }
  .login-register-modal form {
    margin: 96px auto;
    background-color: #f3f3f3;
    padding: 24px 16px;
    height: -moz-max-content;
    height: max-content;
    width: 352px;
    display: grid;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #4f7fbf;
    gap: 6px;
    transform: translateY(-150%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .login-register-modal form label, .login-register-modal form input {
    grid-column-start: 1;
    grid-column-end: 4;
    color: #333333;
  }
  .login-register-modal form input {
    line-height: 24px;
    border-radius: 6px;
    border: solid 2px #4f7fbf;
    padding: 2px 8px;
  }
  .login-register-modal form input.error {
    background: #ffdddd;
  }
  .login-register-modal form button {
    line-height: 24px;
    background: #3a6ea5;
    color: #e2e2f2;
    border-radius: 8px;
    border: solid 1px #4f7fbf;
    font-weight: bold;
  }
  .login-register-modal form button:active {
    background: #4f7fbf;
  }
  .login-register-modal form button.cancel-button {
    background: #9e2121;
    border: solid 1px #cd2b2b;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  #login-logout {
    margin: auto 156px auto 16px;
  }
  #banner {
    position: relative;
    display: flex;
  }
  #banner-background {
    width: 100%;
    height: auto;
    z-index: -1;
  }
  #banner-photo {
    width: 26%;
    position: absolute;
    left: 32px;
    bottom: -4px;
  }
  #banner-photo img {
    width: 95%;
  }
  .login-register-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    display: none;
  }
  .login-register-modal form {
    margin: 96px auto;
    background-color: #f3f3f3;
    padding: 24px 16px;
    height: -moz-max-content;
    height: max-content;
    width: 352px;
    display: grid;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #4f7fbf;
    gap: 6px;
    transform: translateY(-150%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .login-register-modal form label, .login-register-modal form input {
    grid-column-start: 1;
    grid-column-end: 4;
    color: #333333;
  }
  .login-register-modal form input {
    line-height: 24px;
    border-radius: 6px;
    border: solid 2px #4f7fbf;
    padding: 2px 8px;
  }
  .login-register-modal form input.error {
    background: #ffdddd;
  }
  .login-register-modal form button {
    line-height: 24px;
    background: #3a6ea5;
    color: #e2e2f2;
    border-radius: 8px;
    border: solid 1px #4f7fbf;
    font-weight: bold;
  }
  .login-register-modal form button:active {
    background: #4f7fbf;
  }
  .login-register-modal form button.cancel-button {
    background: #9e2121;
    border: solid 1px #cd2b2b;
  }
}
@media only screen and (min-width: 1025px) {
  #login-logout {
    margin: auto 156px auto 16px;
  }
  #banner {
    position: relative;
    display: flex;
  }
  #banner-background {
    width: 100%;
    height: auto;
    z-index: -1;
  }
  #banner-photo {
    width: 24%;
    position: absolute;
    left: 32px;
    bottom: -4px;
  }
  #banner-photo img {
    width: 95%;
  }
  .login-register-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    display: none;
  }
  .login-register-modal form {
    margin: 92px auto;
    background-color: #f3f3f3;
    padding: 24px 16px;
    height: -moz-max-content;
    height: max-content;
    width: 352px;
    display: grid;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #4f7fbf;
    gap: 6px;
    transform: translateY(-150%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .login-register-modal form label, .login-register-modal form input {
    grid-column-start: 1;
    grid-column-end: 4;
    color: #333333;
  }
  .login-register-modal form input {
    line-height: 24px;
    border-radius: 6px;
    border: solid 2px #4f7fbf;
    padding: 2px 8px;
  }
  .login-register-modal form input.error {
    background: #ffdddd;
  }
  .login-register-modal form button {
    line-height: 24px;
    background: #3a6ea5;
    color: #e2e2f2;
    border-radius: 8px;
    border: solid 1px #4f7fbf;
    font-weight: bold;
  }
  .login-register-modal form button:active {
    background: #4f7fbf;
  }
  .login-register-modal form button.cancel-button {
    background: #9e2121;
    border: solid 1px #cd2b2b;
  }
}/*# sourceMappingURL=header.css.map */