.hero.wide {
	position: relative;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 89vh;
}

.hero.wide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top:0;
	left: 0;
	background: black;
	opacity: .3;
}

.bgvid {
/*
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100vh;
  height: auto;
  z-index: -100;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
*/

	position: absolute;
	min-width: 100%;
	    width: 100%;
	min-height: 100vh;
	height: auto;
	opacity: 1;
	-webkit-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	z-index: 1;
	margin-top: 45px;
	z-index: 0;

}

	/*
	 *  Use the following to add a darkened overlay on top of the video
	 *  (usually necessary for legibility if there will be text on top)
	 */
	 
/*
	.site-header.wide:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.3;
		z-index: 2;
	}
*/

/* End BGvid */

.floating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.tag .container {
	width: 100%;
}

.floating h1 {
	font-size: 60px;
	font-weight: 100;
	letter-spacing: 2px;
	border-bottom: 5px solid #a41e22;
	display: inline;
	margin: 0 auto 10px;
	text-align: center;
}

.floating h1 strong {
	font-weight: 600;
}

.mission {
    position: relative;
    min-height: 330px;
    height: auto;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #162650;
    padding: 30px 30px;
    z-index: 3;
    overflow: hidden;
}

img.ghosted {
	position: absolute;
	left:0;
	top:-5px;
	z-index: 1;
	max-height: 105%;
	opacity: .4
}

.main-container h2,
.main-container h3 {
	font-size: 49px;
	font-weight: 100;
	margin: 10px;
	color: white;
	position: relative;
	z-index: 3;
}

.main-container h3 {
	font-size: 23px;
	border-bottom: 3px solid #a41e22;
}

.white h3 {
	color: black;
}

.main-container h2 strong,
.main-container h3 strong {
	font-weight: 600;
}
.main-container h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 36pt;
	font-weight: bolder;
	color: white;
    line-height: 1.2;
    margin: 12px;
}

.mission p, 
.involved-inside p {
    line-height: 2;
    font-size: 18px;
    color: white;
    position: relative;
    z-index: 44;
}

.what-we-do {
	min-height: 200px;
	height: auto;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
/* 	padding: 10px; */
	color: white;
	background: #6C6A68;
	padding: 30px 10%;
}

.what-we-do:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(58, 56, 53, 0.75);
	display: none;
}
.yt-container {
/*
    max-width: 720px;
    margin: 0 auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
*/
}
.yt-responsive {

    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
/*
    overflow: hidden;
    margin: 0 auto;
*/
}
.yt-responsive iframe {
/*
	position: relative;
	top: 0;
	left: 0;
*/
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.what-we-do-sections {
	min-height: 360px;
	height: auto;
	width: 100%;
	display: flex;
}

.what-we-do-sections .section {
	width: 33.33%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: white;
	min-height: 360px;
	padding: 30px;
}

.section p {
	line-height: 1.9;
	font-size: 14px;
	margin-bottom: 20px;
}

.section.purple {
	background: #162650;
	color: white;
}

.section.white {
	color: black;
}

.get-involved {
	min-height: 660px;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.involved-inside {
	background: #162650;
	width: 40%;
	min-height: 390px;
	height: auto;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.involved-inside a.white-btn {
	background: #a41e22;
	color: white;
	border: 1px solid #a41e22;
	top: 20px;
	position: relative;
}

@media (max-width:1076px) {
	
	.what-we-do-sections .section {
		width: 50%;
	}
	
	.involved-inside {
	    width: 60%;
	}

}
@media (max-width:869px) {

	.what-we-do-sections {
	    flex-direction: column;
	}
	.what-we-do-sections .section {
		width: 100%;
	}	

}
@media (max-width:640px) {
	
	
	.involved-inside {
	    width: 80%;
	}
	
	.main-container h2 {
		font-size: 29px;
	}

	.hero.wide {
		height: 49vh;
	}

	.mission p, .involved-inside p {
	    font-size: 13px;
	}
	
	.floating h1 {
		font-size: 35px;
	}
		.bgvid {
		display: none;
	}
/*
	#mainContainer > div.site-header.wide > div.floating > div > div > div {
	    transform: scale(.55);
	    padding-top: 50px;
	}
*/
	.main-container h4 {
		font-size: 22pt;

	}
	.tag .container {
		padding-top: 30px;
	}
	}
@media (max-width:540px) {
/*
		#mainContainer > div.site-header.wide > div.floating > div > div > div {
	    transform: scale(.35);
	    padding-top: 50px;
	}
*/
	}