/* Custom Styles */
body {
  background-color: #F5F5F5;
  color: #080806;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h4 {
  color: #1F3B62;
}

.custom-navbar {
  background-color: #1F3B62 !important;
}

.custom-navbar .navbar-brand {
  color: #ffffff !important;
}

.custom-navbar .nav-link {
  color: #ffffff !important;
}

.custom-navbar .btn {
  color: #1F3B62 !important;
}

/* Styled HR */
hr {
  border: 0;
  border-top: 3px solid #2C4E58;
  width: 60%;
  margin: 3rem auto;
  opacity: 1;
  border-radius: 2px;
}

/* Custom Tag Pills */
.custom-pill {
  background-color: #2C4E58;
  color: #F5E6CC;
  font-size: 0.95rem;
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
  font-weight: 500;
}
.custom-pill:hover {
  background-color: #1f3640;
  color: #ffffff;
  cursor: pointer;
}