/***** z-index *****/
section {
    position: relative;
}
#homepageSectionOne {
    z-index: 101;
}
#homepageSectionTwo {
    z-index: 102;
}
#homepageSectionThree {
    z-index: 103;
}
#homepageSectionFour {
    z-index: 104;
}
#homepageSectionFive {
    z-index: 105;
}
#homepageSectionSix {
    z-index: 106;
}


