/*
* Dark theme
*/


body, .navbar-light .navbar-brand {
  color: rgb(245, 245, 245);
}

.text-muted {
  color: rgb(185, 185, 185) !important;
}

.text-highlighted {
  color: #8870ff !important;
}

.cover-container::before {
  background-image: linear-gradient(to top, rgb(17, 17, 17), rgba(17, 17, 17, .8));
}

.cover-container {
  background-color: rgb(17, 17, 17);
}

body {
  background-color: rgb(17, 17, 17);
}

footer {
  background: rgb(17, 17, 17);
  color: rgb(245, 245, 245);
}

footer .text-muted {
  color: rgb(122, 122, 122) !important;
}

.li.complete .status, .li.complete .timestamp {
  color: rgb(122, 122, 122);
}

.li.complete .status::before, .li.complete .timestamp::after {
  background-color: rgb(122, 122, 122);
}

.timestamp::after {
  background-color: rgb(245, 245, 245);
}

@media (min-width: 767px) {
  .li.complete .status {
    border-top: 2px solid rgb(122, 122, 122);
  }

  .status {
    border-top: 2px solid rgb(245, 245, 245);
  }

  .status::before {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(245, 245, 245);
  }
}

hr {
  border-top: 1px solid rgba(80, 80, 80, .2) !important;
}

.square {
  background: rgb(17, 17, 17);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#scrolldown i {
  color: rgb(245, 245, 245);
}

#loading {
  background-color: rgb(13, 13, 12);
}

.double-bounce1, .double-bounce2 {
  background-color: #333;
}