body {
  background-color: #1e1e1e;
  color: #fff;
  font-family: "Barlow";
  font-weight: 300;
}

a:link, a:visited {
  color: #bf198f;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #fff;
}

p {
  font-size: 12pt;
}

nav {
  font-family: "Barlow";
}

.navbar-toggler {
  border: 0;
  color: #1e1e1e !important;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  color: #7c2bf8 !important;
}

.nav-link:link, .nav-link:visited {
  color: #fff;
}

.nav-link:hover {
  color: #ff5252;
}

.nav-link.disabled {
  color: #541baa;
}

.nav-link.active {
  color: #ff8e44;
}

strong.p-tag {
  color: #b2632f;
}

.text-justify {
  text-align: justify;
}

.bg-black {
  background-color: inherit;
}

.tagline {
  color: #ff8e44;
}

.welcome h1 {
  margin: 0;
  padding: 0;
  font-size: 30pt;
  color: #ff5252;
  font-weight: 400;
  font-family: rift-soft;
}

h3 {
  font-weight: 600;
  font-family: rift-soft;
  font-size: 18pt;
  color: #ff5252;
  margin-top: 30px;
}

h4 {
  font-weight: 600;
  font-family: rift-soft;
  font-size: 14pt;
  margin: 1em 0 0 0;
  padding: 0px;
  color: #ff5252;
}

h5 {
  font-weight: 600;
  font-size: 12pt;
  display: inline;
  color: #ff8e44;
}

span {
  font-weight: 600;
}

.hr {
  height: 1px;
  background-color: #dc1fff;
  width: 100px;
  display: inline-block;
  margin: 0;
  padding: 0;
}

main {
  margin-top: 100px;
}

ul.rdmp {
  list-style-type: none;
}

.rdmp li {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left center;
  background-image: url("/assets/images/pending.png");
}

.rdmp li.checked {
  color: #00ffa3;
  font-weight: 500;
  background-image: url("/assets/images/checked.png");
}

li.checked a:link, li.checked a:visited {
  color: #00ffa3;
  text-decoration: underline;
}

li.checked a:hover {
  color: #fff;
}