/* Add your custom styles here */
body {
    font-family: 'Source Sans Pro Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Example custom style */
.usa-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.duchy-hero {
    background-image: url('do-cathedral.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px; /* Adjust this value as needed */
}

.duchy-hero .usa-hero__callout {
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    padding: 2rem;
    max-width: 40rem; /* Increased from 30rem to accommodate longer text */
}

.duchy-hero .usa-hero__heading {
    font-size: 2.5rem; /* Adjust as needed */
    margin-bottom: 1rem;
}

.duchy-hero .usa-hero__callout p {
    font-size: 1.2rem; /* Adjust as needed */
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Optionally, you might want to adjust text colors for better contrast */
.duchy-hero .usa-hero__heading,
.duchy-hero .usa-hero__callout p {
    color: #1b1b1b; /* Dark color for text */
}