/* Custom styles for specific pages */

/* Exhibitions page */
.content-break {
    clear: both;
}

.content-break.top-margin {
    margin-top: 10px;
}

.content-break.spacing {
    height: 20px;
}

.content-text-center.exhibition {
    width: 90%;
}

.exhibition-image {
    max-height: 200px;
    max-width: 100%;
}

/* About page */
.content-white.about {
    margin-top: 50px;
}

/* Contact page */
.content-white.contact {
    margin-top: 50px;
    width: 100%;
} 