.jumbotron {
    background-image: url("otr_banner.jpg");
    background-color: #d89855;
    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: #fff;
font-size: 20px;
font-weight: 400;
}
.well {
    background-color: #d89855 !important;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}


