 .navbar-light .navbar-brand {
color: rgba(0,0,0,.9);
    font-weight: 600;
    font-size: 19px;
    margin-right: 10%;
    padding-top: 0.5rem;
        height: auto;
    padding:10px 0;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.navbar{
    padding: 1.5rem 0;
    position: relative;
    min-height: auto;
margin-bottom:0px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-right:50px;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #000;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
.dropdown-toggle::after{
        border-top:0px solid !important;
    border-right: 1px solid transparent !important;
     border:0px solid !important;
}
nav ul ul li a,
nav ul ul li a:after,
nav ul ul li a:before {
  display: none;
}

@media screen and (max-width:767px){
.navbar {
    padding: 0.5rem 0;
}
}