/* @import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css"; */

.logo-menu{
  height: 40px;
}
.navbar-fixed-top.scrolled {
  background-color: black !important;
  transition: background-color black linear !important;
}

.navbar-fixed-top.scrolled .nav-link {
  color: white;
}
.bg-primary {
    background-color: transparent !important;
}
.nav-link{
  display: inline-block !important;
}
.navbar{
  padding: 0 !important;
}
a{
  color: white !important;
}
nav-link:hover{
  color: red !important;
}
.nav-item a:focus{
  color: red !important;
}
.nav{
  display: inline-block !important;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100% !important;
}
#navigation{
  width: 100 !important;
}

.navbar ul{
  width: 100% !important;
  font-size: 17px !important;
  line-height: 40px;
  padding-left: 20px;
}
ul li a {
    padding: 20px !important;
    color: white;
    /* font-size: 15px; */
    text-decoration: none !important;
    display: block;
}
