.sidebar-custom {
  background-color: #141314;
}

.nav-pills .nav-link {
  color: #000 !important;
}

.nav-pills .nav-link:hover {
  color: #007bff !important;
}

.navbar-custom {
  position: relative;
  background-image: url("../img/header.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.navbar-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 7, 0.5);
  pointer-events: none;
  z-index: 1;
}

.navbar-custom > * {
  position: relative;
  z-index: 2;
}

.navbar-title {
  color: #f9f8f8;
  font-weight: bold !important;
  font-size: larger;
  text-shadow: 0 0 4px #0d0d0d, 0 0 4px #0b0b0b;
}

.navbar-subtitle {
  color: #dff60b !important;
  margin-bottom: 0;
  font-size: 12px;
}

.footer-custom {
  position: relative;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.footer-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.5);
  pointer-events: none;
  z-index: 1;
}

.footer-custom > * {
  position: relative;
  z-index: 2;
}

.footer-title {
  color: #faf3f3;
  font-weight: bold !important;
  font-size: larger;
  text-shadow: 0 0 24px #0a0a0a, 0 0 24px #121212;
}

@media screen and (max-width: 600px) {
  .navbar-title {
      font-size: 14px;
    }

    .footer-title {
      font-size: 14px;
    }

}
