body {
  font-family: "Outfit", sans-serif;
  padding-top: 80px; /* fixed navbar */
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.logo-img {
  height: 65px;
}

/* Back to top */
#back2Top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #02487f;
  color: #fff;
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}
#back2Top:hover {
  background: #000;
}

.navbar .nav-link {
  font-weight: 500;
  color: #000;
  padding: 13px !important;
}

.navbar .nav-link:hover,
.navbar .dropdown-item:hover {
  color: #02487f;
}

.dropdown-menu {
  border-radius: 8px;
}

.navbar-toggler {
  border: none;
}

.dropdown-menu {
  border-radius: 8px;
}

.dropdown-item {
  font-weight: 500;
  color: #000;
}

.dropdown-item:hover {
  color: #02487f;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 12px 0;
  }
}
