header {
  padding: 156px 0 30px;
}

section {
  padding: 50px 0 50px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(104, 249, 173, .9)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(84, 250, 252);
  border-width: 2px;
}

.nav-link {
  text-decoration: underline;
  text-decoration-color: #68f9ad;
}

.bold {
  text-decoration: underline;
  text-decoration-color: #68f9ad;
}

a.fab {
  color: inherit;
}

a.fas {
  color: inherit;
}

a.fa {
  color: inherit;
}

.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
  text-align: left;
}

.list::before {
  content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #68f9ad; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.footah {
  text-decoration: underline;
  text-decoration-color: #68f9ad;
  color: rgb(84, 250, 252);
}

.topics {
  text-align: center;
  align-items: center;
}

.navvy {
  background: url('../images/Dinpattern\ Stripe.gif');
}

.font {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
