body {
    font-family: 'ITC-Officina-Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
.special-description {
    color: #002e65;
}


header {
    background-color: #ffffff;
    padding: 10px;
    
}
.museum-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #002e65; /* Donkerblauw */
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; /* Maakt tekst volledig hoofdletters */
    letter-spacing: 2px; /* Extra ruimte tussen letters voor een strakke look */
}

.museum-title {
    font-size: 2.5rem; /* Default size */
}

@media (max-width: 767px) {
    .museum-title {
        font-size: 1.5rem; /* Smaller size for mobile devices */
    }
}

@font-face {
    font-family: 'ITC-Officina-Sans';
    src: url('fonts/ITC-Officina-Sans-Std-Book-Font.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.logo-container {
    margin-top: 0px;
    margin-left: 100px;
}

.logo {
    max-width: 100%;
    height: auto;
}

/* Header logo styling for responsive behavior */
.header-logo {
    height: 3rem;
    max-width: 200px;
}

@media (max-width: 767px) {
    .header-logo {
        height: 2rem;
        max-width: 120px;
    }
}

.text-primary{
    color: #002e65 ;
}
.image-container {
    text-align: center;
    margin: 50px 0;
}

.image-container img {
    width: 100%;
    max-width: 1300px;
    height: auto;
}

.info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 5px 10px;
}

.left-text {
    width: 45%;
    text-align: left;
}

.right-text {
    width: 45%;
    text-align: right;
}

.text-container p, .right-text p {
    margin: 5px 0;
}
.text-author {
    color: #002e65 ; /* Donkerblauw */
    text-align: left;
    font-size: 16px;
}
.text-art{
    color:#002e65;
    text-align: left;
    font-size: 16px;
}
.author-info{
    color:#000000;
    font-size: 22px;
}
.art-info{
    color: #ea2c38;
    font-size: 20px;
    text-align: left;
}
.material-info{
    font-size: 15px;
    text-align: left;
    color: #000000;
}