.jumbotron {
    /*background:#053f26;        
          background: rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, #0072c6 0%, #042a45 100%) repeat scroll 0 0 !important;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #0072c6 0%, #042a45 100%) repeat scroll 0 0 !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0072c6), color-stop(100%,#042a45)); /* Chrome4-9,Safari4-5 */  
   background: #fff; 
    /*-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;*/
    color: #000;
    padding: 0px 0;
    position: relative;
    text-align: center;
    /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);*/
}
.jumbotron a {
    color: #000;
    transition: all 0.2s ease-in-out 0s;
}
.jumbotron a:hover {
    color: #000;
    /*text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);*/
}
.masthead .btn {
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.25);
    color: #000;
    font-size: 24px;
    font-weight: 200;
    padding: 19px 24px;
    transition: none 0s ease 0s ;
}
.masthead .btn:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.25);
}
.masthead .btn:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
}
.jumbotron .container {
    position: relative;
    z-index: 2;
}
.jumbotron:after {
    /*background: url("/Images/bs-docs-masthead-pattern.png") repeat scroll center center rgba(0, 0, 0, 0);*/
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4;
    /*position: absolute;*/
    right: 0;
    top: 0;
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all {
.jumbotron:after {
    background-size: 150px 150px;
}
}
