/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  padding-top: 40px;
}

.top-body {
  background-color: #000;
}

.menu-text {
  font-size: 1.225rem;
  font-weight: 400;
  color: #EEEEEE;
}

.menu-text-md {
  font-size: 1rem;
  font-weight: 400;
  color: #EEEEEE;
}
.menu-text-sm {
  font-size: 0.75rem;
  font-weight: 400;
  color: #EEEEEE;
}

.menu-text-xs {
  font-size: 0.5rem;
  font-weight: 400;
  color: #EEEEEE;
}

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

.modal-content {
  color: #D0D0D0;
  background-color: #000000 !important;
  text-decoration: none;
  border: 1px solid #C0C0C0 !important;
}

.modal-body > p > a {
  color: #EEEEEE;
  font-weight: 600;
  text-decoration: none;
}

.close {
  color: #FFFFFF;
}

.card {
  border: 1px solid #C0C0C0 !important;
  background-color: #000000 !important;
  color: #D0D0D0;
}

.card-body > p > a {
  color: #EEEEEE;
  font-weight: 600;
  text-decoration: none;
}

