header{
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) )!important;
	/*background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) ), url(https://youtube.com/embed/zkDlD0mNuHg?autoplay=1&controls=0&showinfo=0&autohide=1);*/
	background-attachment:scroll;
    background-position:center center;
	background-size:cover;
}

section{
	background-color:white;
}

footer{
	background-color:white;
}

header .intro-text .intro-lead-in{
	line-height:24px;
	font-size:22px;
	/*text-shadow: 2px 2px #000;*/
}

header .intro-text .intro-heading{
	line-height:45px;
	font-size:45px;
	/*text-shadow: 3px 3px #000;*/
}

.btn-inverse{
	background: white;
	border-width: 2px;
	color: #ea3808
}

.intro-text > .btn {
	margin-top:10px;
}