.jumbotron {
	background: url("../images/snw_banner.jpg");
	background-size: cover;
    background-position: bottom left;
    position: relative;
    z-index: 1;
}

.jumbotron::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+1,0+58 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 1%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.jumbotron .text-shadow {
    // text-shadow: 0 0 10px black;
}

@media screen and (min-width:576px) {
	.jumbotron h1 {
		letter-spacing: .25rem;
	}
}

.jumbotron a:hover {
	text-decoration: none;
}
.jumbotron .bar {
	background: rgba(255, 255, 255, 0.85);
}
.jumbotron [class*='container'],
.jumbotron .bar {
	position: relative;
    z-index: 5;
}

.jumbotron .nav.nav-pills {
	font-size: .85em;
}

.jumbotron .nav-pills .nav-link {
	color: #212529;
}
.jumbotron .nav-pills .show>.nav-link,
.jumbotron .nav-pills .nav-link.active,
.jumbotron .nav-pills .nav-link.active:hover {
	color: white;
}

.jumbotron .nav-pills .nav-link.disabled {
	color: #6c757d;
}

.jumbotron .container-fluid.d-block.d-md-none {
	position: relative;
}
.jumbotron .container-fluid.d-block.d-md-none .dropdown-menu {
	border-radius: 0;
	border-left: none;
	border-right: none;
	text-align: center;
}
.jumbotron .navbar {
	position: absolute;
	height: 50px;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 9;
}
.jumbotron .navbar>a{
	line-height: 50px;
}

@media screen and (max-width:575px) {
	html {
		font-size: 0.9rem;
	}
}