body {
  background-color: #000000;
  background-image: url("./../images/diagmonds.png");
}

a.nostyle:link {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

a.nostyle:visited {
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
}

.clickable {
  cursor: pointer !important;
}

.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out
}

#logojumbotron {
  background:transparent; 
  border: 0; 
  padding-top: 1; 
  padding-bottom: 0;
}

@keyframes octocat-wave {
  0%, 100% {
    transform: rotate(0)
  }
  20%, 60% {
    transform: rotate(-25deg)
  }
  40%, 80% {
    transform: rotate(10deg)
  }
}

@media (max-width:500px) {
  .github-corner:hover .octo-arm {
    animation: none
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out
  }
}

.emojismall {
  height:24px;
  width: 24px;
  padding: 0;
}

/* Demo screenshots: small black 1px border on top and bottom for visual separation */
.demo-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

html, body { height: 100%; }

body.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
  padding-top: 8%;
  padding-bottom: 80px;
  box-sizing: border-box;
  background-color: #000;
  background-image: url("./../images/diagmonds.png");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
}

.error-card {
  max-width: 820px;
  width: 90%;
  padding: 32px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
  margin: 0 auto;
  position: relative;
  top: 64px;
}

.error-card h1 { font-size: 64px; margin: 0 0 8px; }
.error-card p { margin: 8px 0; }
.error-card a { color: #17a2b8; text-decoration: underline; }
.logo-bg { position: fixed; left: -15%; top: 0; opacity: 0.05; width: 50%; pointer-events: none; }
.site-footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; }
.site-footer .card { margin: 0; border-radius: 0; }

@media (max-width: 480px) { 
  .error-card { margin-bottom: 128px; top: 40px; }
  body.error-404 { padding-top: 10%; }
}