
.scroll .navbar{
    padding: 0;
    background: white;
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navbar{
/*    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;*/
    padding: 0;
    background: #fff;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.navbar-light .navbar-toggler {
    border: 0;
}

#logo{
    height: 30px;
}
.scroll #logo{
    height: 40px;
    margin-left: 0px;
}


.navbar-brand {
    padding: 10px 0;
}


nav .nav a{
    display: block;
    padding: 30px 16px;
    margin-left:0;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

.page.scroll nav .nav a{
    color: #333;
    padding: 24px 12px 24px 12px;
    height: 100%;
}

nav .nav li.active > a{
    color: white;
    text-decoration: underline;
}
nav .nav li:hover > a{
    /*color: black!important;*/
    text-decoration: underline;
}

li.dropdown > a:after{
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 4px;
    font-size: 10px;
}


ul.dropdown-menu{
    border-radius: 0;
    border: 0;
    padding:  0 0 0 20px;

    top: 57px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.scroll ul.dropdown-menu{
    top: 61px;
}
ul.dropdown-menu li {
    min-width: 230px;
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative;
    padding: 0;
}

