<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*This CSS manages the Header image for the theme*/


.lgd-header {
	background-image: url(/themes/custom/tcc_lgd/assets/images/default-header-images/the-rock-of-cashel.jpg);
    background-repeat: no-repeat,;
    background-size: cover;
}

.lgd-region--primary-menu {
	background-color:#4c638030
}

/*.lgd-header img{
filter: drop-shadow(1px -1px 2px black);}*/

/*.lgd-container img{
filter: none!important}*/</pre></body></html>