/* Custom title style */
h1.title {
    color: #FF8700;  /* Change title text color to bright yellow */
    text-align: left;
    margin-top: 40px;
    font-weight: bold;  /* Make the title text bold */
    font-size: 4em;  /* Increase the font size */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);  /* Reduce the shadow */
}



/* Adjust the background image opacity */
.quarto-title-block-banner {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), 
              url('images/banner.jpg') no-repeat center center;
  background-size: cover;
  padding: 20px;
}
