.navbar .btn,.navbar .btn:is(:focus,:hover,:active) {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  padding: 0px 15px;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* .dropdown-content .header {
  background: var(--primary);
  padding: 16px;
  color: white;
} */

/* .mega-dropdown:hover .dropdown-content {
  display: block;
} */

/* Create three equal columns that floats next to each other */
.column {
  /* float: left; */
  width: 33.33%;
  /* padding: 10px; */
  background-color: #ebebeb;
  border-right: 2px solid #87B036;
  /* height: 250px; */
}



.column:nth-last-child(1) {
  border: none !important;
}


.column h4 {
  background-color: #87B036;
  margin: 0;
  padding: 7px 10px;
  color: white;
}


.column a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #e0e0e0;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

.dropdown-menu {
  padding: 10px;
}

.dropdown-menu .nav-link:hover {
  color: white !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu .nav-link {
  font-size: 12px;
}

.dropdown-menu .nav-link:is(:hover,:focus,:active) {
  background: #87B036;
  color: white !important;
}