/* ================ GENERAL STYLING ================ */
/*
 
    VERSION: 1.0.0
    DESCRIPTION: Styles that applies to all pages on the OLUM site.
 
    APPLICATION: Applies styling to all pages. 
 
/* ================ TABLE OF CONTENTS ================ */
/*
01. captionfixcosmic_uuissueonsetjulie
02. Media Queries
03. Logo filter
*/
 
/* ==================== 01. captionfixcosmic_uuissueonsetjulie ==================== */

/* These styes are migrated from OLUM Drupal 7 CSS Injector */
.pat-photo-navigation__item__caption { position: relative !important; }
.button-photo__caption{ off-display: none; position: relative !important; } 


 
/* ==================== 02. MEDIA QUERIES ==================== */
 
/* === 1550px === */
@media screen and (min-width: 1550px) {
}
 
/* === 960px === */
@media screen and (min-width: 960px) {
}
 
/* === 900px === */
@media screen and (min-width: 900px) {
}
 
/* === 659px === */
@media screen and (min-width: 659px) {
}
 
/* === 480px === */
@media screen and (min-width: 480px) {
}

@media all and (min-width: 450px) and (max-width:700px) {
}



/* ==================== 03. LOGO FILTER ==================== */

/* Brighten up the logo to make it more visible on the new background color. */
.site-header__logo-image {
    filter: brightness(1.75);
}

.site-header__logo-image {
	max-height: 100px;
}
