/* Main Logo */
.headerContent .mainLogo {
    background-image: url("https://www.tiglin.ie/Handlers/GetImage.ashx?IDMF=68c1f7aa-58f8-44e2-bd94-667fb8fea031") !important;
    width: 199px;
    height: 117px;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 600px) {
    .headerContent .mainLogo {
        width: 102px;
        height: 60px;
        margin-bottom: 1rem;
    }
}

/* Footer Background */
.pageFooter {
    background-image: url("https://www.tiglin.ie/Handlers/GetImage.ashx?IDMF=68c1f7aa-58f8-44e2-bd94-667fb8fea031") !important;
}

/* SF#67097385 - Update Color */
.menuMain ul li .subMenu,
.menuMain ul li .subMenu li:hover > a,
.pageFooterWrapper,
body:not(.homepage) header#pageHeader,
.sticky .menuMain {
    background-color: #008f80 !important;
}

@media screen and (max-width: 1024px) {
    a.menuMainAlt,
    .menuMain {
        background-color: #008f80 !important;
    }
}

/* Home Section Backgrounds */
.homeFeaturesWrapperContainer,
.homeFeedsWrapper,
.post,
.listing {
    background-image: url("https://www.tiglin.ie/Handlers/GetImage.ashx?IDMF=1d4b146e-71d6-4168-ad4c-5a3b392bdf33") !important;
    background-size: 500px auto !important;
}

a.cta-button:not(.cta-button.cta-donate) {
  background-color: #008f80;
}
a.cta-button:hover {
  filter: brightness(75%);
}

.button.callToActionBtn.fundraiseBtn.fundraise{
  background-color: #008f80 !important;
}

.button.callToActionBtn.fundraiseBtn.fundraise:hover {
  filter: brightness(75%);
}

@media screen and (max-width: 1024px){
	header#pageHeader .headerContent {
		background-color: #008f80;
	}
}

@media screen and (max-width: 900px){
	.carouselSlideDetail {
		background-color: #008f80 !important;
	}
}

a.cta-button:not(.cta-button.cta-donate) {
    background-color:  #C3D600 !important;
	color: #000;
}