Try:
if (digitalRead(RaiseButton) == HIGH) {//If the raise button is pressed,
But change the resistors to pull DOWN(from input pin to GND).
Try:
if (digitalRead(RaiseButton) == HIGH) {//If the raise button is pressed,
But change the resistors to pull DOWN(from input pin to GND).