/* Make Home link match the size of main menu items */
#R-sidebar #R-homelinks ul > li > :is(a, span) {
  font-size: 1.1rem !important;
  line-height: 2rem !important;
}

/* Modern look: Remove uppercase transformation from page titles */
#R-body-inner h1,
#R-main-content h1,
article h1,
h1 {
  text-transform: none !important;
}

/* Remove uppercase transformation from sidebar navigation title */
#R-sidebar .nav-title {
  text-transform: none !important;
}

/* Remove uppercase transformation from logo title */
a#R-logo {
  text-transform: none !important;
}

