h1 {
  color: #616161;
  text-shadow:  0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
}

#sidebar-wrapper.active {
  background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #8ff;
}

.sidebar-nav > .sidebar-brand a {
    color: #8ff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #8ff;
  background-color: rgb(0, 0, 0, 0.2)
}

.btn-light {
    border-radius: 0;
    color: #8ff;
    background-color: rgba( 0, 0, 0, 0.2);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #fff;
    background-color: rgba( 0, 0, 0, 0.2);
}
