/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the default font size on small devices */
html {
  font-size: 82.5%;
}


/* menu */
.region-header nav ul.nice-menu li.active-trail {
 height: auto;
}

.region-header nav ul.nice-menu li.active-trail ul {
 display: block !important;
 visibility: visible !important;
}

.region-header ul.nice-menu-down li.menuparent ul {
 position: static;
 position: static;
 width: 100%; 
}

.region-header nav ul.nice-menu li.active-trail ul {
 background-color: #555;
}
.region-header ul.nice-menu-down li.menuparent ul li a {
 width: auto;
 text-align: center;
}