body {
}

#landing-page-3col {
  color: #919191;
  background: transparent;
}

.col-md-4 {
  color: #c3c3c3;
  background: transparent;
  margin-bottom: 20px;
}

#lp-3col-header {
  text-align: center;
}

#lp-3col-ptext {
  text-align: justify;
}

.pool-stats-table {
  color: #c3c3c3;
}

#landing-page-card {
  border-radius: 1em;
}

.card-footer-text {
  font-size: 0.75em;
  text-align: center;
}

.card-credit-text-link {
  text-align: center;
}

.card-title {
  text-align: center;
}

.header-blue .navbar {
  background: transparent;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
}

a {
  color: #ffffff;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #ee591c;
  text-decoration: underline;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: linear-gradient(135deg, #21a9af, #172a74);
  background-clip: border-box;
  border: 0px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.text-muted {
  color: #e5e5e5!important;
}

#particles-js {
  height: 500px;
  width: auto;
}

