#opportunityTop {
	/*background-color: #A3C8EE; */
	/*background-image: url('../img/atlsky1-r.jpg');*/
	/* filter: grayscale(40%); */
	min-height: 80vh;
	padding:10vh 30vh;
	text-align:center;

background: linear-gradient(
                     rgba(20,20,20, .7), 
                     rgba(20,20,20, .7)),
                     url('../img/atlsky1-r.jpg');

	background-size: cover;

}


@media only screen and (max-width: 600px) {
	#opportunityTop {
		padding:2vh 4vh;
	}
}

#opportunityTop H1 {
	
	color:white;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#vidBtns {
	margin-top:15px;
}

#vidBtns button {
	margin-bottom:10px;
}

@media only screen and (min-width: 601px) {
	#btnVidJoin {
		margin-right:30px;
	}
}

.btn-xl {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
	background-color:#00457C;
	color:white;
}