.jumbotron
 {
    color: white !important;
    text-shadow: black 0.1em 0.1em 0.15em;
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

.jumbotron h1,.jumbotron h2, .jumbotron h3, .jumbotron h4{
    color: white;
}

.jumbotron div.boxed{
    background-color: rgba(0, 150, 158, 0.28);
    padding: 0 24px;
}

.jumbotron a,.jumbotron a:hover, .jumbotron a:focus, .jumbotron a:active,  .jumbotron a:visited {
    color: #f0f2f1;
    text-decoration: underline;
}