/* General Styles */

.article-page__meta dl > *:nth-child(3) {
  display: none;
}
.article-page__meta dl > *:nth-child(4) {
  display: none;
}

/* Header NavBar */
header.main-header {
    background-color: green !important;
    background-blend-mode: soft-light;
}
header figure img {
  mix-blend-mode: normal !important;
}
.main-menu__title {
  max-width: 300px;
  font-size: 20px;
}
.navbar.mainmenu .main-menu__nav ul.navbar-nav > li > a {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
ul.dropdown-menu {
  background-color: #f9f8f8;
  text-align: left;
}
ul.dropdown-menu > li > a {
  text-align: left;
}