body a {
  color: var(--mdb-link-color);
  text-decoration: none;
}

body a:hover,
.application a:active {
  color: black;
}

.img {
  float: right;
}

.module-image {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.module-bg-img {
  z-index: -1;
  left: 0;
  position: absolute;
  top: 0;
}

.module-info {
  display: flex;
  flex: 1 1 auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.header-title-wrapper {
  display: inline-block;
}

.module-number {
  background-color: rgba(255, 204, 0, 0.95);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  clear: both;
  display: block;
  float: left;
  padding: 1.1rem 1.5rem;
}

.module-title {
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 0.65rem 1.5rem;
  clear: both;
  display: block;
  float: left;
}

.navbar-toggler-icon {
  color: aliceblue;
  display: inline;
}

.sub_nav {
  display: block;
  background-color: #ffcc00 !important;
  color: black;
  padding: 12px 16px 12px 16px !important;
}

.sub_nav .nav-link:hover {
  color: black !important;
}

.sub_nav .nav-item .nav-link:active {
  color: black !important;
}

.sub_nav .nav-link:focus {
  color: black !important;
}

.sub_nav .nav-item .nav-link {
  color: black;
  font-weight: 700;
  font-size: 0.8rem;
}

.sub_nav .nav-link {
  color: black !important;
}

@media (max-width: 767px) {
  .navbar-header {
    display: inherit;
  }
}

@media (max-width: 991px) {
  .img {
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}


@media (max-width: 767px) {
  .navbar-brand {
    font-size: 1.05rem;
  }

  .module-title {
    padding: 0;
  }
}