/*
Theme Name: 	Pheno2 Child
Template: 	pheno2_wp
*/

@import url("../pheno2_wp/style.css");

/* to unbreak openlayers popups. this is an issue with Bootstrap but could affect responsiveness on mobile */
img {max-width: none;} 

img.olTileImage {
	max-width: none;
	border-radius: 0;
	box-shadow: none;
}

 .timeline-item .timeline-item-title h3 {
	color: #d7d2cb !important;
}

}
.olImageLoadError {
    display: none !important;
}

h1.frontPageHeader {
    color: #fff;
    font-weight: 900;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

/*
    color: #236192;
.olPopup {pointer-events: none;}
#pop{pointer-events: none; }
*/
