body{padding-top:3rem}
.jumbotron{
	background-image:url("/images/main_bg.jpg?2");
	background-size:100% auto;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:black;
	height:90vh;		    
}
.jumbotron .container{
	display: table;
	height:100%;
}
.jumbotron .legend{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.jumbotron .legend img{
	width:50%;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
footer a{color:white}
h1{font-weight:normal !important}
@media (max-width: 767px) {
	.jumbotron{
	    background-size:auto 100% !important;
	    background-position:center center;
	    height:50vh;
	}
	.jumbotron .legend img{
		width:100%;
	}
	h1 a{
		font-size:2vmax !important;
		position:absolute;
		top:1rem;
	}
	.navbar-toggler{border:1px solid #f0f0f0 !important}
	.youtube{
		height:40vh;
	}
}