.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

/* ------------------- Header ------------------- */
.navbarCol {
  /* background-color:#187BCD; */
  background-color:#051e34;
  display: block;
  max-width: none !important;
}

.header-pills.nav-pills {
  border-radius: 0.375rem;
}

.navbarCol a.nav-link.active {
  color:  rgb(255, 255, 255) !important;
  background: #ffffff42 !important;
}

header .nav-link {
  display: block;
  color: white !important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
