/*
Theme Name: District Child Theme
Description: Child theme for district.
Author: Themewich
Template: district
*/

/* Add your custom CSS here */

/* Adjust header H1 font size (optional) */
header h1, .site-header h1, .header-title h1 { 
  font-size: 8px; /* Adjust the size as needed */
}

/* Target the content area element (optional, remove if not needed) */
.your_theme_name .content {
  padding: 3px; /* Adjust pixel value for desired spacing (all sides) */
}

/* Target a specific element (optional, remove or modify if not needed) */
div.section:nth-child(4) > div:nth-child(1) > div:nth-child(1) {
  /* Removed the red background color */
  /* padding: 3px;  We already set the padding in previous sections */
}
.hidden-header {
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
}