/* Custom styles for Loxone Hue Scene Controller */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

/* Header adjustments */
header {
  background: linear-gradient(135deg, #6ac350, #5a9e43);
}

.scenes {
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenes img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
}

/* Section headings */
h2 {
  color: #6ac350;
  border-bottom: 2px solid #6ac350;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* Code blocks */
pre code {
  background-color: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 15px;
  display: block;
  overflow-x: auto;
}

/* Image styling */
img {
  max-width: 100%;
  height: auto;
  border: 1px solid #d1d1d1;
}

/* Blockquote for credits */
blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-left: 5px solid #6ac350;
  border-radius: 5px;
}

/* Footer */
footer {
  background-color: #333333;
  margin-top: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  .lead {
    font-size: 1rem;
  }
}
