	.jumbotron {
		background-image: url('images/panorama.jpg');
		background-size: cover;
		background-position: center;
		color: #362c08;
		margin-bottom: 0;
	}
	.jumbotron .container {
    	background-color: rgba(255, 255, 255, 0.65);
    	padding: 25px;
    	border-radius: 5px;
    	align-items: center;
		display: inline-block;
		width: fit-content
	}
	.jumbotron h1 {
    	margin: 0 20px 0 0;
	}
	.jumbotron h2 {
    	margin: 0;
	}
	.photo-attribution { text-align: right; font-size: 9px; color: #666; margin-right: 7px; }
	/* Add a black background color to the top navigation */
	.topnav {
 	 	background-color: #333;
  		overflow: hidden;
	}
	/* Style the links inside the navigation bar */
	.topnav a {
  		float: left;
  		color: #f2f2f2;
  		text-align: center;
  		padding: 10px 16px;
  		text-decoration: none;
  		font-size: 17px;
	}
	/* Change the color of links on hover */
	.topnav a:hover {
  		background-color:rgba(169, 58, 15, 0.5)
  		color: black;
	}

/* Add a color to the active/current link */
	.topnav a.active {
  	background-color: rgb(169, 58, 15);
  	color: white;
	}