.sectionPaddedText {
    padding-left: 4%;
    padding-right: 4%;
}

#SelectProjectButtonImage--kitchen {
    /* background-color: rgb(200, 200, 100); */
    background-color: rgb(240,240,240);
}

#SelectProjectButtonImage--livingRoom {
    /* background-color: rgb(150,50,150); */
    background-color: rgb(240,240,240);
}

#SelectProjectButtonImage--bathroom {
    /* background-color: rgb(200, 200, 100); */
    background-color: rgb(240,240,240);
}

#SelectProjectButtonImage--bedroom {
    /* background-color: rgb(200,100,100); */
    background-color: rgb(240,240,240);
}

#SelectProjectButtonImage--yard {
    /* background-color: rgb(100,200,100); */
    background-color: rgb(240,240,240);
}

#SelectProjectButtonImage--carpentry1 {
    /* background-color: rgb(200, 200, 100); */
    background-color: rgb(240,225,210);
}

#SelectProjectButtonImage--carpentry2 {
    /* background-color: rgb(200, 200, 100); */
    background-color: rgb(240,225,210);
}

#SelectProjectButtonImage--carpentry3 {
    /* background-color: rgb(200, 200, 100); */
    background-color: rgb(240,225,210);
}

#ProjectImage--kitchen {
    background-image: url("../assets/craftsman/projectButton_kitchen.jpg");
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/craftsman/projectButton_kitchen.png); */
}

#ProjectImage--livingRoom {
    background-image: url(../assets/craftsman/projectButton_livingRoom.jpg);
}

#ProjectImage--bathroom {
    background-image: url(../assets/craftsman/projectButton_bathroom.jpg);
}

#ProjectImage--bedroom {
    background-image: url(../assets/craftsman/projectButton_bedroom.jpg);
}

#ProjectImage--yard {
    background-image: url(../assets/craftsman/projectButton_Yard.jpg);
}

#ProjectImage--carpentry1 {
    background-image: url(../assets/craftsman/projectButton_Carpentry.jpg);
}

#ProjectImage--carpentry2 {
    background-image: url(../assets/craftsman/projectButton_Carpentry.jpg);
}

#ProjectImage--carpentry3 {
    background-image: url(../assets/craftsman/projectButton_Carpentry.jpg);
}

#closeProject--HalfBathRemodel {
    width: 100%;
    cursor: pointer;
    background-color: rgba(200, 200, 200,.7);
}

#closeProject--HalfBathRemodel:hover {
    background-color: rgba(100, 100, 100,.9);
}

#closeProject--Carpentry1 {
    width: 100%;
    cursor: pointer;
    background-color: rgba(20, 10, 0,.7);
}

#closeProject--Carpentry1:hover {
    background-color: rgba(15, 10, 5,.9);
}