body {
  background-color: #cc0000;
  color: #fff;
  font-family: altivo;
  font-weight: 400;
}

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

a:hover {
  color: #fff;
}

p {
  font-size: 12pt;
}

nav {
  font-family: "Barlow";
}

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

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

.nav-link:link, .nav-link:visited {
  color: #fff;
  font-size: 14pt;
}

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

.nav-link.disabled {
  color: #212328;
}

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

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

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

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

.tagline {
  color: #fff;
  font-weight: 700;
  font-size: 14pt;
}

.welcome h1 {
  margin: 0;
  padding: 0;
  font-size: 30pt;
  font-weight: 800;
  font-family: altivo;
  color: #ffbc0d;
}

h3 {
  font-weight: 700;
  font-family: altivo;
  font-size: 18pt;
  color: #ffbc0d;
  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: #fff;
}

span {
  font-weight: 700;
}

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

main {
  margin-top: 100px;
  padding-bottom: 800px;
}

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: #ffbc0d;
  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;
}

#tokenomics, #trade, #roadmap, #top {
  scroll-margin-top: 125px;
}

.mint {
  display: inline-block;
  border-style: solid;
  border-width: 3px;
  border-color: #ffbc0d;
  color: #ffbc0d;
}

.mint .addr {
  background-color: #ffbc0d;
  color: #cc0000;
  font-weight: 800;
  font-size: 14pt;
}

.btn-primary {
  border-width: 0px;
  padding: 0.5em 2.5em !important;
  background-color: #ffbc0d;
  color: #cc0000 !important;
  text-transform: uppercase;
  font-size: 18pt;
  border-radius: 0em;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #fff;
}