﻿.navigation .dropdown-menu {
    font-family: 'museosans500' !important;
    font-size: 0.85em;
}
.navigation .navbar {
    height: 100%;
}
li.static.dynamic-children {
    color: white !important;
    padding: 15px;
    font-size: 14px;
    font-family: 'museosans500' !important;
}


/************************************Tablet Start********************************************/
@media (min-width: 768px) and (max-width: 1024px) {

}

  /************************************Mobile Start********************************************/
@media (min-width: 320px) and (max-width: 767px) {


}