body {
  background-color: #ffffff;
  color: #858585 !important; }
  body .text-primary {
    color: #153b6d !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: #272727; }
    body a:hover, body .btn-link:hover {
      color: #1a1a1a; }
  body .nav-pills .nav-link.active, body .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #333; }
  body nav.bg-light {
    background-color: #ffffff !important; }
    body nav.bg-light .navbar-brand {
      color: #141414 !important;
      font-weight: 100; }
    body nav.bg-light a.nav-link {
      color: #141414 !important; }
      body nav.bg-light a.nav-link:hover {
        color: #2e2e2e !important; }
    body nav.bg-light .navbar-toggler {
      color: #141414 !important;
      border-color: transparent; }
  body .list-group-item-action {
    color: #858585 !important; }
  body .text-muted {
    color: #858585 !important; }

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

.btn-primary {
  background-color: #153b6d;
  border-color: #133460;
  color: #FFFFFF; }

.form-control:focus {
  border-color: #153b6d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 59, 109, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(21, 59, 109, 0.25); }

/* Hover button */
.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #0d2442;
  border-color: #09182d;
  color: #FFFFFF;
  text-decoration: none; }

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

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

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

.btn-primary.active:not([disabled]):not(.disabled), .btn-outline-primary.active:not([disabled]):not(.disabled) {
  background-color: #0d2442 !important;
  border-color: #09182d !important;
  color: #FFFFFF !important; }

.show > .btn-primary.dropdown-toggle {
  background-color: #0d2442 !important;
  border-color: #09182d !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 #215ead;
  box-shadow: 0 0 0 0.2rem #215ead; }

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

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

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

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

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

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

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

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

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

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

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

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

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


@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
  font-family: Poppins;
  font-size: 14px; }

h1, h5 {
  margin: 0px 0px 15px;
  padding: 0px;
  font-size: 18px;
  font-family: Poppins;
  color: #272727;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase; }

.champ-search h5, .champ-latest-topics h5, .champ-users-online h5 {
  font-size: 16px; }

ul .navbar-nav {
  text-align: center; }

.nav-item {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 768px) {
  .nav-item {
    padding: 30px 20px 30px 20px; } }

.btn-primary {
  background-color: #272727;
  border-color: #272727;
  color: #FFFFFF;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  padding: 11px 25px;
  height: 46px;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s; }

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  color: #FFFFFF;
  text-decoration: none; }

.btn-primary.disabled {
  background-color: #272727;
  border-color: #272727;
  opacity: 0.65; }

.btn-primary:disabled {
  background-color: #272727;
  border-color: #272727;
  opacity: 0.65; }
