.bg-color-helix{
    background-color: #00b4d8;
}

.bg-dark-helix{
    background-color: #071933;
}

.border-color-helix{
    border-color:  #00b4d8;
}

.text-color-helix{
    color:  #00b4d8;
}

.bg-color-footer{
    background-color: #0a1e3d;
}

/* Home hero */
#heroSection {
    background-image: url('/images/header-bg-2.jpg');
}

/* About hero */
#heroSectionAbout {
    background-image: url('/images/header-bg.jpg');
}

/* Programmes hero */
#heroSectionProgrammes {
    background-image: url('/images/programmes.jpg');
}

/* Trustees hero */
#heroSectionTrustees {
    background-image: url('/images/trustees.jpg');
}

/* Gallery hero */
#heroSectionGallery {
    background-image: url('/images/gallery.jpg');
}

/* Contact Us hero */
#heroSectionContact {
    background-image: url('/images/contact-us.jpg');
}

/* Donate hero */
#heroSectionDonate {
    background-image: url('/images/donate.jpg');
}