/* Remove underline from the brand logo */
.brand-logo {
    text-decoration: none;
}

/* Define the banner height on the home page */
.container-banner .banner-overlay {
    height: 60vh;
}

/* Set the font size globally 
:root {
  body-font-size: 0.9rem;
  font-size: 1.1rem;
}*/

/* Make the main menu bold */
ul.mod-menu, ul.mod-menu_dropdown-metismenu button {
  /*font-weight: bold;*/
}
