:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #fd0d0d;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--bs-gray-400);
    --bs-body-bg: #146b3a;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #fd0d0d;
    --bs-link-hover-color: #ca0a0a;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #2e2525;

}
.accordion {
    --bs-accordion-bg: #10522c;
    --bs-accordion-active-color: #10522c;
    --bs-accordion-active-bg: var(--bs-gray-400);
    --bs-accordion-border-color: var(--bs-gray-400);
}

.btn-danger {
    --bs-btn-bg: #992528;
    --bs-btn-border-color: #922427;
}

@font-face {
    font-family: ImperialScript;
    src: url(ImperialScript-Regular.ttf);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* footer height plus a bit */
    margin-bottom: 70px;
}

.navbar {
    background-color: #992528 !important;
}

.navbar-brand {
    font-family: ImperialScript;
    font-size: 35px;
    padding: 0px;
    font-weight: bold;
    height: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #165b33;
}

body > .container {
    padding: 60px 15px 50px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* h1::before {
    content: "🎁 ";
} */


.table .text-right {text-align: right}
.table .text-left {text-align: left}
.table .text-center {text-align: center}

.claimed-row {
    font-style: italic;
    color: #aaa;
}

.claimed-by-me-row {
    font-weight: bold;
}


.dropdown-item.active {
    background-color: #10522c !important;
}



.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
  }
  
  @-webkit-keyframes snowflakes-fall {
      0% {
          top: -15px;
      }

      100% {
          top: 50px;
      }
  }

  @-webkit-keyframes snowflakes-shake {
      0% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px)
      }

      50% {
          -webkit-transform: translateX(15px);
          transform: translateX(15px)
      }

      100% {
          -webkit-transform: translateX(0px);
          transform: translateX(0px)
      }
  }

  @keyframes snowflakes-fall {
      0% {
          top: -15px;
      }

      100% {
          top: 50px;
      }
  }

  @keyframes snowflakes-shake {
      0% {
          transform: translateX(0px)
      }

      50% {
          transform: translateX(15px)
      }

      100% {
          transform: translateX(0px)
      }
  }

  .snowflake {
      position: fixed;
      top: -10%;
      z-index: 999999;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: default;
      -webkit-animation-name: snowflakes-fall, snowflakes-shake;
      -webkit-animation-duration: 10s, 3s;
      -webkit-animation-timing-function: linear, ease-in-out;
      -webkit-animation-iteration-count: infinite, infinite;
      -webkit-animation-play-state: running, running;
      animation-name: snowflakes-fall, snowflakes-shake;
      animation-duration: 10s, 3s;
      animation-timing-function: linear, ease-in-out;
      animation-iteration-count: infinite, infinite;
      animation-play-state: running, running
  }

  .snowflake:nth-of-type(0) {
      left: 1%;
      -webkit-animation-delay: 0s, 0s;
      animation-delay: 0s, 0s
  }

  .snowflake:nth-of-type(1) {
      left: 10%;
      -webkit-animation-delay: 1s, 1s;
      animation-delay: 1s, 1s
  }

  .snowflake:nth-of-type(2) {
      left: 20%;
      -webkit-animation-delay: 6s, .5s;
      animation-delay: 6s, .5s
  }

  .snowflake:nth-of-type(3) {
      left: 30%;
      -webkit-animation-delay: 4s, 2s;
      animation-delay: 4s, 2s
  }

  .snowflake:nth-of-type(4) {
      left: 40%;
      -webkit-animation-delay: 2s, 2s;
      animation-delay: 2s, 2s
  }

  .snowflake:nth-of-type(5) {
      left: 50%;
      -webkit-animation-delay: 8s, 3s;
      animation-delay: 8s, 3s
  }

  .snowflake:nth-of-type(6) {
      left: 60%;
      -webkit-animation-delay: 6s, 2s;
      animation-delay: 6s, 2s
  }

  .snowflake:nth-of-type(7) {
      left: 70%;
      -webkit-animation-delay: 2.5s, 1s;
      animation-delay: 2.5s, 1s
  }

  .snowflake:nth-of-type(8) {
      left: 80%;
      -webkit-animation-delay: 1s, 0s;
      animation-delay: 1s, 0s
  }

  .snowflake:nth-of-type(9) {
      left: 90%;
      -webkit-animation-delay: 3s, 1.5s;
      animation-delay: 3s, 1.5s
  }