I recently used Bootstrap 4 to write the code below. In the image provided, I have outlined what my goal is with this code. Thank you! https://i.sstatic.net/oB6b6.jpg
<style>
div.jumbotron {
background: #458392 url("img/banner.jpg") no-repeat right;
}
nav.navbar {
background: rgba(69, 131, 146, 0.4);
}
</style>
<body>
<nav class="navbar navbar-toggleable-sm navbar-inverse">
/*some code*/
</nav>
<div class="jumbotron jumbotron-fluid text-white">
/*some code*/
</div>
</body>