Hi kinniya
1 - You can override this css rule:
.gk-special-link {
background: #000 !important;
}
2 -
.box.parallax.gkmod-1 {
padding-bottom: 0px !important;
padding-top: 80px !important;
}
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5, #gkBottom6 {
padding-top: 0px !important;
}
3 - If you want to jump to 'Specials' section below, it belongs to another div tag with ID: "gkBottom1"
So you need to change the link to:
href="#gkBottom1"