/* Style level 1 headins with a light blue background */
h1 {
  background-color: #e0f7fa; /* Light blue background */
  padding: 10px; /* Add some padding */
  border-radius: 5px; /* Rounded corners */
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #006064; /* Dark cyan text color */
}


body[data-md-url="pdfug/iplowUserGuideCustomer/"] .wy-nav-side {
  background-color: #f5f0e6;
}

body[data-md-url="pdfug/iplowUserGuideCustomer/"] .wy-menu,
body[data-md-url="pdfug/iplowUserGuideCustomer/"] .wy-side-nav-search {display: none;}


body
.wy-nav-side {
  border: 5px solid brown !important;
}

[data-md-url="pdfug/iplowUserGuideCustomer/"] .wy-nav-side {
  background-color: #f5f0e6;
  background-image: url('../images/wheatBundle.png');
  background-repeat: no-repeat;
  background-position: center 32px;
  background-size: contain;
}

.landing-logo {
  margin-top: 20px;
  margin-left: 5px;
  max-width: 200px;
}