.fixed-navbar {
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}

.navbar-nav {
  position: absolute;
  border-radius: 12px;
  text-align: center;
  align-items: center;
  flex-direction: row !important;
}

.navbar-inside {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  background: white;
  padding: 30px;
}


.navbar-nav .dropdown-menu {
  z-index: 9990 !important;
}

.ms-logo{
  max-width:200px;
}

#navbar-ul{
  right: 0;
  margin-right: 5% !important;
}

.nav-item{
  margin: 30px;
}

.normal-navitem{
  margin-bottom: 0px !important;
}

a{
  color: black !important;
}

a:hover{
  color: #9CC44E !important;
  text-decoration: none !important;
}

/* Small screen devices (600px and above) */
@media only screen and (max-width: 600px) {

  .navbar-inside{
    padding-bottom: 40px;
  }

  .navbar-light .navbar-toggler{
    right: 0;
    margin-right: 10px;
    position: absolute;
  }

  .collapsing{
    -webkit-transition: none;
    transition: none !important;
  }

}