body {
  background-color: #fffef5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cd_header {
  /* height: 100px; */
  height: 75px;

}

.cd_header-ctn {
  max-width: 1720px;
  padding: 0;
}

.cd_header-logo img {
  height: 50px;
}

.cd_header a {
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #0e0f19;
  text-align: center;
  /* background-color: #ffffff; */
}

#mainNavbar {
  z-index: 9;
}

.dropdown-toggle::after {
  display: none;
}