body {
  background-color: #f7f8f4;
  color: #4d6655 !important; }
  body .text-primary {
    color: #2a352e !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: #6ca259; }
    body a:hover, body .btn-link:hover {
      color: #619250; }
  body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #333; }
  body nav.bg-light {
    background-color: #f7f8f4 !important; }
    body nav.bg-light .navbar-brand {
      color: #2a352e !important;
      font-weight: 100; }
    body nav.bg-light a.nav-link {
      color: #2a352e !important; }
      body nav.bg-light a.nav-link:hover {
        color: #415147 !important; }
    body nav.bg-light .navbar-toggler {
      color: #2a352e !important;
      border-color: transparent; }
  body .list-group-item-action {
    color: #4d6655 !important; }
  body .text-muted {
    color: #516257 !important; }

/* Primary Color */
.badge-primary {
  background-color: #2a352e;
  color: #FFFFFF; }

.btn-primary {
  background-color: #2a352e;
  border-color: #232c27;
  color: #FFFFFF; }

.form-control:focus {
  border-color: #2a352e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 53, 46, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(42, 53, 46, 0.25); }

/* Hover button */
.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #131915;
  border-color: #080a09;
  color: #FFFFFF;
  text-decoration: none; }

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

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

/* Active button */
.btn-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled):active {
  background-color: #131915 !important;
  border-color: #080a09 !important;
  color: #FFFFFF !important; }

.btn-primary.active:not([disabled]):not(.disabled), .btn-outline-primary.active:not([disabled]):not(.disabled) {
  background-color: #131915 !important;
  border-color: #080a09 !important;
  color: #FFFFFF !important; }

.show > .btn-primary.dropdown-toggle {
  background-color: #131915 !important;
  border-color: #080a09 !important;
  color: #FFFFFF !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 #4c6053;
  box-shadow: 0 0 0 0.2rem #4c6053; }

.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 #4c6053;
  box-shadow: 0 0 0 0.2rem #4c6053; }

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

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

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

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

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

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

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

.list-group-item-header {
  background-color: #f7f8f4 !important;
  color: #56675c !important; }

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

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

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

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(42, 53, 46, 0.4);
    box-shadow: 0 0 0 0 rgba(42, 53, 46, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(42, 53, 46, 0);
    box-shadow: 0 0 0 10px rgba(42, 53, 46, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(42, 53, 46, 0);
    box-shadow: 0 0 0 0 rgba(42, 53, 46, 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'; }


.navbar-expand-lg {
  padding: 0 55px;
  min-height: 80px;
  margin-bottom: 55px; }

@media only screen and (max-width: 600px) {
  .navbar-expand-lg {
    padding: 10px 22px;
    min-height: 30px; } }
