h1 {
	font-family: Michroma;
	margin-bottom:20px;
	font-size:32px;
	line-height:48px;
	font-weight:normal;
}

h2 {
	font-family: Michroma;
	font-size:32px;
	line-height:45px;
	font-weight:normal;
}

h3 {
	padding:0;
	margin:0 10 0 20;
	font-weight:600;
	font-size:24px;
	line-height:32px;
	width:85%;
}

.opensans {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
}

.michroma {
	font-family: "Michroma", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0%;
}

.connect {
	font-family: Open Sans;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:5px;
	background-color:#EB6B23;
	color:#fff;
	border-radius:10px;
	border-color:#fff;
	height:40px;
}

.video-back {
    height: 50px;
    width: 950px;
    position: relative;
}

.video-container {
    height: 50px;
    width: 900px;
    position: relative;
}

.video-container video {
  width: 1400px;
  height: 750px;
  position: relative;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: left;
  color: #000000;
  padding: 10px;
  width: 100%;
  vertical-align:top;
}
