.jumbotron {
    background-image: url("graphics/wave.png");
    background-color: #fff;
    margin-bottom: 0;`enter code here`
    min-height: 50%;
    background-repeat: no-repeat;
    background-position: 25%;
    -webkit-background-size: cover;
    background-size: cover;
}
.jumbotron p {
color: #000;
font-size: 20px;
font-weight: 400;
}
.jumbotron h1{
    color: #000;
}

.well {
    background-color: #fff !important;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}


