/**
 * @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;
}
.page {
  padding: 10px 0 0;
}
.main-content {
  padding: 10px 0 30px;
}
body:not(.path-frontpage) .main, body:not(.path-frontpage) .sidebar {
    padding: 10px 0 0;
}
.header-inside {
  padding: 10px 0 10px;
  position: relative;
}