.site .home-site-section{background:linear-gradient(0deg,rgba(102,180,214,0),#274961),url(https://www.alwaysamber.ie/assets/img/minard.webp);padding:3.125rem 0;background-position:0;background-size:cover;background-attachment:fixed;}


#white, .white, .white>i {
color:#fff!important;
}


.grey-bk {
background:var(--gray-faded);
}
.text-dark {
color:var(--text-body-color);
}
.section-green {
    background: var(--blue-default)!important;
}
.section-amber {
    background: linear-gradient(90deg, var(--blue-primary-gradient-start) 0%, var(--blue-primary-gradient-end) 100%);
}