body {
  color: #343a40;
  letter-spacing: 1.5px;
  font-family: "Ramaraja", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #ffffff;
  color: #000000;
}

body .paragraph-line-height {
  line-height: 1.995;
}

.logo-title,
.logo-title:hover,
.logo-title:focus {
  text-decoration: none;
  color: #343a40;
}

.logo-img {
  width: 100px;
}

.nav-link {
  color: rgba(0, 0, 0, 0.9) !important;
}

.nav-link:hover {
  color: #160A62 !important;
}

.modal-body {
  padding: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 30px);
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #ffffff;
}

.fadin:hover .overlay {
  opacity: .7;
}

.fadin .text {
  color: #000000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.dropdown-header {
  font-size: 16px;
  color: #00004F;
}

.page-link {
  border: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000000;
  background-color: #ffffff;
}
