.nav-link {
/*  font-weight: 500;*/
}

.nav-link.active {
  font-weight: 650 !important;
}

.border-bottom {
  border-color: #40bae4 !important;
}

a {
  /*font-size: larger;*/
  text-decoration: auto;
}

.navbar-brand img {
  width: 66px;
}

.nav-item:hover {
    font-weight: bold;
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100px;
    padding-left: 60px;
}

.itemEntry {
    color: #58595b;
    font-size: 15px;
    font-weight: 600;
}

.icon-spacing {
    margin-top: 10px; /* Adjust the value as needed */
    margin-bottom: 10px; /* Adjust the value as needed */
}
@media (max-width: 767px) {
  a {
    font-size: small;
  }

  .navbar-brand img {
    width: 53px;
  }
}

@media (max-width: 655px) {
  a {
    font-size: small;
  }
}
