body {
    background-image: url(art/fruitgerBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow-x: hidden;
}
#wholeDiv{
    margin-top: 0%;
}
#buttonDiv1{
    margin-top: 2%;
    margin-bottom: 10px;
}
buttonDiv2{
    margin-top: 2%;
    margin-bottom: 10px;
}
#presentations {
    background-color: Transparent;
    width: 15vw;
    height: 10vh;
    padding: 2px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOff.png);
    margin-top: 1%;
    left: 60%;
    position: absolute;
    margin-bottom: 10px;
}

#presentations:hover {
    background-color: Transparent;
    width: 15vw;
    height: 10vh;
    padding: 2.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOn.png);
    margin-top: 1%;
    left: 60%;
    position: absolute;
    margin-bottom: 10px;
}

#bios {
    background-color: Transparent;
    width: 15vw;
    height: 10vh;
    padding: 2px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOff.png);
    margin-top: 1%;
    left: 25%;
    position: absolute;
}

#bios:hover {
    background-color: Transparent;
    color: black;
    width: 15vw;
    height: 10vh;
    padding: 2.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOn.png);
    margin-top: 1%;
    left: 25%;
    position: absolute;
}

#refs {
    background-color: Transparent;
    width: 15vw;
    height: 10vh;
    padding: 2px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOff.png);
    margin-top: 1%;
    left: 10%;
    position: absolute;
}

#refs:hover {
    background-color: Transparent;
    color: black;
    width: 15vw;
    height: 10vh;
    padding: 2.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOn.png);
    margin-top: 1%;
    left: 10%;
    position: absolute;
}

#gloss {
    background-color: Transparent;
    width: 15vw;
    height: 10vh;
    padding: 2px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOff.png);
    margin-top: 1%;
    left: 75%;
    position: absolute;
}

#gloss:hover {
    background-color: Transparent;
    color: black;
    width: 15vw;
    height: 10vh;
    padding: 2.5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(buttons/buttonOn.png);
    margin-top: 1%;
    left: 75%;
    position: absolute;
}



#containerDiv {
    margin-top: 10%;
    background-color: rgba(255, 255, 255, 0.75);
    width: 80vw;
    left: 10%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    text-align: left;
    color: black;
    box-shadow: 4px 4px 5px gray;
}

#textDiv {
    left: 2%;
    width: 75vw;
    position: relative;
}


#ePitchH {
    margin-top: 10%;
    color: black;
    margin-top: 10%;
}

#ePitchP {
    color: black;
    line-height: 150%;
}

#problemH {
    color: black;
    margin-top: 3%;


}

#problemP {
    color: black;
    line-height: 150%;
}

#usersH {
    color: black;
    margin-top: 3%;


}

#usersP {
    color: black;
    line-height: 150%;
}

#olCustomer {
    color: black;
    line-height: 200%;
}

#olUser {
    color: black;
    line-height: 200%;
}

#solutionH {
    color: black;
    margin-top: 3%;


}

#solutionP {
    color: black;
    line-height: 150%;
}
#footerDiv{
    background-color: rgba(255, 255, 255, 0.75);
    width: 100vw;
    background-repeat: no-repeat;
    position: center;
    background-position: center;
    text-align: center;
    color: black;
    box-shadow: 4px 4px 5px gray;
}