body {
  font-size: 1.1rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
  font-weight: bold;
}

.navbar-nav .dropdown-menu {
  background-color: #101214;
}

.feature-box {
  position: relative;
  padding: 15px 20px 15px 70px;
}

.feature-box .icon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  color: #3b99e0;
}

.feature-box a:hover {
  text-decoration: none;
}

.feature-box p:hover {
  color: #ccff66;
}

.color-green h3 {
  color: #ccff66;
}

.feature-box h5 {
  color: white;
  font-size: 1.9rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.feature-box h5:hover {
  color: #ccff66;
}

.nav-link {
  color: rgb(222,226,230);
  font-size: 1.25rem;
}

h1 {
  color: #ccff66;
}

h2 {
  color: rgb(204,255,102);
}

h3 {
  color: white;
  font-weight: 300;
  font-size: 2.2rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 550;
  color: white;
}

.display-6 {
  font-size: 2rem;
}

p {
  font-size: 1.1rem;
  color: rgb(222,226,230);
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  color: #ccff66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: white;
}

footer {
  font-size: 1.1rem;
}

footer a {
  color: #a8aaac;
  text-decoration: none;
}

footer a:hover, a:focus {
  color: rgb(222,226,230);
  text-decoration: underline;
}

footer h3 {
  font-weight: 600;
}

footer p {
  color: #a8aaac;
}

.dropdown-item {
  font-size: 1.25rem;
}

ul {
  line-height: 1.7rem;
}

.faq strong {
  color: #ccff66;
}

.faq em {
  color: white;
  font-style: normal;
  font-weight: 600;
}

.AP strong {
  color: #ccff66;
  font-weight: 500;
  font-size: 1.5rem;
}

.AP h5 {
  font-weight: 600;
  font-size: 1.3rem;
}

.AP p {
  color: #a8aaac;
}

