overlay jumbotorn
.jumbotron {
    position: relative;
    background: url(../img/img_nature.jpg);
    background-size: cover;
}
.jumbotron > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 132, 230, 0.85);
    z-index: 1;
}
.jumbotron > .inner {
    position: relative;
    z-index: 2;
}
