body {
  background-color: #ffffff;
  color: #000000 !important; }
  body .text-primary {
    color: #fff500 !important; }
  body a {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  body a, body .btn-link {
    color: #007bff; }
    body a:hover, body .btn-link:hover {
      color: #006fe6; }
  body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #333; }
  body nav.bg-light {
    background-color: #ff2200 !important; }
    body nav.bg-light .navbar-brand {
      color: #f7ff54 !important;
      font-weight: 100; }
    body nav.bg-light a.nav-link {
      color: #f7ff54 !important; }
      body nav.bg-light a.nav-link:hover {
        color: #f5ff21 !important; }
    body nav.bg-light .navbar-toggler {
      color: #f7ff54 !important;
      border-color: transparent; }
  body .list-group-item-action {
    color: #000000 !important; }
  body .text-muted {
    color: black !important; }

/* Primary Color */
.badge-primary {
  background-color: #fff500;
  color: #000000; }

.btn-primary {
  background-color: #fff500;
  border-color: #f0e600;
  color: #000000; }

.form-control:focus {
  border-color: #fff500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 245, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 245, 0, 0.25); }

/* Hover button */
.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #ccc400;
  border-color: #b3ac00;
  color: #000000;
  text-decoration: none; }

.btn:not([disabled]):not(.disabled) {
  cursor: pointer; }

.btn-outline-primary {
  color: #fff500;
  background-color: transparent;
  background-image: none;
  border-color: #fff500; }

/* Active button */
.btn-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled):active {
  background-color: #ccc400 !important;
  border-color: #b3ac00 !important;
  color: #000000 !important; }

.btn-primary.active:not([disabled]):not(.disabled), .btn-outline-primary.active:not([disabled]):not(.disabled) {
  background-color: #ccc400 !important;
  border-color: #b3ac00 !important;
  color: #000000 !important; }

.show > .btn-primary.dropdown-toggle {
  background-color: #ccc400 !important;
  border-color: #b3ac00 !important;
  color: #000000 !important; }

.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-outline-primary:not([disabled]):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fff84d;
  box-shadow: 0 0 0 0.2rem #fff84d; }

.btn-primary.active:not([disabled]):not(.disabled):focus, .btn-outline-primary.active:not([disabled]):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fff84d;
  box-shadow: 0 0 0 0.2rem #fff84d; }

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #fff84d;
  box-shadow: 0 0 0 0.2rem #fff84d; }

/* Focus button */
.btn-primary:focus, .btn-outline-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #fff84d;
  box-shadow: 0 0 0 0.2rem #fff84d;
  text-decoration: none; }

.btn-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #fff84d;
  box-shadow: 0 0 0 0.2rem #fff84d;
  text-decoration: none; }

/* Disabled button */
.btn-primary.disabled {
  background-color: #fff84d;
  border-color: #fff84d; }

.btn-primary:disabled {
  background-color: #fff84d;
  border-color: #fff84d; }

/* Heading Colours */
h1, h2, h3, h4, h5, h6 {
  color: #5e0101 !important; }

/* Text Colours */
.text-muted {
  color: #000000 !important; }

.list-group-item-header {
  background-color: #ffffff !important;
  color: #000000 !important; }

.champ-pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff500;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255, 245, 0, 0.4);
  animation: pulse 2s infinite; }

.champ-pulse:hover {
  animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 245, 0, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 245, 0, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 245, 0, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 245, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 245, 0, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 245, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 245, 0, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 245, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 245, 0, 0); } }

body {
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }


