body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #131313;
  color: rgb(218, 218, 217);
}

header {
  background-color: black;
}

a {
  color: #ffd200 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

.nav-link {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2rem;
}

.nav-link:hover {
  text-decoration: none;
}

p.intro {
  font-size: 170%;
  font-weight: 400;
}

.home-boxed-link {
  font-size: 120%;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ffd200;
  border-radius: 2px;
  padding: 15px 20px;
}

.home-boxed-link a:hover {
  text-decoration: none;
}

.home-boxed-link:hover {
  background-color: #ffd200;
  cursor: pointer;
}

.home-boxed-link:hover a {
  color: #131313 !important;
}

footer {
  background-color: black;
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
}

ol {
  list-style-position: outside;
}

ol li {
  margin-bottom: 15px;
  font-size: 110%;
}

table {
  background-color: #626260;
  color: rgb(218, 218, 217) !important;
  border: none !important;
}

table thead {
  background-color: #2d2d2d;
}

table td {
  border: #2d2d2d 2px solid;
  font-size: 108%
}

table thead tr th {
  border:  #2d2d2d 2px solid;
  font-size: 115%;
}

tr.rush {
  background-color: #b59b2a;
  color: black;
  font-weight: 700;
}

.bg-dk-gray {
  background-color: #2d2d2d !important;
}

.bg-lt-gray {
  background-color: #626260 !important;
}

@media screen and (max-width: 550px) {
  .nav-link {
    font-size: .9rem;
    padding: 0 9px;
  }

  p.intro {
    font-size: 120%;
    font-weight: 400;
  }
}