body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #421414;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
  overflow: auto;
  background-image: url("./assets/bgtile.gif");
  background-repeat: repeat; }

.app-container {
  display: flex;
  justify-content: center;
  margin: 1em; }

.auth-container {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.97);
  color: #222222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1em;
  min-width: 400px;
  min-height: 100px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3), 0 0 16px rgba(0, 0, 0, 0.3); }

.social-links {
  display: flex;
  flex-direction: row;
  font-size: 0.5em;
  color: #fff;
  max-width: 600px; }
  .social-links a {
    color: #778ddb;
    text-decoration: underline; }
  .social-links img {
    margin-right: 0.5em; }

#footer {
  display: none; }

#authInitials {
  display: none; }

#authWrapper {
  display: none; }

#authAnon {
  display: none; }

.auth-error {
  color: #aa0000;
  font-size: 0.5em;
  margin: 0.25em; }

.auth-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.auth-wrapper {
  margin-top: 0.25em; }

.auth-head {
  font-weight: bold;
  font-size: 1em;
  margin-top: 0.75em;
  margin-bottom: 0.25em; }

.auth-continue {
  margin: 0.5em; }

.auth-warn {
  font-size: 0.5em;
  color: #222222;
  max-width: 350px;
  margin-bottom: 1em; }

.auth-loader {
  /*display: none;*/
  font-size: 0.65em;
  margin-bottom: 0.75em; }

.auth-initials {
  font-weight: bold;
  font-size: 1.5em;
  width: 140px;
  text-transform: uppercase;
  text-align: center;
  border: 5px solid white;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: rgba(255, 255, 255, 0.5); }
