* {
  font-family: 'Montserrat', sans-serif;
}
main {
  margin-top: 4em;
}
.ofeheader{
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(3px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:80%;
  max-width: 40em;
  top: auto;
  left: auto;
  margin: auto;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.divmm {
  background: #ffffff;
  transition: background-color 1s ease-out 100ms
}

.divmm:hover {
  background-color: #F9F5FF;
  border-radius: 0.7em;
}