/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

/* Workaround for SG-4: Superfish accordion menu is not working on Android 7 devices */
.banner {
  overflow: hidden;
}


body {
    background-color: #f5d042;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    padding: 0;
    margin: 10px 0 10px 0;
    font-weight: 600;
    text-transform: none;
}